[PATCH] D80285: [mlir] make the bitwidth of device side index computations configurable

Tobias Gysi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 26 01:02:45 PDT 2020


gysit marked 2 inline comments as done.
gysit added a comment.

If we want to strive to little bit bigger refactoring we can postpone landing



================
Comment at: mlir/lib/Conversion/GPUToNVVM/LowerGpuOpsToNVVMOps.cpp:109
 
+    /// Customize the bidtwidth used for the device side index computations
+    LLVMTypeConverterCustomization customs;
----------------
herhut wrote:
> Typo: `bidtwidth` -> `bitwidth`
fixed


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80285/new/

https://reviews.llvm.org/D80285





More information about the llvm-commits mailing list