P4 to Git Change 1544858 by skudchad@skudchad_rocm on 2018/04/22 21:07:25

SWDEV-144570 - [HIP] - Fix a few APIs and typos.

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/hip/hip_device_runtime.cpp#6 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_platform.cpp#6 edit
This commit is contained in:
foreman
2018-04-22 21:17:27 -04:00
rodzic 3ce752065a
commit 66640b546f
2 zmienionych plików z 14 dodań i 4 usunięć
+2
Wyświetl plik
@@ -272,6 +272,8 @@ void hipLaunchKernelGGLImpl(
uint32_t sharedMemBytes,
hipStream_t stream,
void** kernarg) {
assert(0 && "Unimplemented");
}
}