hikettei / cl-waffe2

[Experimental] Graph and Tensor Abstraction for Deep Learning all in Common Lisp
https://hikettei.github.io/cl-waffe2/
MIT License
122 stars 5 forks source link

[Optimize] CPUTensor with SLEEF Backends #94

Closed hikettei closed 10 months ago

hikettei commented 10 months ago

Changes

  1. Added SLEEF to its third parties, and now cl-waffe2 is able to use SIMD-enabled operations as for mathematical functions. Training time of MLP is now 1.5x times faster, (even compared to PyTorch, I can say this is fast enough)