Skip to content
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

Does this clBLAS support FPGA? #334

Open
tangzhankun opened this issue Apr 8, 2018 · 3 comments
Open

Does this clBLAS support FPGA? #334

tangzhankun opened this issue Apr 8, 2018 · 3 comments

Comments

@tangzhankun
Copy link

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

@VincentSC
Copy link

FPGAs need two things different:

  • Precompiled binaries for clBLAS + software using clBLAS.
  • FPGA-specific optimisations.

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.

@hughperkins
Copy link
Contributor

Best is to call your contact at Altera / Intel FPGA to ask about availability of an optimized BLAS library for their FPGAs.

Thats a pretty good point actually :)

@tangzhankun
Copy link
Author

@VincentSC Got it. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants