Skip to content

Commit af275af

Browse files
committed
Try adding sycl to includes, r6
1 parent 24012e0 commit af275af

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,7 @@ jobs:
6464
- name: Matrix
6565
id: matrix
6666
run: |
67-
if [[ -n "${{ inputs.runner_label }}" ]]; then
68-
matrix='{"python": ["3.9"]}'
69-
else
70-
matrix='{"python": ["3.9"], "driver": ["rolling", "lts"]}'
71-
fi
67+
matrix='{"python": ["3.9"]}'
7268
echo "matrix=$matrix" | tee -a $GITHUB_OUTPUT
7369
7470
integration-tests:

scripts/test-triton.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ run_inductor_tests() {
322322

323323
pip install pyyaml pandas scipy numpy psutil pyre_extensions torchrec
324324

325-
ZE_AFFINITY_MASK=0 python pytorch/benchmarks/dynamo/huggingface.py --accuracy --float32 -dxpu -n10 --no-skip --dashboard --inference --freezing --total-partitions 1 --partition-id 0 --only AlbertForMaskedLM --backend=inductor --timeout=4800 --output=inductor_log.csv
325+
ZE_AFFINITY_MASK=0 python pytorch/benchmarks/dynamo/huggingface.py --accuracy --float32 -dxpu -n10 --no-skip --dashboard --inference --freezing --total-partitions 1 --partition-id 0 --only AlbertForMaskedLM --backend=inductor --timeout=4800 --output=$(pwd -P)/inductor_log.csv
326326

327327
cat inductor_log.csv
328328
grep AlbertForMaskedLM inductor_log.csv | grep -q ,pass,

0 commit comments

Comments
 (0)