Skip to content

Commit 0fc196d

Browse files
masahikarupayun
authored andcommitted
try again
1 parent fafe833 commit 0fc196d

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

scripts/build-llvm-project.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,13 @@ if [ -z "$CMAKE_ARGS" ]; then
2222
-DCMAKE_CXX_COMPILER=clang++
2323
-DLLVM_ENABLE_LLD=ON
2424
-DLLVM_OPTIMIZED_TABLEGEN=ON
25-
<<<<<<< HEAD
2625
-DMLIR_ENABLE_BINDINGS_PYTHON=OFF
27-
=======
2826
-DLLVM_ENABLE_ZSTD=OFF
29-
>>>>>>> d3a8a5aeb ([BACKEND] fix inconsistent use of DLLVM_ENABLE_ZSTD (#6726))
3027
-DLLVM_TARGETS_TO_BUILD="$LLVM_TARGETS"
3128
-DCMAKE_EXPORT_COMPILE_COMMANDS=1
3229
-DLLVM_ENABLE_PROJECTS="$LLVM_PROJECTS"
3330
-DCMAKE_INSTALL_PREFIX="$LLVM_INSTALL_PATH"
3431
-B"$LLVM_BUILD_PATH" "$LLVM_PROJECT_PATH/llvm"
35-
-DMLIR_ENABLE_BINDINGS_PYTHON=OFF
3632
)
3733
else
3834
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)