We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I want to do some performance stuff on FPGA with Intel FPGA OpenCL SDK. But have a question that does this support FPGA too? @gicmo @hughperkins @robertsdionne @sschaetz @glehmann
The text was updated successfully, but these errors were encountered:
FPGAs need two things different:
So with some work it would be doable to make it compile, but the whole design of clBLAS has had GPUs in mind. See https://github.com/Xilinx/SDAccel_Examples/wiki/Practice-and-Experiment-with-C-OpenCL-Kernels and https://www.altera.com/documentation/mwh1391807516407.html to get an idea how different it is.
Best is to call your contact at Altera / Intel FPGA to ask about availability of an optimized BLAS library for their FPGAs.
Sorry, something went wrong.
Thats a pretty good point actually :)
@VincentSC Got it. Thanks.
No branches or pull requests
Hi,
I want to do some performance stuff on FPGA with Intel FPGA OpenCL SDK.
But have a question that does this support FPGA too? @gicmo @hughperkins @robertsdionne @sschaetz @glehmann
The text was updated successfully, but these errors were encountered: