Skip to content

Commit 0d2b5e8

Browse files
masahikhasanovaa
authored andcommitted
try again
1 parent 7d5ab8d commit 0d2b5e8

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

scripts/build-llvm-project.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ if [ -z "$CMAKE_ARGS" ]; then
2323
-DLLVM_ENABLE_LLD=ON
2424
-DLLVM_OPTIMIZED_TABLEGEN=ON
2525
-DMLIR_ENABLE_BINDINGS_PYTHON=OFF
26+
-DLLVM_ENABLE_ZSTD=OFF
2627
-DLLVM_TARGETS_TO_BUILD="$LLVM_TARGETS"
2728
-DCMAKE_EXPORT_COMPILE_COMMANDS=1
2829
-DLLVM_ENABLE_PROJECTS="$LLVM_PROJECTS"
2930
-DCMAKE_INSTALL_PREFIX="$LLVM_INSTALL_PATH"
3031
-B"$LLVM_BUILD_PATH" "$LLVM_PROJECT_PATH/llvm"
31-
-DMLIR_ENABLE_BINDINGS_PYTHON=OFF
3232
)
3333
else
3434
CMAKE_ARGS=("$@")

test/Conversion/tritongpu_to_llvm.mlir

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
<<<<<<< HEAD
2-
// RUN: triton-opt %s -split-input-file --allocate-shared-memory-nv --convert-triton-gpu-to-llvm -reconcile-unrealized-casts 2>/dev/null | FileCheck %s --dump-input-context 20
3-
=======
41
// RUN: triton-opt %s -split-input-file \
5-
// RUN: --allocate-shared-memory-nv --convert-triton-gpu-to-llvm \
2+
// RUN: --allocate-shared-memory-nv --convert-triton-gpu-to-llvm -reconcile-unrealized-casts \
63
// RUN: --reconcile-unrealized-casts 2>/dev/null \
74
// RUN: | FileCheck %s --dump-input-context 20
8-
>>>>>>> 0bf92bfbf ([BACKEND] Update LLVM version to https://github.com/llvm/llvm-project/commit/b8649098a7fcf598406d8d8b7d68891d1444e9c8 (#8263))
95

106
module attributes {"ttg.num-ctas" = 1 : i32, "ttg.num-warps" = 4 : i32} {
117
// CHECK: llvm.func @test_empty_kernel(%arg0: i32, %arg1: !llvm.ptr<1>, %arg2: !llvm.ptr<1>, %arg3: !llvm.ptr<1>)

0 commit comments

Comments
 (0)