b98330609b
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, );