加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 819 Bytes
一键复制 编辑 原始数据 按行查看 历史
# Triton builds
build/
# Triton Python module builds
python/build/
python/triton.egg-info/
python/triton/_C/libtriton.pyd
python/triton/_C/libtriton.so
# Backends copied from submodules
python/triton/backends/
!python/triton/backends/__init__.py
!python/triton/backends/compiler.py
!python/triton/backends/driver.py
# Python caches
__pycache__/
*.py[cod]
.pytest_cache
# Environments
.venv
venv/
venv.bak/
# VS Code project files
.vscode
.vs
# JetBrains project files
.idea
cmake-build-*
# Third-party binaries
cuobjdump
nvdisasm
ptxas
# Docs
docs/_build/
docs/python-api/generated/
docs/dialects/
docs/getting-started/tutorials
!python/tutorials/*.py
!python/tutorials/*.rst
# clangd index. (".clangd" is a config file now, thus trailing slash)
.clangd/
.cache
/compile_commands.json
.vscode
.vs
# Vim
*.swp
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化