pti-gpu icon indicating copy to clipboard operation
pti-gpu copied to clipboard

NVTX / RocTX like functionality?

Open MarvinH2G2 opened this issue 3 years ago • 1 comments

Is there a way for a use code to add self logging to the one trace output? For example, I could wrap my MPI calls or certain code sections.

This is really useful in nsight-sys and rocprof to mark up and visualise host code and MPI code as well as GPU, and I'd like to be able to do this on SYCL.

A further, a small LD_PRELOAD_WRAPPER could be written that brings in MPI logging automatically

MPI logging is supported by nsight-sys.

MarvinH2G2 avatar Aug 08 '22 14:08 MarvinH2G2

@MarvinH2G2 MPI logging is supported in unitrace.

zma2 avatar Jun 24 '24 15:06 zma2