hikettei/cl-waffe

Add: (with-config ~) macro

hikettei opened this issue · 0 comments

Tensorデータ型やBackendは全てdefparameterを参照しているから

(with-config (:dtype :float)
             (:backends (:simd :numcl :mgl)) ; Backendの優先順位
   ...)```

みたいなマクロでまとめて設定できると便利そう。FP16対応する方法思いついたら作ろっかな〜