[Mlir-commits] [mlir] [AMDGPU] add utils for common usage (PR #75097)

Krzysztof Drewniak llvmlistbot at llvm.org
Tue Dec 12 07:38:03 PST 2023


================
@@ -15,46 +15,6 @@
 using namespace mlir;
 using namespace mlir::nvgpu;
 
-Operation::operand_range nvgpu::getIndices(Operation *op) {
----------------
krzysz00 wrote:

... this could be an interface or something, idk

Or an annotation on arguments

Or perhaps refactored out to GPU Common Indexing Utils or something

https://github.com/llvm/llvm-project/pull/75097


More information about the Mlir-commits mailing list