Hi,
I have implemented a sample OpenCL program. In which kernel is consuming ~10 milli seconds and host API calls are consuming ~950 milli seconds.
clGetPlatformIds() is consuming 840 milli seconds of 950 milli seconds. We have only one platform. Is there any alternate solution for getting the platformId?
I have implemented a sample OpenCL program. In which kernel is consuming ~10 milli seconds and host API calls are consuming ~950 milli seconds.
clGetPlatformIds() is consuming 840 milli seconds of 950 milli seconds. We have only one platform. Is there any alternate solution for getting the platformId?