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
Этот коммит содержится в:
foreman
2018-04-22 21:17:27 -04:00
родитель 22439e8644
Коммит db522a2fbc
2 изменённых файлов: 14 добавлений и 4 удалений
+2
Просмотреть файл
@@ -272,6 +272,8 @@ void hipLaunchKernelGGLImpl(
uint32_t sharedMemBytes,
hipStream_t stream,
void** kernarg) {
assert(0 && "Unimplemented");
}
}