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

Caller graph in html documentation is missing for some BLAS routines #958

Open
angsch opened this issue Dec 8, 2023 · 0 comments
Open

Comments

@angsch
Copy link
Collaborator

angsch commented Dec 8, 2023

The netlib html documentation typically includes a call graph and caller graph. Some BLAS routines including axpy, copy and gemm only have the call graph, but lack the caller graph. Here is a screenshot of what is shown for gemm right now:

image

As you can see, the routines that call gemm are not arranged into a caller graph. For other routines such as trmm both graphs are shown

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant