darren-amd

Results 35 comments of darren-amd

Hi @mlohry, I went ahead and tested a few samples on rocprof without being able to reproduce your error on the latest ROCm version (6.2). I suspect that the error...

Hi @reza-amd, I tried building a test file that contains the symbol `roctracer_enable_op_activity` available here: [MatrixTranspose_test](https://github.com/ROCm/roctracer/blob/fee1f00ddcbd6149cb246569a69a14d9a1575ff0/test/app/MatrixTranspose_test.cpp#L371), and was able to build and run it successfully using the instructions here: [README](https://github.com/ROCm/roctracer/blob/amd-master/README.md)....

Hi @reza-amd, I was able to run a few sample code examples on the lates version of ROCm. Could you please update ROCm to the latest version (6.2), and try...

Hi @yves-renier, This has been added in hipBLASLt, as mentioned above. You can find the documentation here: [hipBLASLt Matrix Transform](https://rocm.docs.amd.com/projects/hipBLASLt/en/latest/api-reference.html#hipblasltmatrixtransform), thanks for the suggestion!

Hi @Kawaboongawa, Good question! We currently have support for launching graphs through hipGraphLaunch, which is similar to the cudaGraph feature cudaGraphLaunch: [Cuda Graph Launch](https://docs.nvidia.com/cuda/cuda-runtime-api/group__CUDART__GRAPH.html#group__CUDART__GRAPH_1g1920584881db959c8c74130d79019b73). You can find the documentation for...

Hi @torrance, Good news, an update was made in ROCm 5.7 that ensures consistency between the spt API declarations and the non-spt API declarations, as seen here: [SWDEV-407692](https://github.com/ROCm/clr/commit/5a68556c9b92ba139ce43d730d67f111812cdeb3). Please update...

Hi @al42and, I tried to reproduce the issue you are facing but could not find any threads that were leaking with the latest version of ROCm (6.2.2). I verified with...

Hi @juhanikataja, This issue should be resolved with #248, please give it a try and let me know if the issue persists, thanks!

Hi @sraikund16, Thanks for reporting the issue. Working with the internal team, we were able to find issues related to the timestamp of events in rocprof on the MI300X's. We...