02-23-2021 10:49 AM
It appears that a vector type such as v16int16, v32int16, etc. cannot be a member of a C++ kernel class, so even when "adf.h" is included, it is impossible for the class to contain these vector types or initialize them via the class constructor or a custom init() member function. Either way, these types would have to be members declared in the class, which requires the types to be known by and visible by the host code. Is there a way to accomplish this?
02-24-2021 01:30 AM
Hi @e_ensafi
I do not know if it is possible. Could you share a quick test case showing the compilation error so I can do some tests on my side (to be honest my C++ is a bit rusty to create a quick test case