cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

userx86
Journeyman III

CL_PLATFORM_NOT_FOUND_KHR

I keep getting "CL_PLATFORM_NOT_FOUND_KHR" errors. What might be the problem ?

CPU: Athlon XP

GPU: Radeon HD 4650 AGP

ATI Catalyst: 10.9

OS: XP SP3 32

Regards

 

0 Likes
5 Replies
himanshu_gautam
Grandmaster

hi,

are you able to run the samples that came with the sdk. post the clinfo if they run.

otherwise try reinstalling your driver.

 

0 Likes

 

CLInfo crashes after clGetPlatformIDs

//code

  cl_int err = ::clGetPlatformIDs(0, NULL, &n);
        if (err != CL_SUCCESS) {
            return detail::errHandler(err, __GET_PLATFORM_IDS_ERR);
        }

//code

 

with:

"Unhandled exception at 0x7c812afb in CLInfo.exe: Microsoft C++ exception: cl::Error at memory location 0x0012f414.."

0 Likes

userx86,

Try reinstalling the Driver.

Can you post the following detailsS,CPU,GPU,SDK,DRIVER.

0 Likes

Hi userx86,

Do you have done icd-registration?? It is mandatory to do before doing anything with SDK. Please refer installation notes for how to do icd-registration.

You can find icd-registration at

http://developer.amd.com/membership/licenseagreement.aspx?id=b53b481a-9552-4c70-8cde-6630ce5067be&ReferUrl=http%3a%2f%2fdeveloper.amd.com%2fgpu%2fATIStreamSDK%2fPages%2fdefault.aspx

just click on agree button & it will start downloading.

 

--Ramandeep

VizExperts

0 Likes

Sorry this is for Linux

0 Likes