dace icon indicating copy to clipboard operation
dace copied to clipboard

Convert between different vector sizes on FPGA

Open definelicht opened this issue 4 years ago • 0 comments

It is sometimes useful to convert between one size vector and another size vector in FPGA codes, for example when converting from 512-bit reads from DRAM to some smaller vector width used in the program.

Right now we only convert between vectorized and non-vectorized.

We should update the codegen to allow arbitrary conversion as long as the data type and total number of elements matches.

definelicht avatar Jun 28 '21 15:06 definelicht