Skip to content

Commit

Permalink
[opengl] Enable more gles tests in CI (#7010)
Browse files Browse the repository at this point in the history
  • Loading branch information
ailzhang authored Jan 3, 2023
1 parent a1485cd commit 1fbd529
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scripts/unix_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ else
run-it cpu $(nproc)
run-it vulkan 8
run-it opengl 4
run-it gles 4

python3 tests/run_tests.py -vr2 -t1 -k "torch" -a "$TI_WANTED_ARCHS"
# Paddle's paddle.fluid.core.Tensor._ptr() is only available on develop branch, and CUDA version on linux will get error `Illegal Instruction`
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ jobs:
/home/dev/taichi/.github/workflows/scripts/unix_test.sh
env:
PY: '3.8'
TI_WANTED_ARCHS: 'cc,cpu,cuda,vulkan,opengl'
TI_WANTED_ARCHS: 'cc,cpu,cuda,vulkan,opengl,gles'
TI_DEVICE_MEMORY_GB: '1'
TI_RUN_RELEASE_TESTS: '1'

Expand Down Expand Up @@ -344,7 +344,7 @@ jobs:
include:
- os: windows-2019
llvmVer : '15'
archs: "cpu,cuda,opengl"
archs: "cpu,cuda,opengl,gles"
runsOn: [self-hosted, windows, cuda, OpenGL]
runs-on: ${{ matrix.runsOn }}
timeout-minutes: ${{ github.event.schedule != '0 18 * * *' && 90 || 180 }}
Expand Down

0 comments on commit 1fbd529

Please sign in to comment.