Skip to content

Conversation

@minjang
Copy link
Collaborator

@minjang minjang commented Oct 28, 2025

We still have some testing failures on CPU and GPU. This PR tries to fix most of them. I reverted some of the changes in test_conversions.py and test_conversions.py.

TRITON_CPU_BACKEND=1 python -m pytest -s -n 16 --device cpu python/test/unit/language/test_annotations.py python/test/unit/language/test_block_pointer.py python/test/unit/language/test_compile_errors.py python/test/unit/language/test_conversions.py python/test/unit/language/test_decorator.py python/test/unit/language/test_pipeliner.py python/test/unit/language/test_random.py python/test/unit/language/test_standard.py python/test/unit/runtime/test_autotuner.py 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_subproc.py python/test/unit/test_debug_dump.py -v
TRITON_CPU_BACKEND=0 python -m pytest -s -n 16 --device cuda python/test/unit/language/test_annotations.py python/test/unit/language/test_block_pointer.py python/test/unit/language/test_compile_errors.py python/test/unit/language/test_conversions.py python/test/unit/language/test_decorator.py python/test/unit/language/test_pipeliner.py python/test/unit/language/test_random.py python/test/unit/language/test_standard.py python/test/unit/runtime/test_autotuner.py 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_subproc.py python/test/unit/test_debug_dump.py -v

@minjang minjang changed the title More fixes for smoother unit tests on CPU and GPU Fix unit test failures on CPU and GPU Oct 28, 2025
@minjang minjang merged commit c02eb28 into main-merged Oct 28, 2025
2 of 5 checks passed
@minjang minjang deleted the scratch branch October 28, 2025 04:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants