forked from ROCm/mori
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (45 loc) · 952 Bytes
/
Copy path.gitignore
File metadata and controls
52 lines (45 loc) · 952 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
# Build
build/
build*/
lib*
dist/*
# Python
*.egg-info
.eggs
*.pyc
.pytest_cache
__pycache__
python/mori/_version.py
python/mori/_rocm_build_info.py
python/mori/_jit-sources/
python/mori/*.so
python/mori/cco/*.so
examples/**/*.so
python/mori/cco/cco.cpp
python/mori/cco/device/_build_flags.py # generated by setup.py (build-time SDMA flag)
python/mori/umbp_master
python/mori/umbp_standalone_server
python/mori/spdk_proxy
python/mori/examples/*
python/mori/benchmarks/*
python/mori/cco/cco.cpp
python/mori/cco/device/*
!python/mori/cco/device/ops.py
# local cco experiments (not for commit)
examples/cco/**/_dump_*.py
.vscode
*.log
*.core
.claude/*
!.claude/skills/
.codex/
.cache/
CMakeFiles/
python/mori/_jit_sources/
# Bundled tool resources copied into the package at build time
python/mori/tools/*.sh
python/mori/tools/mori.conf
# crash core dumps
core.*
# Tuning/bench tool output (tools/*_tuning.sh, tools/verify_tuned_config.sh)
/logs/