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

[Experimental] Enabled the use of the enhanced JIT Compiler (AbstractTensor.lisp) #155

Closed hikettei closed 1 month ago

hikettei commented 1 month ago

Changes

Usage

e.g.:

(with-devices ((Aten[Clang] :debug 1 :opt 3) CPUTensor)
    ....)
$ ./roswell/waffe2.ros test -b "Aten[Clang]" -b LispTensor -b CPUTensor

Workload