-
Notifications
You must be signed in to change notification settings - Fork 115
Open
Labels
bugstatus: needs-triageNew issue, not yet reviewed or categorizedNew issue, not yet reviewed or categorized
Description
Version
1.1.0
Version
13.1
Which installation method(s) does this occur on?
Source
Describe the bug.
I installed the package and ran the test suite with pytest.
During test collection, errors appear because cuda.tile_experimental fails to import. This affects:
test/test_autotuner.pytest/bench_rms_norm.py
The following tests fail at runtime with ModuleNotFoundError: No module named 'cuda.tile_internal':
test/test_atomic.pytest/test_binary_elementwise.pytest/test_fma.pytest/test_load_store.pytest/test_reduction.pytest/test_scan.pytest/test_token_order.pytest/test_unary_elementwise.py
These tests can be rewritten to use pytest.importorskip like:
ct_experimental = pytest.importorskip("cuda.tile_experimental")Minimum reproducible example
Relevant log output
Full env printout
Other/Misc.
No response
Contributing Guidelines
- I agree to follow cuTile Python's contributing guidelines
- I have searched the open bugs and have found no duplicates for this bug report
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugstatus: needs-triageNew issue, not yet reviewed or categorizedNew issue, not yet reviewed or categorized