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

Improving RAJA integration with perf tools #1664

Open
artv3 opened this issue Jun 5, 2024 · 1 comment
Open

Improving RAJA integration with perf tools #1664

artv3 opened this issue Jun 5, 2024 · 1 comment
Labels
API/usability Enhancement reviewed Mark with this label when issue has been discussed by team

Comments

@artv3
Copy link
Member

artv3 commented Jun 5, 2024

PR: #1662 propagates the kernel naming API to all back-ends. For CUDA and HIP it is well defined as we can use the ROCTX and NVTX tools to name our kernels. We currently don't have tool support for the other back-ends. An area of future investigation is how we can better integrate with tools and provide kernel naming when running on other backends.

@artv3 artv3 changed the title Improving RAJA integration with tools Improving RAJA integration with perf tools Jun 6, 2024
@rhornung67
Copy link
Member

Maybe using caliper for other back-ends is a good option. Look at what we have and other options (plug-in interface to Sandia Perf Tools)

@rhornung67 rhornung67 added the reviewed Mark with this label when issue has been discussed by team label Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API/usability Enhancement reviewed Mark with this label when issue has been discussed by team
Projects
None yet
Development

No branches or pull requests

2 participants