Go to file
Anmuliar 25f0c441d2
Operator serialization (#14)
Class "Cuda Runtime" fulfills function "tune" and adds corresponding testcase.

*Add: convCudnn::tune, convCudnn::cuDNNdescriptorAccess.

*Add: testcase tune.

*Fix: a brief bug in CPU Runtime.
2022-08-29 15:59:03 +08:00
.github/workflows Add: clang format check github action 2022-08-09 17:58:12 +08:00
3rd-party Add: graph, tensor, and operator 2022-07-31 21:44:03 +08:00
include Operator serialization (#14) 2022-08-29 15:59:03 +08:00
src Operator serialization (#14) 2022-08-29 15:59:03 +08:00
test Operator serialization (#14) 2022-08-29 15:59:03 +08:00
.clang-format Add: graph, tensor, and operator 2022-07-31 21:44:03 +08:00
.cmake-format.json Add: graph, tensor, and operator 2022-07-31 21:44:03 +08:00
.gitignore Add: graph, tensor, and operator 2022-07-31 21:44:03 +08:00
.gitmodules Add: graph, tensor, and operator 2022-07-31 21:44:03 +08:00
CMakeLists.txt Operator serialization (#14) 2022-08-29 15:59:03 +08:00
LICENSE Initial commit 2022-07-27 22:40:23 +08:00
README.md Add CUDA runtime (#6) 2022-08-22 15:01:03 +08:00

README.md

InfiniTensor

Compilation on Lotus

# Enter the root of InfiniTensor
source test/script/env_lotus.sh 
mkdir build && cd build
cmake .. && make -j 12