From 7ed5c65be0e51ea3db63434ab3eba6375455a8c4 Mon Sep 17 00:00:00 2001 From: Sohaib Iftikhar Date: Thu, 4 Dec 2025 13:23:45 +0000 Subject: [PATCH] [MLIR][NVVM] Fix wmma test after d3edc94d --- .../Integration/GPU/CUDA/TensorCore/sm80/wmma-matmul-f64.mlir | 1 + 1 file changed, 1 insertion(+) diff --git a/mlir/test/Integration/GPU/CUDA/TensorCore/sm80/wmma-matmul-f64.mlir b/mlir/test/Integration/GPU/CUDA/TensorCore/sm80/wmma-matmul-f64.mlir index a016a60022699..c3dd35bf905db 100644 --- a/mlir/test/Integration/GPU/CUDA/TensorCore/sm80/wmma-matmul-f64.mlir +++ b/mlir/test/Integration/GPU/CUDA/TensorCore/sm80/wmma-matmul-f64.mlir @@ -44,6 +44,7 @@ func.func @main() { gpu.host_register %2 : memref<*xf64> gpu.host_register %20 : memref<*xf64> gpu.host_register %33 : memref<*xf64> + gpu.host_register %34 : memref<*xf64> gpu.launch blocks(%bx, %by, %bz) in (%grid_x = %c1, %grid_y = %c1, %grid_z = %c1) threads(%tx, %ty, %tz) in (%block_x = %c32, %block_y = %c1, %block_z = %c1) {