forked from jiuyuan/InfiniTensor
25f0c441d2
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. |
||
---|---|---|
.github/workflows | ||
3rd-party | ||
include | ||
src | ||
test | ||
.clang-format | ||
.cmake-format.json | ||
.gitignore | ||
.gitmodules | ||
CMakeLists.txt | ||
LICENSE | ||
README.md |
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