We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85037b2 commit f8926a6Copy full SHA for f8926a6
libdevice/cmake/modules/SYCLLibdevice.cmake
@@ -22,16 +22,8 @@ string(CONCAT sycl_targets_opt
22
"spir64_x86_64-unknown-unknown,"
23
"spir64_gen-unknown-unknown,"
24
"spir64_fpga-unknown-unknown,"
25
- "spir64-unknown-unknown")
26
-
27
-if (NOT WIN32)
28
- # Don't build for spirv64 on Windows due to
29
- # some type size difference issues.
30
- # Build on Windows once internal tracker is fixed.
31
- string(APPEND
32
- sycl_targets_opt
33
- ",spirv64-unknown-unknown")
34
-endif()
+ "spir64-unknown-unknown,"
+ "spirv64-unknown-unknown")
35
36
set(compile_opts
37
# suppress an error about SYCL_EXTERNAL being used for
0 commit comments