Skip to content

Commit

Permalink
[HIPIFY][tests] Sync with CUDA 12.0 - Part 33 (final) - temporary exc…
Browse files Browse the repository at this point in the history
…luding of some tests

[ToDo]
+ ROCm#782
+ Get rid of the error `CUDA device code does not support variadic functions` in CUB tests
  • Loading branch information
emankov committed Feb 23, 2023
1 parent e4fda65 commit c7d25ef
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/lit.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,13 @@ if config.cuda_version_major >= 12:
config.excludes.append('headers_test_09.cu')
config.excludes.append('tex2dKernel.cpp')
config.excludes.append('cuSPARSE_11.cu')
config.excludes.append('cublas_0_based_indexing.cu')
config.excludes.append('cublas_0_based_indexing_rocblas.cu')
config.excludes.append('cublas2hipblas.cu')
config.excludes.append('cublas2rocblas.cu')
config.excludes.append('cub_01.cu')
config.excludes.append('cub_02.cu')
config.excludes.append('cub_03.cu')

if config.llvm_version_major < 8:
config.excludes.append('cd_intro.cu')
Expand Down

0 comments on commit c7d25ef

Please sign in to comment.