Bill Williams

Results 14 comments of Bill Williams

Starting with the configuration details: ``` bash-4.2$ /opt/rocm/bin/rocminfo > rocminfo.out bash-4.2$ /opt/rocm/opencl/bin/clinfo ERROR: clGetPlatformIDs(-1001) /proc/version: Linux version 3.10.0-1062.el7.x86_64 ([email protected]) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC) ) #1 SMP...

The Quicksilver benchmark may be found here: https://github.com/moes1/Quicksilver Clone the repository. Check out the AMD-HIP branch. Go into `src/` and tweak the makefile such that a block like this is...

> Can you please share passing history for this issue. As in "has this ever worked"? Not to the best of my knowledge. If I'm misunderstanding what you need, please...

Then no; to the best of my knowledge the specific combination of: * rocprofiler kernel interception * rocprofiler through a tool library * Quicksilver as the target application has never...

Just a quick update from my side: we've upgraded to ROCm 4.2 locally and are still able to reproduce this bug.

This is working example of init_metrics: ``` void init_metrics() { fprintf(stderr, "Init metrics\n"); rocprofiler_callback_data_t* callback_data = NULL; rocprofiler_queue_callbacks_t cbs = {0}; cbs.dispatch = dispatch_cb; rocprofiler_set_queue_callbacks( cbs, callback_data ); } ```...

Same behavior with 4.5.1. Also of note since 4.5.x: the `hsa-amd-aqlprofile` package is necessary to get this MWE to function as described. Otherwise it fails with: ``` aqlprofile API table...

I can verify that this is fixed in 5.1 (tested on Oregon machines); I haven't gotten a chance to test with a good 5.0 environment yet but can see if...

Just to add a bit of data here: ICC has some tooling support that addresses their version of this issue, with a script that will allow you to generate a...

I have tried to reproduce this locally, both with Score-P 8.3 and our 9.0 prerelease version, and have not been able to generate this crash. OpenMPI is 4.1.6, Kokkos was...