P4 to Git Change 1578574 by skudchad@skudchad_rocm on 2018/07/10 19:15:59

SWDEV-145570 - [HIP] - g_arguments isnt a double pointer

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/hip/hip_platform.cpp#12 edit
Tento commit je obsažen v:
foreman
2018-07-10 19:21:07 -04:00
rodič 01813aae67
revize 64967af9eb
+1 -1
Zobrazit soubor
@@ -171,7 +171,7 @@ extern "C" hipError_t hipConfigureCall(
return hipSuccess;
}
char* g_arguments[1024]; // FIXME: needs to grow
char g_arguments[1024]; // FIXME: needs to grow
extern "C" hipError_t hipSetupArgument(
const void *arg,