-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ONNX] Enable GPU in ONNX importer tests (#7438)
* remove hardcoded target and ctx * fix c-codgen for floating point mod * MDisable onnx gpu test for argmin / argmax so we can get this fix merged. Matt or myself will fix later but we don't have time right now. * lint * fix black * Add flag to task_python_frontend.sh to only run GPU enabled tests on GPU * black again * Enable GPU for test_nonzero * Respond to comments * Don't test batch matmul on CUDA * Turn cuda off for dynamic batch matmul test * Fix task script * Flaky test * another flaky test Co-authored-by: mbrookhart <[email protected]>
- Loading branch information
1 parent
9b43a64
commit 1c2555a
Showing
3 changed files
with
33 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters