Some CUDA tests are unconditionally relying on specific hardware #11075
Labels
codegen/nvvm
NVVM code generation compiler backend
infrastructure
Relating to build systems, CI, or testing
Several of our tests assume too much about the machine they are running on, such as
iree/tests/e2e/matmul/CMakeLists.txt
Lines 276 to 299 in 75636a9
That test fails on my machine like this:
Tests like that should probably use some combination of
sm_80
)cuda_uses_tensorcore
, like the existing tagvulkan_uses_vk_khr_shader_float16_int8
)The text was updated successfully, but these errors were encountered: