Ammar ELWazir
efc02f62d0
SWDEV-294248 (Fixing Race Conditions):
Fixing race conditions that happened when enabling trace-period feature on the following code:
#include <hip/hip_runtime.h>
__global__ void
kernel ()
{
}
int
main (int argc, char **argv)
{
for (size_t i = 0; i < 10000; ++i) {
hipLaunchKernelGGL (kernel, 1, 1, 0, 0);
hipDeviceSynchronize ();
}
return 0;
}
Change-Id: I6d2407ad06ecd602b93f53970859e1f4b67072e8
[ROCm/clr commit: 0670e49806]
2021-08-11 11:06:10 -04:00
..
2021-07-09 12:08:39 -04:00
2021-07-09 12:08:39 -04:00
2021-07-28 00:09:16 -04:00
2021-07-09 12:08:39 -04:00
2021-07-09 12:08:39 -04:00
2021-07-09 12:08:39 -04:00
2021-07-09 12:08:39 -04:00
2021-07-09 12:08:39 -04:00
2021-07-09 12:08:39 -04:00
2021-07-09 12:08:39 -04:00
2021-08-05 14:04:06 -04:00
2021-07-09 12:08:39 -04:00
2021-07-09 12:08:39 -04:00
2021-08-05 14:04:06 -04:00
2021-08-05 14:04:06 -04:00
2021-08-05 14:04:06 -04:00
2021-08-02 11:56:08 -04:00
2021-08-05 14:04:06 -04:00
2021-07-09 12:08:39 -04:00
2021-07-09 12:08:39 -04:00
2021-08-05 14:04:06 -04:00
2021-07-28 20:34:11 -04:00
2021-08-05 14:04:06 -04:00
2021-08-05 14:04:06 -04:00
2021-07-09 12:08:39 -04:00
2021-07-30 02:43:41 -04:00
2021-08-05 14:04:06 -04:00
2021-08-05 14:04:06 -04:00
2021-07-09 12:08:39 -04:00
2021-06-07 21:42:44 +00:00
2021-07-20 20:32:55 -04:00
2021-07-28 00:09:16 -04:00
2021-07-28 19:18:04 -04:00
2021-08-05 14:04:06 -04:00
2021-08-05 14:04:06 -04:00
2021-06-07 21:42:44 +00:00
2021-07-12 13:14:09 -04:00
2021-08-05 14:04:06 -04:00
2021-08-05 14:04:06 -04:00
2021-08-05 14:04:06 -04:00
2021-08-05 14:04:06 -04:00
2021-08-05 14:04:06 -04:00
2021-08-05 14:04:06 -04:00
2021-08-05 14:04:06 -04:00
2021-08-11 11:06:10 -04:00
2021-07-20 20:12:21 -07:00
2021-07-09 12:08:39 -04:00
2021-08-05 14:04:06 -04:00
2021-07-22 16:24:27 -04:00
2021-08-05 14:04:06 -04:00
2021-08-02 18:48:15 +00:00
2021-08-10 11:37:49 -04:00
2021-07-09 12:08:39 -04:00
2021-06-24 14:34:47 +00:00
2021-07-09 12:08:39 -04:00