Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AMD CL not working on stout #57

Open
matthiasdiener opened this issue Apr 12, 2022 · 3 comments
Open

AMD CL not working on stout #57

matthiasdiener opened this issue Apr 12, 2022 · 3 comments

Comments

@matthiasdiener
Copy link
Collaborator

$ OCL_ICD_DEBUG=7 python -c 'import pyopencl as cl; cl.create_some_context()'
ocl-icd(ocl_icd_loader.c:776): __initClIcd: Reading icd list from '/etc/OpenCL/vendors/'
ocl-icd(ocl_icd_loader.c:234): _find_num_icds: return: 4/0x4
ocl-icd(ocl_icd_loader.c:265): _open_driver: Considering file '/etc/OpenCL/vendors//amdocl64_40000.icd'
ocl-icd(ocl_icd_loader.c:239): _load_icd: Loading ICD 'libamdocl64.so'
ocl-icd(ocl_icd_loader.c:246): _load_icd: error while dlopening the IDL: 'libamd_comgr.so.1: cannot open shared object file: No such file or directory',
  => skipping ICD

The same error happens with OCL_ICD_VENDORS=/etc/OpenCLwithAMD/vendors/

@matthiasdiener
Copy link
Collaborator Author

It might need the libamd-comgr2 package.

@inducer
Copy link
Contributor

inducer commented Apr 12, 2022

Don't have a lot of time to look at this. I get the sense that AMD has also dropped support this hardware. I installed that package, LMK if that helped.

@matthiasdiener
Copy link
Collaborator Author

No, it's still the same error :-(
The current version of libamd-comgr2 apparently has libamd_comgr.so.2.
It's not super important.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants