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

[Enhancement] An example of JIT Compiler: cl-waffe2 -> Common Lisp Code #40

Closed hikettei closed 12 months ago

hikettei commented 12 months ago

Added a new backend :cl-waffe2/backends.jit.lisp which arithmetic/mathematical functions are compiled to Common Lisp code. This is still unstable, but indicates I can do the same things in C++/CUDA :).

image