As the duplicate has been removed, I'm closing the issue.
If one day we find a conflict between open-icd-loader and ocl-icd, we'll
open a new bug report.
signature.asc
Description: PGP signature
Hi Lars, Guillaume,
Thanks for catching the duplicate! I removed the ‘deprecated’ one in
commit 71ec12d8bacd3901e8c7853d3c9403f3d09dfb31.
On 2023-09-18 16:23, Lars-Dominik Braun wrote:
Which is the good one?
according to commit 4d1157fca7627c11672df0cd80fae4f4d27e2185 ocl-icd
was dead, whi
Hi,
> Which is the good one?
according to commit 4d1157fca7627c11672df0cd80fae4f4d27e2185 ocl-icd
was dead, which is why I replaced it. I cannot tell which one is better
though. Tobias maybe?
Lars
Hi.
There are currently two conflicting definitions of ocl-icd in
"opencl.scm":
--8<---cut here---start->8---
(define-public ocl-icd
(deprecated-package "ocl-icd" opencl-icd-loader))
--8<---cut here---end--->8---
and
--8<-