forked from triton-lang/triton
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [Pytests] Add several suits This commits adds to testing several of already working suits. * [Pytest] Support CPU device Enable suits for cpu device. - language - python/test/unit/language/test_random.py - python/test/unit/language/test_standard.py - runtime - python/test/unit/runtime/test_bindings.py - python/test/unit/runtime/test_cache.py - python/test/unit/runtime/test_driver.py - python/test/unit/runtime/test_jit.py - python/test/unit/runtime/test_launch.py python/test/unit/runtime/test_cache.py expects creation and usage of files, that doesn't works with multiple workers. --------- Signed-off-by: Dmitrii Makarenko <[email protected]>
- Loading branch information
Showing
5 changed files
with
48 additions
and
22 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