[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:17 PDT 2025
================
@@ -740,3 +740,25 @@ gpu.module @test_module {
gpu.module @test_custom_data_layout attributes {llvm.data_layout = "e"} {
}
+
+// -----
+
+gpu.module @test_module {
----------------
kuhar wrote:
Can you ad a test that exercises the >=gfx10 path and the new pass option?
https://github.com/llvm/llvm-project/pull/136405
More information about the Mlir-commits
mailing list