forked from NVIDIA/Megatron-LM
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enabled TEGroupedMLP test to run on ROCm.
- Loading branch information
1 parent
d6524e2
commit 9d03142
Showing
3 changed files
with
9 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
# content of pytest.ini | ||
[pytest] | ||
markers = | ||
internal: mark a test as a test to private/internal functions. | ||
failing_on_rocm: Currently Failing Tests on Rocm | ||
failing_on_rocm_mi250: Tests failing on MI250 | ||
internal: Mark a test as a test to private/internal functions. | ||
failing_on_rocm: Currently Failing Tests on ROCm. | ||
failing_on_rocm_mi250: Tests failing on MI250. | ||
test_on_rocm: Mark a test that we run on ROCm specifically. | ||
|
||
addopts = | ||
--ignore tests/unit_tests/test_utilities.py | ||
--ignore tests/unit_tests/test_utilities.py |
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