remove gpu script (#220)

No longer needed after fixes in iree
This commit is contained in:
Daniel Garvey
2022-07-29 15:20:03 -05:00
committed by GitHub
parent 94d9275515
commit 4c0deb9899
2 changed files with 1 additions and 5 deletions

View File

@@ -85,8 +85,7 @@ jobs:
cd $GITHUB_WORKSPACE
PYTHON=python${{ matrix.python-version }} IMPORTER=1 ./setup_venv.sh
source shark.venv/bin/activate
chmod u+rx tank/gpu_suite.sh
./tank/gpu_suite.sh
pytest -k "gpu" --ignore=shark/tests/test_shark_importer.py --ignore=benchmarks/tests/test_hf_benchmark.py --ignore=benchmarks/tests/test_benchmark.py
- name: Validate Vulkan Models
if: matrix.suite == 'vulkan'

View File

@@ -1,3 +0,0 @@
#! /bin/sh
pytest tank/ -k "gpu" --ignore=tank/tf/
pytest tank/tf/ -k "gpu"