[CODEGEN] now re-coalescing before atomics (#298)

This commit is contained in:
Philippe Tillet
2021-09-22 13:35:53 -07:00
committed by GitHub
parent 41dbaf3b3f
commit 2849e7a773
2 changed files with 6 additions and 4 deletions

View File

@@ -23,6 +23,7 @@ jobs:
alias python='python3'
cd python
pip3 install -e .
rm -r /tmp/triton/
- name: Unit tests
run: |
@@ -32,6 +33,7 @@ jobs:
- name: Regression tests
run: |
cd python/test/regression
sudo nvidia-smi -i 0 -pm 1
sudo nvidia-smi -i 0 --lock-gpu-clocks=1350,1350
sudo nvidia-smi -i 0 --lock-memory-clocks=877,877
pytest -vs .