Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-10-26 | parallel: Replace RMD160 checksums with BLAKE2s checksums | nia | 1 | -2/+2 | |
All checksums have been double-checked against existing RMD160 and SHA512 hashes | |||||
2021-10-07 | parallel: Remove SHA1 hashes for distfiles | nia | 1 | -2/+1 | |
2021-07-09 | ocl-icd: Link with -pthread to fix pocl on NetBSD | nia | 4 | -3/+34 | |
2021-06-13 | ocl-icd: set explicit path to ruby exectuable | nia | 1 | -1/+3 | |
2021-06-10 | ocl-icd: don't load vendor files from /etc | nia | 1 | -1/+4 | |
2021-06-10 | ocl-icd: tool dependency on ruby | nia | 1 | -1/+5 | |
2021-06-10 | add parallel/ocl-icd | nia | 21 | -0/+2551 | |
This package aims at creating an Open Source alternative to vendor specific OpenCL ICD loaders. The main difficulties to create such software is that the order of function pointers in a structure is not publicy available. This software maintains a YAML database of all known and guessed entries. |