Skip to content

Missing lapack_sgesdd when running jax function with jnp.linalg.svd in C++. #18065

Answered by hawkinsp
louis-shao asked this question in Q&A
Discussion options

You must be logged in to vote

That's correct. You'd need to link in and register the various LAPACK custom calls JAX uses. We don't have a well-trodden path for doing this at the moment. Fundamentally you need to build these three modules:

Can you say a bit more about the use case? I'm wondering how we could do better here. Which example code are you following?

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@louis-shao
Comment options

@louis-shao
Comment options

@joeycarter
Comment options

@dfm
Comment options

@joeycarter
Comment options

Answer selected by louis-shao
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants