Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 257 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 257 Bytes

Tests under this folder are unit tests for the kernels in src/nki_samples.

To execute the tests, we need to include src/nki_samples in the PYTHONPATH.

For example,

PYTHONPATH=$PYTHONPATH:/home/ubuntu/nki-samples/src/ pytest test_flash_attn_fwd.py