[Mlir-commits] [mlir] [MLIR][ROCDL] Add conversion for gpu.subgroup_id to ROCDL (PR #136405)
Jakub Kuderski
llvmlistbot at llvm.org
Wed Apr 23 12:04:16 PDT 2025
================
@@ -52,6 +52,26 @@ namespace mlir {
using namespace mlir;
+/// Query function for static subgroup size lookup for given chipset.
----------------
kuhar wrote:
```suggestion
/// Returns the static subgroup size for the given chipset.
```
https://github.com/llvm/llvm-project/pull/136405
More information about the Mlir-commits
mailing list