Files
clang-p2996/llvm/test/Transforms/ScalarizeMaskedMemIntrin/AMDGPU/lit.local.cfg
Krzysztof Drewniak 1393aeb91e Pre-commit AMDGPU tests for masked load/store/scatter/gather (#104645)
I'm planning to fix the masked operation scalarazer to not generate
suboptimal code on AMD GPUs and other SIMT machines, and so am adding
tests now.
2024-08-19 14:52:21 -05:00

3 lines
70 B
INI

if not "AMDGPU" in config.root.targets:
config.unsupported = True