[Mlir-commits] [mlir] [MLIR][GPU-LLVM] Add in-pass signature update option for opencl kernels (PR #105664)
Victor Perez
llvmlistbot at llvm.org
Thu Sep 19 06:56:31 PDT 2024
================
@@ -541,7 +541,7 @@ def ConvertGpuOpsToLLVMSPVOps : Pass<"convert-gpu-to-llvm-spv", "gpu::GPUModuleO
let options = [
Option<"indexBitwidth", "index-bitwidth", "unsigned",
/*default=kDeriveIndexBitwidthFromDataLayout*/"0",
- "Bitwidth of the index type, 0 to use size of machine word">,
+ "Bitwidth of the index type, 0 to use size of machine word">
----------------
victor-eds wrote:
Drop unneeded change
https://github.com/llvm/llvm-project/pull/105664
More information about the Mlir-commits
mailing list