Skip to content

Commit 3f47097

Browse files
sohaibiftikharkcloudy0717
authored andcommitted
[MLIR][NVVM] Fix wmma test after d3edc94 (llvm#170659)
See discussion on llvm#169061
1 parent c2f8d80 commit 3f47097

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/test/Integration/GPU/CUDA/TensorCore/sm80/wmma-matmul-f64.mlir

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ func.func @main() {
4444
gpu.host_register %2 : memref<*xf64>
4545
gpu.host_register %20 : memref<*xf64>
4646
gpu.host_register %33 : memref<*xf64>
47+
gpu.host_register %34 : memref<*xf64>
4748

4849
gpu.launch blocks(%bx, %by, %bz) in (%grid_x = %c1, %grid_y = %c1, %grid_z = %c1)
4950
threads(%tx, %ty, %tz) in (%block_x = %c32, %block_y = %c1, %block_z = %c1) {

0 commit comments

Comments
 (0)