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 f6f28db commit 22c4257Copy full SHA for 22c4257
libdevice/cmake/modules/SYCLLibdevice.cmake
@@ -93,6 +93,7 @@ endforeach()
93
# library.
94
# Additional compilation options are needed for compiling each device library.
95
set(full_build_archs)
96
+set(imf_build_archs)
97
if ("NVPTX" IN_LIST LLVM_TARGETS_TO_BUILD)
98
list(APPEND full_build_archs nvptx64-nvidia-cuda)
99
set(compile_opts_nvptx64-nvidia-cuda "-fsycl-targets=nvptx64-nvidia-cuda"
@@ -494,7 +495,6 @@ add_devicelibs(libsycl-cmath-fp64
494
495
SRC cmath_wrapper_fp64.cpp
496
BUILD_ARCHS ${full_build_archs}
497
DEPENDENCIES ${cmath_obj_deps} )
-set(imf_build_archs)
498
add_devicelibs(libsycl-imf
499
SRC imf_wrapper.cpp
500
DEPENDENCIES ${imf_obj_deps}
sycl/test-e2e/DeviceLib/imf/a.out
-1.44 MB
0 commit comments