stanford-ppl / Forge

A prototype meta DSL that generates Delite DSL implementations from a specification-like program.
49 stars 23 forks source link

Expand Delite's LAPACK support to non-MKL versions of LAPACK #45

Closed chrisdesa closed 10 years ago

chrisdesa commented 10 years ago

This update allows OptiML programs to use LAPACKE routines on machines that don't have MKL. It needs to be used together with the parallel update to Delite. It makes the following changes:

asujeeth commented 10 years ago

I'd like to separate out the PDIP solver stuff from the LAPACK updates. For this pull request, let's just pull in the LAPACK stuff. I can either merge and remove the PDIP stuff, or you can submit a clean pull request which just the LAPACK changes.

asujeeth commented 10 years ago

Nevermind, I just moved things around slightly.