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] a ton of undefined-type #9

Closed hikettei closed 10 months ago

hikettei commented 1 year ago

Loading cl-waffe2 test top-level, a ton of undefined-type occurs.

The class is located in cl-waffe2/vm.facets-tmp which means nodes defined by define-node cause the problem. More precisely, nodes put warning is defined as :device t. Referring to NODENAME-CPUTENSOR, but there's no implementation because all backends use NODENAME-T impls.

I've not reached the place of using NODENAME-CPUTENSOR.

hikettei commented 10 months ago

Fixed #103