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 9326a2d commit 5c63c72Copy full SHA for 5c63c72
Makefile
@@ -39,6 +39,7 @@ test-unit: all
39
TRITON_DISABLE_LINE_INFO=0 $(PYTEST) -s python/test/unit/language/test_line_info.py
40
# Run attention separately to avoid out of gpu memory
41
$(PYTEST) -vs python/tutorials/06-fused-attention.py
42
+ $(PYTEST) -vs python/tutorials/gluon/01-attention-forward.py
43
TRITON_ALWAYS_COMPILE=1 TRITON_DISABLE_LINE_INFO=0 LLVM_PASS_PLUGIN_PATH=python/triton/instrumentation/libGPUInstrumentationTestLib.so \
44
$(PYTEST) --capture=tee-sys -rfs -vvv python/test/unit/instrumentation/test_gpuhello.py
45
$(PYTEST) -s -n $(NUM_PROCS) python/test/gluon
0 commit comments