Go to file
Hardy 03de74f4bc
Tensor serialization (#25)
* use protobuf for tensor data save,write,read, in chinese 序列化和反序列化

* add protobuf

* add code for tensor load & save from/to file

* add code for tensor laod & save

* add code for tensor load & save

* add code for tensor save & load

* add code for tensor save & load

* add code for save & load

* add code for load & save

* add code for tensor load & save

* add code for tensor save & load

Co-authored-by: wanghailu <wanghailu@qiyuanlab.com>
2022-09-13 11:27:41 +08:00
.github/workflows Add: clang format check github action 2022-08-09 17:58:12 +08:00
3rd-party add code for backtrace (#21) 2022-09-01 20:30:12 +08:00
include Tensor serialization (#25) 2022-09-13 11:27:41 +08:00
proto Tensor serialization (#25) 2022-09-13 11:27:41 +08:00
src Tensor serialization (#25) 2022-09-13 11:27:41 +08:00
test Tensor serialization (#25) 2022-09-13 11:27:41 +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 code for backtrace (#21) 2022-09-01 20:30:12 +08:00
CMakeLists.txt Tensor serialization (#25) 2022-09-13 11:27:41 +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