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

Is there a way to attach rocgdb on kernel? #1334

Open
jeageun opened this issue Jun 27, 2023 · 1 comment
Open

Is there a way to attach rocgdb on kernel? #1334

jeageun opened this issue Jun 27, 2023 · 1 comment
Assignees

Comments

@jeageun
Copy link

jeageun commented Jun 27, 2023

Currently, I'm trying to add some features in GEMM kernels.
Is there a way to attach rocgdb on kernel such that I can go line-by-line debugging? Even if I compile the kernel with -O0 -g -ggdb option and compile rocBLAS with the same options, rocgdb could not step into the kernel from LaunchKernel function calls.

Thanks!

@mahmoodw
Copy link
Contributor

Hello @jeageun, most of our GEMMs make use of assembly kernels that may require additional steps. Can you confirm that you are able to step through other functions that use solely source kernels. (e.g L1, L2 blas functions) We will then be able to direct support more accordingly.

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

No branches or pull requests

2 participants