IRC channel logs

2024-03-24.log

back to list of logs

<enzuru>Hey all... I am working on porting Rusticle to Guix. I have managed to get a package that compiles the ICD: https://github.com/enzuru/guix-rusticle
<enzuru>However, clinfo never seems to detect any OpenCL devices no matter what I do :\
<enzuru>Is there any trick to getting OpenCL to work on Guix more generally ? I think I have all the right packages installed.
<enzuru>I have the various env variables setup to point to ICD files and etc...
<enzuru>So far I've debugged clinfo to having a undefined symbol lookup error with libclang 15: https://gist.github.com/enzuru/c5b6d41f7d27fcae7a5679d927cffdcc#file-gistfile1-txt-L913
<enzuru>Gonna try the more bleeding edge packages in the guix-hpc channel and see if anything changes...