hikettei / cl-waffe2

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

[Fix] In-place operation do not extend old tensor-id #50

Closed hikettei closed 11 months ago

hikettei commented 11 months ago
  1. compile-forward-chain in acceptor.lisp is no longer using tensor-id (the same as interpreter mode)
  2. JITCPUTensor only generates the minimum number of operations required.
  3. JITLispTensor should be removed or needs to be rebuilt in the future release