(This is a personal experimental project, not ready for prod.)
cTorch is a light weight and flexible neural network inference library. It is written in STD C11.
- Prunable. You can build cTorch with selective operators and backends
- High-performance backends support. cTorch supports several high performance backends: Intel MKL, CUDA etc
Building dependencies:
- CMake
- A C compiler: gcc or Clang
$ git clone https://github.com/pcpLiu/cTorch
$ cd cTorch
$ mkdir build && cd build
$ cmake .. && make cTorch
$ sudo make installApache 2.0
