Skip to content

[core] Missing uint64 specialization for TensorImpl cpu

Required prerequisites

  • Make sure you've read the documentation. Your issue may be addressed there.
  • Search the issue tracker and discussions to verify that this hasn't already been reported. +1 or comment there if it has.

What commit version of aidge do you use

  • aidge_core: 0.2.2

Problem description

When forwarding a GraphView containing a Split Operator with its 'split' attribute as input (and not attribute), I get the following error:

Split_Op: ignoring non-empty Split attribute because input#1 takes precedence
Assertion failed: it != C::registry().cend() in /aidge/aidge/aidge_core/include/aidge/utils/Registrar.hpp:80
missing or invalid registrar key: ("cpu", "UInt64") for registrable object N5Aidge6TensorE
Did you include/import the corresponding module?
If so, it is possible that the object is not yet supported.