I’d like to use the vector extension of RiscV on my Duo 256M, but I only get an error message saying ‘illegal instruction’. The isa of the processor confirms that the vector extension is present, but I can’t manage to execute the code.
How can I add the vector libraries on my board?
Or is it more complicated and do I need to make a new image, compatible with vector computing?
My application is neural network, but maybe there are other solutions to accelerate the inference?