P4 to Git Change 1576872 by skudchad@skudchad_rocm on 2018/07/05 20:20:21
SWDEV-145570 - [HIP] - Add hipMalloc3D to linker symtable. - Add structure for hipFuncGetAttributes Affected files ... ... //depot/stg/opencl/drivers/opencl/api/hip/hip_hcc.def.in#6 edit ... //depot/stg/opencl/drivers/opencl/api/hip/hip_hcc.map.in#6 edit ... //depot/stg/opencl/drivers/opencl/api/hip/hip_module.cpp#11 edit
Этот коммит содержится в:
@@ -130,6 +130,13 @@ hipError_t hipModuleGetFunction(hipFunction_t *hfunc, hipModule_t hmod, const ch
|
||||
return hipSuccess;
|
||||
}
|
||||
|
||||
hipError_t hipFuncGetAttributes(hipFuncAttributes* attr, const void* func)
|
||||
{
|
||||
HIP_INIT_API(attr, func);
|
||||
|
||||
return hipErrorInvalidDeviceFunction;
|
||||
}
|
||||
|
||||
hipError_t hipModuleLaunchKernel(hipFunction_t f,
|
||||
uint32_t gridDimX, uint32_t gridDimY, uint32_t gridDimZ,
|
||||
uint32_t blockDimX, uint32_t blockDimY, uint32_t blockDimZ,
|
||||
|
||||
Ссылка в новой задаче
Block a user