File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ set(SUPPORTED_GPU_CUDA_12_0
47
47
sm_60 sm_61 sm_62
48
48
sm_70 sm_72 sm_75
49
49
sm_80 sm_86 sm_87 sm_89
50
- sm_90
50
+ sm_90 sm_90a
51
51
)
52
52
set (SUPPORTED_GPU_CUDA_12_1 ${SUPPORTED_GPU_CUDA_12_0} )
53
53
set (SUPPORTED_GPU_CUDA_12_2 ${SUPPORTED_GPU_CUDA_12_1} )
@@ -349,7 +349,8 @@ macro(create_cuda_tests)
349
349
# Tell clang to use libc++
350
350
# We also need to add compiler's include path for cxxabi.h
351
351
get_filename_component (_compiler_path ${CMAKE_CXX_COMPILER} DIRECTORY )
352
- set (_Stdlib_CPPFLAGS -stdlib=libc++ -I${_compiler_path}/../include/c++/v1 -DSTDLIB_VERSION=2017 )
352
+ set (_Stdlib_CPPFLAGS -stdlib=libc++ -I${_compiler_path}/../include/c++/v1
353
+ -DSTDLIB_VERSION=2017 -D_ALLOW_UNSUPPORTED_LIBCPP )
353
354
set (_Stdlib_LDFLAGS -stdlib=libc++ )
354
355
set (_Stdlib_Libs libcxx )
355
356
create_cuda_test_variant (${_Std} "${_Cuda_Suffix} -${_Std_Suffix} -libc++" )
You can’t perform that action at this time.
0 commit comments