JuliaLinearAlgebra / libblastrampoline

Using PLT trampolines to provide a BLAS and LAPACK demuxing library.
MIT License
66 stars 17 forks source link

API names #15

Closed ViralBShah closed 3 years ago

ViralBShah commented 3 years ago

Since we do load lapack along with blas, I think that load_blas_funcs doesn't feel right.

How about something like lbt_load_funcs or lbt_forward?

staticfloat commented 3 years ago

Good call; we should use a predictable symbol prefix (lbt_* seems nice) and lbt_forward() seems reasonable.