forked from flagos-ai/TransformerEngine-FL
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (53 loc) · 700 Bytes
/
Copy path.gitignore
File metadata and controls
53 lines (53 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
.venv
*.o
*.swp
*.ii
*.ptx
*.cubin
*.fatbin*
*.module_id
*.nsys-rep
*.ncu-rep
*.sqlite
*.eggs
build/
*.so
*.egg-info
__pycache__
.ycm_extra_conf.py
.vimrc
.vs
.vscode
.cache
.hypothesis
.devcontainer.json
tests/cpp/build/
.ipynb_checkpoints
*.log
CMakeFiles/CMakeSystem.cmake
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
develop-eggs/
dist/
downloads/
.pytest_cache/
compile_commands.json
.nfs
tensor_dumps/
artifacts/
# Auto-generated build configuration (specific to each environment)
transformer_engine/plugin/core/_build_config.py
# Mac OS
.DS_Store
# Integration test outputs
qa/L1_pytorch_mcore_integration/output/
*.distcp
.coverage
.coverage.*
.coverage