Skip to content

Commit

Permalink
add aocc 5.0; debug aocc
Browse files Browse the repository at this point in the history
  • Loading branch information
jornbr committed Jan 24, 2025
1 parent 51f6fc7 commit 0517dd8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/fabm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ jobs:
# url_dir: https://download.amd.com/developer/eula/aocc/aocc-4-1
- version: "4.2.0" # released 2024-02-27 (LLVM 16.0.3)
url_dir: https://download.amd.com/developer/eula/aocc/aocc-4-2
- version: "5.0.0" # released 2024-10-10 (LLVM 17.0.6)
url_dir: https://download.amd.com/developer/eula/aocc/aocc-5-0
fail-fast: false
runs-on: ubuntu-latest
steps:
Expand All @@ -229,11 +231,13 @@ jobs:
submodules: recursive
- name: Run all test cases with host emulators
run: |
#which python
#python3 -c "import yaml"
which python
python3 -c "import yaml"
python -c "import yaml"
source /home/runner/setenv_AOCC.sh
which python
python3 -c "import yaml"
python -c "import yaml"
python util/developers/run_all_testcases.py harness --show_logs --compiler flang
- name: Run all test cases with pyfabm
run: |
Expand Down

0 comments on commit 0517dd8

Please sign in to comment.