Skip to content

Commit 622e05b

Browse files
authored
[TESTS] use triton_kernels for integration tests (#6834)
1 parent 26b45d8 commit 622e05b

File tree

3 files changed

+1
-636
lines changed

3 files changed

+1
-636
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ test-unit: all
3434
--ignore=language/test_line_info.py --ignore=language/test_subprocess.py --ignore=test_debug.py
3535
$(PYTEST) -s -n 8 python/test/unit/language/test_subprocess.py
3636
$(PYTEST) -s -n 8 python/test/unit/test_debug.py --forked
37+
$(PYTEST) -s -n 8 python/triton_kernels/tests/
3738
TRITON_DISABLE_LINE_INFO=0 $(PYTEST) -s python/test/unit/language/test_line_info.py
3839
# Run cuda/test_flashattention.py separately to avoid out of gpu memory
3940
$(PYTEST) -s python/test/unit/cuda/test_flashattention.py

0 commit comments

Comments
 (0)