AWS: getting around no AXI stream support #1118
Unanswered
cholan2100
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Any one had any luck with using HLS generated with hls4ml on AWS platform? AWS platform lacks direct AXI stream support in its shell. So have to rely on copying memory buffers. CNN on hls4ml needs io_stream.
I tried the trick of modifying HLS kernel to have a wrapper around the real kernel, to push into hls:stream from memory buffers. It works alright on Csim, but not on cosim or hw, kernel seem stuck.
any clues.?
ps: i have ported hand written implementation for mnist dataset classification to AWS. Would be nice to get hls4ml work with AWS for other real projects, as backend=VivadoAccelerator still doesn't support AWS platform. aws_cnn_digidet
Beta Was this translation helpful? Give feedback.
All reactions