56 lines
705 B
Plaintext
56 lines
705 B
Plaintext
## build
|
|
cmake-build*
|
|
build/
|
|
build.debug/
|
|
build*/
|
|
**/*.icloud
|
|
**/*.DS_Store
|
|
no-cuda-build/
|
|
bin/
|
|
!compiler/bin/
|
|
*.o
|
|
dynasty/bin/*
|
|
dynasty/lib/*
|
|
dynasty/release/*
|
|
build-update-libs*/*
|
|
*.swp
|
|
|
|
## IDE config
|
|
.vscode/
|
|
.idea/
|
|
|
|
## models
|
|
dynasty/piano_dynasty_models/*
|
|
*.zip
|
|
*.bin
|
|
|
|
## debug
|
|
*union_find_result.txt
|
|
dynasty/conf/debug_input_config.json
|
|
*log.txt
|
|
|
|
## cudnn
|
|
cudnn-*-linux-x64-*.tgz
|
|
|
|
## bfg
|
|
..bfg-report/*
|
|
|
|
## test
|
|
info_scheduling.log
|
|
*__pycache__*
|
|
*unittest_config*
|
|
dynasty/test/include/ConfigData.h
|
|
|
|
## Toolchain
|
|
result/
|
|
|
|
dynasty/release/
|
|
knerex/updater/release
|
|
knerex/weight_analyzer/release
|
|
knerex/analyzer/release
|
|
install
|
|
|
|
docker/toolchain_release.Dockerfile
|
|
./test/.idea/*
|
|
union_find_result.txt
|