Multi-GPU profiling (Several CPUs , MPI/CUDA Hybrid)

前端 未结 4 954
日久生厌
日久生厌 2021-01-03 02:30

I had a quick look on the forums and I don\'t think this question has been asked already.

I am currently working with an MPI/CUDA hybrid code, made by somebody else

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-03 03:27

    Another option is since you are already using TAU to profile the CPU side of the application you could also use TAU to collect the GPU performance data. TAU supports multi-gpu execution along with MPI, take a look at http://www.nic.uoregon.edu/tau-wiki/Guide:TAUGPU for instructions on how to get started using TAU's GPU profiling capabilites. TAU uses CUPTI (CUda Performance Tools Interface) underneath and so the data you will be able to collect with TAU will be very similar to what to can collect with nVidia's Visual Profiler.

提交回复
热议问题