Files
yulun 78368eafee feat(npu): support async weight offload streams (#16057)
Add device-aware torch-npu stream creation, current-stream lookup, and synchronization so the existing async offload path can run on Ascend NPU devices. Keep the feature opt-in and cover stream rotation and disabled behavior in the unit-test suite.
2026-09-24 20:06:46 -04:00
..
2026-09-11 14:27:22 -04:00

Pytest Unit Tests

Install test dependencies

pip install -r tests-unit/requirements.txt

Run tests

pytest tests-unit/