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
parent 22439e8644
commit db522a2fbc
2 changed files with 14 additions and 4 deletions
+2
View File
@@ -272,6 +272,8 @@ void hipLaunchKernelGGLImpl(
uint32_t sharedMemBytes,
hipStream_t stream,
void** kernarg) {
assert(0 && "Unimplemented");
}
}