Skip to content

Commit 9f74d61

Browse files
authored
Merge branch 'main' into issue2662
2 parents 904ec40 + 52da140 commit 9f74d61

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

scripts/compile-pytorch-ipex.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ fi
100100
# Configure, build and install PyTorch from source.
101101

102102
if [[ $BUILD_PYTORCH = true ]]; then
103-
PYTORCH_PROJ=$BASE/pytorch
103+
PYTORCH_PROJ=$BASE/pytorch-stonepia
104104

105105
echo "**** Cleaning $PYTORCH_PROJ before build ****"
106106
rm -rf $PYTORCH_PROJ

test/Analysis/test-liveness.mlir

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ module attributes {"triton_gpu.num-warps" = 8 : i32} {
1919

2020
// CHECK: scf.if
2121
// CHECK-NEXT: LiveIntervals for block: ^bb0
22-
// CHECK-NEXT: [[[LOAD1:%.*]], [[LOAD1]]] for value: %arg0
23-
// CHECK-NEXT: [[[LOAD1]], scf.yield] for value: [[LOAD1]]
24-
// CHECK-NEXT: LiveIntervals for block: ^bb0
25-
// CHECK-NEXT: [[[LOAD2:%.*]], [[LOAD2]]] for value: %arg1
26-
// CHECK-NEXT: [[[LOAD2]], scf.yield] for value: [[LOAD2]]
22+
// CHECK-DAG: [[[LOAD1:%.*]], [[LOAD1]]] for value: %arg0
23+
// CHECK-DAG: [[[LOAD1]], scf.yield] for value: [[LOAD1]]
24+
// CHECK-DAG: LiveIntervals for block: ^bb0
25+
// CHECK-DAG: [[[LOAD2:%.*]], [[LOAD2]]] for value: %arg1
26+
// CHECK-DAG: [[[LOAD2]], scf.yield] for value: [[LOAD2]]
2727

2828
%c1024_i32 = arith.constant 1024 : i32
2929
%c64_i32 = arith.constant 64 : i32

0 commit comments

Comments
 (0)