File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 100100# Configure, build and install PyTorch from source.
101101
102102if [[ $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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments