Skip to content

Commit a8dcad0

Browse files
authored
Merge branch 'main' into use-llvm-func-attrs
2 parents 7c192f6 + 76c054e commit a8dcad0

File tree

102 files changed

+2131
-1320
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+2131
-1320
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ on:
66
pull_request:
77
branches:
88
- main
9+
- release/**
910
push:
1011
branches:
1112
- main
13+
- release/**
1214

1315
permissions: read-all
1416

.github/workflows/build-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,11 @@ on:
4343
pull_request:
4444
branches:
4545
- main
46+
- release/**
4647
push:
4748
branches:
4849
- main
50+
- release/**
4951

5052
permissions: read-all
5153

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@ jobs:
404404
echo "Could not find '${INSTRUMENTATION_LIB_DIR}'" ; exit -1
405405
fi
406406
pytest --capture=tee-sys -rfs python/tutorials/06-fused-attention.py
407+
pytest --capture=tee-sys -rfs third_party/amd/python/test/test_extract_slice.py
407408
cd python/test/unit
408409
pytest --capture=tee-sys -rfs -n 16 language runtime \
409410
--ignore=language/test_line_info.py \

.github/workflows/integration-tests.yml.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,7 @@ jobs:
402402
echo "Could not find '${INSTRUMENTATION_LIB_DIR}'" ; exit -1
403403
fi
404404
pytest --capture=tee-sys -rfs python/tutorials/06-fused-attention.py
405+
pytest --capture=tee-sys -rfs third_party/amd/python/test/test_extract_slice.py
405406
cd python/test/unit
406407
pytest --capture=tee-sys -rfs -n 16 language runtime \
407408
--ignore=language/test_line_info.py \

.github/workflows/torch-inductor-tests.yml

Lines changed: 0 additions & 45 deletions
This file was deleted.

.github/workflows/torch-inductor/scripts/check_acc.py

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/workflows/torch-inductor/scripts/check_perf.py

Lines changed: 0 additions & 70 deletions
This file was deleted.

.github/workflows/torch-inductor/scripts/common.sh

Lines changed: 0 additions & 9 deletions
This file was deleted.

.github/workflows/torch-inductor/scripts/install_torchinductor.sh

Lines changed: 0 additions & 74 deletions
This file was deleted.

.github/workflows/torch-inductor/scripts/install_triton.sh

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)