Skip to content

The MlNetMklDeps nuget package should include exports used by the time series code #1103

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

Closed
sfilipi opened this issue Oct 1, 2018 · 3 comments
Assignees
Milestone

Comments

@sfilipi
Copy link
Member

sfilipi commented Oct 1, 2018

As part of the #977 work, the custom DLL for MKL that we package on the MlNetMklDeps nuget should include the following functions:

LAPACKE_shseqr
LAPACKE_dhseqr
LAPACKE_ssytrd
LAPACKE_dsytrd
LAPACKE_ssteqr
LAPACKE_dsteqr
LAPACKE_sorgtr
LAPACKE_dorgtr

@sfilipi sfilipi self-assigned this Oct 1, 2018
@Ivanidzo4ka
Copy link
Contributor

If I correctly remember _s and _d means work with single and double arrays, and we usually use one of them but not both, are you sure _d and _s needed?

@sfilipi
Copy link
Member Author

sfilipi commented Oct 2, 2018

assigning to @codemzs to update the package version in the PR that needs it.

@codemzs
Copy link
Member

codemzs commented Oct 2, 2018

Thanks @sfilipi for updating the mkl binary with the new exports for time series. I have updated the mkl version in my time series PR.

@shauheen shauheen added this to the 1018 milestone Oct 2, 2018
@codemzs codemzs closed this as completed Oct 2, 2018
@ghost ghost locked as resolved and limited conversation to collaborators Mar 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants