In a KB entry (which I am not able to find now) and in OpenCL documentation the ICD usage example code searches for:
(!strcmp(pbuf, "Advanced Micro Devices, Inc."))
But I see that the actual platform vendor is " AMD Accelerated Parallel Processing " (therefore it wouldnt match?)
Perhaps somebody should fix this? By the way, I am still not sure how to report this kind of small problems. If I use the sdk support forms at AMD site, I get no feedback and problems does not seem to get fixed also... so... ?
Solved! Go to Solution.
The platform vendor is "Advanced Micro Devices, Inc." and the other string is the platform name. Please provide some links and section/page numbers for the documents in question.
The platform vendor is "Advanced Micro Devices, Inc." and the other string is the platform name. Please provide some links and section/page numbers for the documents in question.
... you are right... my mistake, I should get some sleep sometime... it is embarrassing when I cant tell the difference between name and vendor
The documentation is correct....