-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable more pytests #107
Comments
and as mentioned over slack, rebasing on triton-lang#4334 will give us a lot more passing tests |
python/test/unit/language/test_annotations.py SKIPPED [15] python/test/unit/language/test_block_pointer.py:38: Padding with NaN is not supported for integer types ===================== 1477 passed, 26 skipped, 6 warnings in 905.81s (0:15:05) ====================== python/test/unit/language/test_core.py SKIPPED [2] python/test/unit/language/test_core.py:1652: test_cast('float32', 'float8_e5m2') is not supported on CPU. ====================== 6508 passed, 246 skipped, 193 warnings in 422.45s (0:07:02) ====================== python/test/unit/runtime/test_cache.py SKIPPED [1] python/test/unit/runtime/test_cache.py:441: Device Assert is not yet supported on CPU ====================== 24 passed, 1 skipped in 7.19s ====================== |
Sort by issues: Conversion issues (41 total) :
Padding with NaN (15 total):
Bfloat16 accuracy (56 total):
Too long execution(compilation) time (160 total):
Device assert:
Total amount of tests: Percent of skipped: |
Update after rebase. python/test/unit/language/test_core.py
python/test/unit/language/test_annotations.py
python/test/unit/language/test_line_info.py
Total Failed or skipped Failed to Total |
|
Total pass rate without cpu only suit:
We removing 15 as it skips for all architectures, NaN integers case skips in any case. IF use PR #117:
|
Enable the rest suits (where applicable) in pytests and add them into testing.
language:
runtime:
tools:
in root:
The text was updated successfully, but these errors were encountered: