A fast, ergonomic and portable tensor library in Nim with a deep learning focus for CPU, GPU and embedded devices via OpenMP, Cuda and OpenCL backends
A fix to https://github.com/nim-lang/Nim/issues/24688 could imply that typedesc args with types like `Foo[T]` should not match a type `Foo`, especially if the `T` is inferred. `init` procs are usually called as such i.e. `init(ctx, NetName)`, so their parameters are given a type `typedesc[NetName]` rather than `typedesc[NetName[T]]`. Hopefully this is not too much of an incompatibility.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by metagn and has received 1 comments.