P4 to Git Change 1531138 by cpaquot@cpaquot-ocl-lc-lnx on 2018/03/23 00:10:40

SWDEV-145570 - [HIP] Module
	Check for correct device id in hipDeviceGetAttribute
	Implement hipModuleLoad
	Handle kernelParams in hipModuleLaunchKernel

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/hip/hip_device.cpp#8 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_device_runtime.cpp#3 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_internal.hpp#5 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_module.cpp#3 edit
This commit is contained in:
foreman
2018-03-23 00:19:22 -04:00
orang tua 96c3777e30
melakukan 8e99c0960b
4 mengubah file dengan 49 tambahan dan 15 penghapusan
+1 -1
Melihat File
@@ -39,6 +39,6 @@ THE SOFTWARE.
extern thread_local amd::Context* g_context;
extern std::vector<amd::Context*> g_devices;
hipError_t hipDeviceGetCount(int* count);
hipError_t ihipDeviceGetCount(int* count);
#endif // HIP_SRC_HIP_INTERNAL_H