llvm-project/mlir/lib/Conversion/NVGPUToNVVM
Christopher Bate 7085cb6011 [mlir][NvGpuToNVVM] Fix byte size calculation in async copy lowering
AsyncCopyOp lowering converted "size in elements" to "size in bytes"
assuming the element type size is at least one byte. This removes
that restriction, allowing for types such as i4 and b1 to be handled
correctly.

Differential Revision: https://reviews.llvm.org/D125838
2022-05-23 10:53:51 -06:00
..
CMakeLists.txt [mlir][gpu] Move async copy ops to NVGPU and add caching hints 2022-05-10 22:30:24 +00:00
NVGPUToNVVM.cpp [mlir][NvGpuToNVVM] Fix byte size calculation in async copy lowering 2022-05-23 10:53:51 -06:00