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 a5506a3 commit 6de97e9Copy full SHA for 6de97e9
libc/cmake/modules/prepare_libc_gpu_build.cmake
@@ -72,11 +72,6 @@ else()
72
endif()
73
set(LIBC_GPU_TARGET_ARCHITECTURE "${gpu_test_architecture}")
74
75
-# The NVPTX backend cannot currently handle objects created in debug mode.
76
-if(LIBC_TARGET_ARCHITECTURE_IS_NVPTX AND CMAKE_BUILD_TYPE STREQUAL "Debug")
77
- set(LIBC_GPU_TESTS_DISABLED TRUE)
78
-endif()
79
-
80
# Identify the GPU loader utility used to run tests.
81
set(LIBC_GPU_LOADER_EXECUTABLE "" CACHE STRING "Executable for the GPU loader.")
82
if(LIBC_GPU_LOADER_EXECUTABLE)
0 commit comments