-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: PyTorch Surrogate Example (#621)
* CI: PyTorch Surrogate Example Cover our PyTorch surrogate example in CI. * CI: Add Extra Example Requirements (CPU) * Silence Torch Warning And andticipate default change in future releases. * PyTorch Threading Mixed with AMReX is icky Issues as soon as we use MPI+OMP and add our `Drift` element. * CTest: Skip Analysis/Plot if Run Failed ... to produce output * CTest: Define 42 as Skip Return Code Better than passing the test https://cmake.org/cmake/help/latest/prop_test/SKIP_RETURN_CODE.html
- Loading branch information
Showing
6 changed files
with
47 additions
and
10 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# This is for CPU CI tests with extra requirements. | ||
# | ||
# For PyTorch, see alternative packages, e.g., for GPU here: | ||
# https://pytorch.org/get-started/locally/ | ||
--extra-index-url https://download.pytorch.org/whl/cpu | ||
torch |