mirror of https://github.com/llvm/torch-mlir
35 lines
347 B
Plaintext
35 lines
347 B
Plaintext
|
*.swp
|
||
|
.cache/
|
||
|
.vscode
|
||
|
.ccache
|
||
|
.env
|
||
|
*.code-workspace
|
||
|
.ipynb_checkpoints
|
||
|
*.venv/
|
||
|
mlir_venv/
|
||
|
externals/pytorch/
|
||
|
libtorch*
|
||
|
|
||
|
/build/
|
||
|
__pycache__
|
||
|
*.pyc
|
||
|
|
||
|
.pytype
|
||
|
|
||
|
|
||
|
# Pip artifacts.
|
||
|
*.egg-info
|
||
|
*.whl
|
||
|
/wheelhouse
|
||
|
|
||
|
# Bazel
|
||
|
bazel-*
|
||
|
|
||
|
# Autogenerated files
|
||
|
/python/torch_mlir/csrc/base_lazy_backend/generated
|
||
|
|
||
|
#Docker builds
|
||
|
build_oot/
|
||
|
docker_venv/
|
||
|
llvm-build/
|