Skip to content

Commit

Permalink
[HIPIFY][tests][fix] CUDA < 9.0: the test half2_allocators.cu is ex…
Browse files Browse the repository at this point in the history
…cluded

+ [Reason] error: no member named 'x' ('y') in '__half2'
  • Loading branch information
emankov committed Nov 14, 2023
1 parent 4e6f116 commit dce34c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/lit.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ if config.cuda_version_major < 9:
config.excludes.append('cuSPARSE_07.cu')
config.excludes.append('benchmark_curand_kernel.cpp')
config.excludes.append('reinterpret_cast.cu')
config.excludes.append('half2_allocators.cu')
config.excludes.append('cub_01.cu')
config.excludes.append('cub_02.cu')
config.excludes.append('cub_03.cu')
Expand Down

0 comments on commit dce34c2

Please sign in to comment.