You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please note that ESIMD_EMULATOR backend cannot be picked up as default
70
+
device automatically. To enable it, `ext_intel_esimd_emulator:gpu` device must
71
+
be specified among other devices explicitly in `SYCL_DEVICE_FILTER` environment
72
+
variable. The emulator device effectively replaces any Intel GPU device for SYCL runtime,
73
+
so they can't be used simultaneously by a SYCL offload application process. On the other
74
+
hand, it is OK to mix the emulator with non-Intel GPU devices or CPU device in
75
+
`SYCL_DEVICE_FILTER`.
76
+
69
77
## Running ESIMD examples from [ESIMD test suite](https://github.com/intel/llvm-test-suite/tree/intel/SYCL/ESIMD) on github with ESIMD_EMULATOR backend
0 commit comments