summaryrefslogtreecommitdiff
path: root/parallel/ocl-icd
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26parallel: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07parallel: Remove SHA1 hashes for distfilesnia1-2/+1
2021-07-09ocl-icd: Link with -pthread to fix pocl on NetBSDnia4-3/+34
2021-06-13ocl-icd: set explicit path to ruby exectuablenia1-1/+3
2021-06-10ocl-icd: don't load vendor files from /etcnia1-1/+4
2021-06-10ocl-icd: tool dependency on rubynia1-1/+5
2021-06-10add parallel/ocl-icdnia21-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.