You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently added tests for block pointer copy fail on CPU when lower bound check is required. This happens because CPU backend relies on vector transfer_read/writer for checks, but those operations check upper bound only.
To reproduce, remove skip from the test and run python -m pytest --device cpu python/test/unit/language/test_block_pointer.py::test_block_copy
Environment details
The text was updated successfully, but these errors were encountered:
Describe the bug
Recently added tests for block pointer copy fail on CPU when lower bound check is required. This happens because CPU backend relies on vector transfer_read/writer for checks, but those operations check upper bound only.
To reproduce, remove skip from the test and run
python -m pytest --device cpu python/test/unit/language/test_block_pointer.py::test_block_copy
Environment details
The text was updated successfully, but these errors were encountered: