File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1118,7 +1118,7 @@ Validation rules will enforce that:
11181118``` llvm
11191119declare %dx.types.LinAlgMatrix<mangling> @dx.op.linAlgMatrixLoadFromMemory.[MatTy].[Ty](
11201120 immarg i32, ; opcode
1121- [Ty] * addrspace(4 ), ; groupshared T[M * N]
1121+ [Ty] * addrspace(3 ), ; groupshared T[M * N]
11221122 i32, ; Offset
11231123 i32, ; Stride
11241124 i32, ; matrix layout
@@ -1197,7 +1197,7 @@ Validation rules will enforce that:
11971197declare void @dx.op.linAlgMatrixStoreToMemory.[MatTy].[Ty](
11981198 immarg i32, ; opcode
11991199 %dx.types.LinAlgMatrix<mangling>, ; matrix
1200- [Ty] *, ; groupshared T[M * N]
1200+ [Ty] * addrspace(3), ; groupshared T[M * N]
12011201 i32, ; Offset
12021202 i32, ; Stride
12031203 i32, ; matrix layout
@@ -1357,7 +1357,7 @@ Validation rules will enforce that:
13571357declare void @dx.op.linAlgMatrixAccumulateToMemory.[MatTy].p[Ty](
13581358 immarg i32, ; opcode
13591359 %dx.types.LinAlgMatrix<mangling>, ; matrix
1360- [Ty] *, ; groupshared T[M * N]
1360+ [Ty] * addrspace(3), ; groupshared T[M * N]
13611361 i32, ; Offset
13621362 i32, ; Stride
13631363 i32 ; matrix layout
You can’t perform that action at this time.
0 commit comments