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 42b988d commit c3ec927Copy full SHA for c3ec927
.gitignore
@@ -27,7 +27,9 @@ python/triton/backends/*
27
!python/triton/backends/driver.py
28
29
# Language extras
30
-python/triton/language/extra
+python/triton/language/extra/*
31
+!python/triton/language/extra/__init__.py
32
+!python/triton/language/extra/libdevice.py
33
34
# Tools extras
35
python/triton/tools/extra
0 commit comments