Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 259 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 259 Bytes

torchinfer

  • A Deep learning inference framework (work in progress)
    • Can load ONNX model (converted from Pytorch)

To do

  • Cuda
  • SIMD intrinsics
    • SSE4
    • AVX2
  • x86 SIMD assembly
    • SSE4
    • AVX2