Files
rocm-systems/bin
Evgeny Mankov b98330609b [HIPIFY][perl][#259] Fix
empty<<<1, 2>>> ( );     >>  hipLaunchKernelGGL(empty, dim3(1), dim3(2), 0, 0);
empty<<<1, 2, 0>>>();    >>
empty<<<1, 2, 0, 0>>>(); >>

instead of erroneous:    >> hipLaunchKernelGGL((empty), dim3(1), dim3(2), 0, 0, );
2019-09-03 16:44:20 +03:00
..
2019-08-09 12:13:29 +00:00
2016-11-14 15:26:27 -07:00
2017-06-02 16:33:48 +03:00
2019-09-03 16:44:20 +03:00