Skip to content

Commit

Permalink
make cuda testcase work on hopefully any CPU
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-schwartz committed May 30, 2024
1 parent 32d2c46 commit 24f5822
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ add_languages('cuda')
nvcc = meson.get_compiler('cuda')
cuda = import('unstable-cuda')

arch_flags = cuda.nvcc_arch_flags(nvcc.version(), 'Auto', detected : ['8.0'])
arch_flags = cuda.nvcc_arch_flags(nvcc.version(), 'Common')

message('NVCC version: ' + nvcc.version())
message('NVCC flags: ' + ' '.join(arch_flags))
Expand Down

0 comments on commit 24f5822

Please sign in to comment.