Giovanni Lenzi Baraldi
Giovanni Lenzi Baraldi
Hi @oldxie The parameter ISA_CAPTURE_MODE={0,1,2} (input.txt) controls what code object is captured, as .out files, while --plugin att auto causes att.py to use that captured information. "Could not find att...
Hi, PMC is not supported in the same run as ATT (or ATT + any other tracing mode). They are different parameter formats, and use different plugins and queue intercepts....
One more thing: is the issue still present on ROCm 6.2?
Hi @RookieT0T I'm able to reproduce the issue with rocprof in your image. It is fixed in 6.3+. Can you confirm upgrading to 6.3 fixes the issue?
The previous TCC_HIT you were seeing is likely instruction fetch or similar. It should only hit on the second load: ```cpp __global__ void kernel(int * arr) { uint64_t a =...