mirror of
https://github.com/deepseek-ai/DeepGEMM
synced 2025-04-07 10:04:04 +00:00
pytest Integration
This commit is contained in:
parent
60cce9a6e3
commit
22c163be25
@ -76,10 +76,11 @@ git clone --recursive git@github.com:deepseek-ai/DeepGEMM.git
|
|||||||
python setup.py develop
|
python setup.py develop
|
||||||
|
|
||||||
# Test JIT compilation
|
# Test JIT compilation
|
||||||
python tests/test_jit.py
|
pip install pytest
|
||||||
|
pytest tests/test_jit.py -v -s
|
||||||
|
|
||||||
# Test all GEMM implements (normal, contiguous-grouped and masked-grouped)
|
# Test all GEMM implements (normal, contiguous-grouped and masked-grouped)
|
||||||
python tests/test_core.py
|
pytest tests/test_core.py -v -s
|
||||||
```
|
```
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
Loading…
Reference in New Issue
Block a user