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

[Enhancement] call-with-view #80

Closed hikettei closed 10 months ago

hikettei commented 10 months ago
  1. JITCPUTensor, and CPUTensor is now no longer SBCL-dependant
  2. optimized: call-with-view
  3. call-with-view is now able to generate iterations with parallel, fusing loops (currently its disabled due to its unstable behaviours)