-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fpga develop #209
Fpga develop #209
Conversation
…nto fpga_develop
- CONV2D kernel optimized and finalized - Profiling added to arithmetic tensor operations - FPGA support for pipeline use case (skin lession classification)
- Profiling reduction functions
@MicheleCancilla do you mind to take a look at the windows error? I think the easy "fix" is to simply add a preprocessing directive. But maybe we can make use of Error: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems to be ok
Added FPGA support for skin lesion use case (classification). Added convolutional 2D kernel optimised for FPGAs support. Added profiling statistics for tensor operations (math operations).