Enzyme-JAX icon indicating copy to clipboard operation
Enzyme-JAX copied to clipboard

support dynamic-size matrices on lowering of `lapack` routines

Open mofeing opened this issue 5 months ago • 0 comments

currently, we generate one LAPACK LLVM function wrapper per instance because we hardcode the sizes of the matrices on it. this could be better handled by just passing the sizes as arguments to the jit_call.

mofeing avatar Aug 06 '25 10:08 mofeing