Hacker News new | ask | show | jobs
by rdrdss23 4380 days ago
Can you elaborate on what you're trying to say?

MATLAB already have MATLAB->HDL, which works very well. We have a team that uses it exclusively for FPGA programming.

1 comments

MATLAB will recognize if you've got FFTW or ATLAS or other highly tuned numerical libraries installed. And MATLAB will then use them whenever possible.

If Intel does a good enough job of providing a collection of compute kernels and the surrounding CPU libraries to make using them roughly as "easy" as CUDA then a lot of people will pick that up.

I don't have any hard numbers but I would suspect that there are a great many more people who use MATLAB on a CPU than those who do MATLAB->HDL. So what I'm speculating about is that Intel might support those folks who use MATLAB on a CPU for more general purpose things.

Does that make more sense?