From 5a651dcd5367180da6482abbc7668b57ca6e66de Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Mon, 27 Jan 2025 08:20:59 -0500 Subject: [PATCH] Document SYCL backend behavior with no selected GPU architecture --- docs/source/keywords.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/source/keywords.rst b/docs/source/keywords.rst index a15b95bb6..8f127633f 100644 --- a/docs/source/keywords.rst +++ b/docs/source/keywords.rst @@ -734,6 +734,11 @@ Kokkos will attempt to autodetect the architecture flag at configuration time. Intel GPUs ~~~~~~~~~~ +If the SYCL backend is enabled and no GPU architecture is specified, +Kokkos will use Just-In-Time (JIT) compilation and select the first visible device for the default execution space instance. +There is no restriction to a particular SYCL device type. +Thus, this is the only option to target a CPU with the SYCL backend (which is experimental, untested, and not optimized for). + .. list-table:: :widths: 25 35 40 :header-rows: 1