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.
1 parent 24cf336 commit da83833Copy full SHA for da83833
Makefile
@@ -37,7 +37,7 @@ test-unit: all
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 attention separately to avoid out of gpu memory
40
- $(PYTEST) -s python/tutorials/06-fused-attention.py
+ TRITON_PRINT_AUTOTUNING=1 $(PYTEST) -vs python/tutorials/06-fused-attention.py
41
TRITON_ALWAYS_COMPILE=1 TRITON_DISABLE_LINE_INFO=0 LLVM_PASS_PLUGIN_PATH=python/triton/instrumentation/libGPUInstrumentationTestLib.so \
42
$(PYTEST) --capture=tee-sys -rfs -vvv python/test/unit/instrumentation/test_gpuhello.py
43
0 commit comments