Enables or disables the experimental "Explicit SIMD" SYCL* extension. This is a deprecated option that may be removed in a future release. This content is specific to DPC++.
Linux: | -fsycl-explicit-simd -fno-sycl-explicit-simd |
Windows: | -fsycl-explicit-simd -fno-sycl-explicit-simd |
None
-fno-sycl-explicit-simd |
The explicit SIMD SYCL* extension is disabled. |
This option enables or disables the experimental "Explicit SIMD" SYCL* extension.
If you specify option -fsycl-explicit-simd, it enables the experimental "Explicit SIMD" SYCL* extension for lower-level Intel GPU programming. It allows you to write explicitly vectorized device code. Note that APIs for this feature may change in the future.
None