Skip to content

Commit 57acc9e

Browse files
committed
add comment
1 parent fdacb63 commit 57acc9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/test/Dialect/XeGPU/subgroup-distribute.mlir

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ gpu.module @test {
166166
}
167167

168168
// -----
169+
// TODO: gemm does not use update_nd_offset because of an issue in vector distribution. PR141853 tracks this issue.
169170
// CHECK-LABEL: gpu.func @gemm_loop
170171
// CHECK: (%[[ARG0:[0-9a-zA-Z]+]]: memref<1024x1024xbf16>, %[[ARG1:[0-9a-zA-Z]+]]: memref<1024x1024xbf16>, %[[ARG2:[0-9a-zA-Z]+]]: memref<1024x1024xf32>) {
171172
// CHECK-DAG: %[[BLOCK_ID_X:.*]] = gpu.block_id x

0 commit comments

Comments
 (0)