Skip to content

Commit f8926a6

Browse files
authored
[SYCL][Libdevice] Build for spirv64 on Windows (#13649)
The root cause for disabling it on Windows was fixed in d074475. Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 85037b2 commit f8926a6

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

libdevice/cmake/modules/SYCLLibdevice.cmake

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,8 @@ string(CONCAT sycl_targets_opt
2222
"spir64_x86_64-unknown-unknown,"
2323
"spir64_gen-unknown-unknown,"
2424
"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()
25+
"spir64-unknown-unknown,"
26+
"spirv64-unknown-unknown")
3527

3628
set(compile_opts
3729
# suppress an error about SYCL_EXTERNAL being used for

0 commit comments

Comments
 (0)