diff --git a/test/Conversion/tritongpu_to_llvm.mlir b/test/Conversion/tritongpu_to_llvm.mlir index 63372ce03aed..ea584407a514 100644 --- a/test/Conversion/tritongpu_to_llvm.mlir +++ b/test/Conversion/tritongpu_to_llvm.mlir @@ -1,4 +1,7 @@ -// RUN: triton-opt %s -split-input-file --allocate-shared-memory-nv --convert-triton-gpu-to-llvm 2>/dev/null | FileCheck %s --dump-input-context 20 +// RUN: triton-opt %s -split-input-file \ +// RUN: --allocate-shared-memory-nv --convert-triton-gpu-to-llvm \ +// RUN: --reconcile-unrealized-casts 2>/dev/null \ +// RUN: | FileCheck %s --dump-input-context 20 module attributes {"ttg.num-ctas" = 1 : i32, "ttg.num-warps" = 4 : i32} { // CHECK: llvm.func @test_empty_kernel(%arg0: i32, %arg1: !llvm.ptr<1>, %arg2: !llvm.ptr<1>, %arg3: !llvm.ptr<1>)