Skip to content

Commit 0efbdb9

Browse files
committed
Remove debug
1 parent 499f412 commit 0efbdb9

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/build-test-reusable.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,6 @@ jobs:
8787
path: $HOME/miniforge3/envs/triton
8888
key: conda-${{ inputs.env_manager }}-py${{ matrix.python }}-${{ hashFiles('scripts/triton.yml', 'python/pyproject.toml', 'python/setup.py') }}-${{ env.CACHE_NUMBER }}
8989

90-
- name: Fail
91-
if: inputs.env_manager == 'base'
92-
run: exit 1
93-
9490
- name: Install Manager Environment
9591
shell: bash --noprofile --norc -eo pipefail {0}
9692
run: |

scripts/inductor_xpu_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# This script work for xpu / cuda device inductor tests
3-
set -xv
3+
44
SUITE=${1:-huggingface} # huggingface / torchbench / timm_models
55
DT=${2:-float32} # float32 / float16 / amp_bf16 / amp_fp16
66
MODE=${3:-inference} # inference / training

0 commit comments

Comments
 (0)