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

BLAS extensions (MKL) #2

Open
edubart opened this issue Oct 9, 2017 · 1 comment
Open

BLAS extensions (MKL) #2

edubart opened this issue Oct 9, 2017 · 1 comment

Comments

@edubart
Copy link

edubart commented Oct 9, 2017

Would be nice to have some BLAS extensions like right now I would use cblas_?gemm_batch and cblas_gemm_s16s16s32 from MKL.

See

https://software.intel.com/en-us/mkl-developer-reference-c-cblas-gemm-batch
https://software.intel.com/en-us/mkl-developer-reference-c-cblas-gemm-1

Although they are available only for people using MKL.

@andreaferretti
Copy link
Collaborator

I was planning to make a wrapper for MKL - which would include much more than BLAS - but I could not find the time yet. I think it should be doable reasonably with c2nim; at least I was able to wrap CUDA rather comfortably after making some extension to c2nim itself. Maybe you want to try? ;-)

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

2 participants