-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (61 loc) · 761 Bytes
/
.gitignore
File metadata and controls
61 lines (61 loc) · 761 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
54
55
56
57
58
59
60
61
.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
.cline_storage
.cache
.rsync-filter
.hypothesis
.devcontainer.json
tests/cpp/build/
.ipynb_checkpoints
*.log
CMakeFiles
CMakeCache.txt
build.ninja
cuda_to_hip_list_tmp_*.txt
hipify_output_dict_dump.txt
cmake_install.cmake
*.hip
*_hip.h
*_hip.cpp
*_hip.cuh
hip_driver*
hip_runtime*
transformer_engine/lib
sdist/
var/
wheels/
share/python-wheels/
.installed.cfg
*.egg
MANIFEST
develop-eggs/
dist/
downloads/
.pytest_cache/
compile_commands.json
.nfs
tensor_dumps/
artifacts/
**/profiler_outputs/
**/times.csv
transformer_engine/build_info.txt
transformer_engine/common/util/hip_nvml.*
*.DS_Store