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

Try CUDA and NVTX.jl #8

Open
carstenbauer opened this issue Dec 1, 2023 · 1 comment
Open

Try CUDA and NVTX.jl #8

carstenbauer opened this issue Dec 1, 2023 · 1 comment

Comments

@carstenbauer
Copy link
Member

carstenbauer commented Dec 1, 2023

Apparently ScoreP supports GPU tracing/profiling via the NVIDIA CUDA Profiling Tools Interface (CUPTI) and NVTX.

Option: --[no]cuda

(FYI, @simonbyrne)

@carstenbauer carstenbauer changed the title Try CUDA Try CUDA and NVTX.jl Dec 1, 2023
@simonbyrne
Copy link

The Start/Stop Range events are not supported, because they allow to span different threads and do not need to be nested.

Boo (that's what NVTX.jl uses)

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