forked from ROCm/TransformerEngine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (56 loc) · 704 Bytes
/
.gitignore
File metadata and controls
56 lines (56 loc) · 704 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
*.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
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
**/profiler_outputs/
**/times.csv
tensor_dumps/
transformer_engine/build_info.txt
transformer_engine/common/util/hip_nvml.*