Files
clang-p2996/mlir/lib/Conversion/VectorToLLVM
Quinn Dawkins 78c49743c7 [MLIR][Vector] Allow non-default memory spaces in gather/scatter lowerings (#67500)
GPU targets can gather on non-default address spaces (e.g. global), so
this removes the check for the default memory space.
2023-09-28 19:20:32 -04:00
..