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

Instrument popular HPC libraries #2

Closed
1 of 7 tasks
mofeing opened this issue Jan 24, 2023 · 3 comments
Closed
1 of 7 tasks

Instrument popular HPC libraries #2

mofeing opened this issue Jan 24, 2023 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@mofeing
Copy link
Member

mofeing commented Jan 24, 2023

We should instrument the following popular libraries:

  • Distributed
  • Base.Threads
  • MPI.jl
  • Dagger.jl
  • CUDA.jl
  • oneAPI.jl
  • AMDGPU.jl
@mofeing mofeing added enhancement New feature or request help wanted Extra attention is needed labels Jan 24, 2023
@exaexa
Copy link

exaexa commented Jan 24, 2023

I'd target mostly Distributed and maybe Dagger. CUDA/AMDGPU already do a lot of ugly stuff with the source and I expect complications. For our usecases we might add DistributedData.jl

@mofeing
Copy link
Member Author

mofeing commented Jan 24, 2023

I'd target mostly Distributed and maybe Dagger. CUDA/AMDGPU already do a lot of ugly stuff with the source and I expect complications.

In the case of CUDA/AMDGPU, my idea is to instrumentalize kernel launch and data movements, which Extrae should already be capable of detect.

@clasqui
Copy link
Contributor

clasqui commented Jan 25, 2023

For the PerMedCoE use case, I agree with targeting Distributed and its variants. I would also try the Base.Threads, as it seems to be the basic shared memory model in Julia.

@mofeing mofeing closed this as not planned Won't fix, can't repro, duplicate, stale May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants