We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
triton_kernels
1 parent 26b45d8 commit 622e05bCopy full SHA for 622e05b
Makefile
@@ -34,6 +34,7 @@ test-unit: all
34
--ignore=language/test_line_info.py --ignore=language/test_subprocess.py --ignore=test_debug.py
35
$(PYTEST) -s -n 8 python/test/unit/language/test_subprocess.py
36
$(PYTEST) -s -n 8 python/test/unit/test_debug.py --forked
37
+ $(PYTEST) -s -n 8 python/triton_kernels/tests/
38
TRITON_DISABLE_LINE_INFO=0 $(PYTEST) -s python/test/unit/language/test_line_info.py
39
# Run cuda/test_flashattention.py separately to avoid out of gpu memory
40
$(PYTEST) -s python/test/unit/cuda/test_flashattention.py
0 commit comments