1 Star 0 Fork 0

qolic/rmm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 1.79 KB
一键复制 编辑 原始数据 按行查看 历史
## Common
__pycache__
*.py[cod]
*$py.class
*.a
*.o
*.so
*.dylib
.cache
.vscode
*.swp
*.pytest_cache
DartConfiguration.tcl
.DS_Store
*.manifest
*.spec
compile_commands.json
## Python build directories & artifacts
dist/
rmm.egg-info/
python/build
python/*/build
python/rmm/**/_lib/**/*.cpp
!python/rmm/_lib/_torch_allocator.cpp
python/rmm/**/_lib/**/*.h
python/rmm/**/_lib/.nfs*
python/rmm/_cuda/*.cpp
python/rmm/tests/*.cpp
python/rmm/*.ipynb
python/rmm/.ipynb_checkpoints
python/*/record.txt
python/record.txt
.Python
env/
develop-eggs/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
pip-log.txt
pip-delete-this-directory.txt
# Ignore dynamically generated .pxd files
python/rmm/_cuda/gpu.pxd
# Ignore _skbuild directory
_skbuild/
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
## Patching
*.diff
*.orig
*.rej
## C++ build directories & artifacts
CMakeFiles/
Debug
build/
RelWithDebInfo/
thirdparty/googletest/
## Eclipse IDE
.project
.cproject
.settings
## IntelliJ IDE
.idea/
.idea_modules/
*.iml
*.ipr
*.iws
## Doxygen
doxygen/html
doxygen/xml
#Java
target
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
python/docs/_build/
# PyBuilder
target/
# Jupyter Notebook
.ipynb_checkpoints
# pyenv
.python-version
# celery beat schedule file
celerybeat-schedule
# SageMath parsed files
*.sage.py
# dotenv
.env
# virtualenv
.venv
venv/
ENV/
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# mypy
.mypy_cache/
# RMM log files
rmm_log.txt
# cibuildwheel
/wheelhouse
# clang tooling
compile_commands.json
.clangd/
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/qolic/rmm.git
git@gitee.com:qolic/rmm.git
qolic
rmm
rmm
branch-24.04

搜索帮助

0d507c66 1850385 C8b1a773 1850385