2021-10-26 13:10:38 by Nia Alarie | Files touched by this commit (29) |
Log message:
parallel: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:46:48 by Nia Alarie | Files touched by this commit (29) |
Log message:
parallel: Remove SHA1 hashes for distfiles
|
2021-09-20 11:05:31 by Nia Alarie | Files touched by this commit (1) |
Log message:
pocl: work around broken CPU detection on aarch64
|
2021-06-11 17:09:24 by Nia Alarie | Files touched by this commit (1) |
Log message:
pocl: add test target
|
2021-06-10 23:50:29 by Nia Alarie | Files touched by this commit (1) |
Log message:
pocl: add buildlink3 file
|
2021-06-10 14:26:26 by Nia Alarie | Files touched by this commit (9) |
Log message:
pocl: add links to upstream pull requests for patches
cpuinfo: check for fopen() failure when opening sysfs nodes to avoid segfault
https://github.com/pocl/pocl/pull/948
pocl_timing: fix detection of Unix monotonic clocks
https://github.com/pocl/pocl/pull/949
Fix detection of dlopen()/libdl
https://github.com/pocl/pocl/pull/950
|
2021-06-10 13:18:06 by Nia Alarie | Files touched by this commit (3) |
Log message:
pocl: Fix a null pointer dererence if sysfs is not present *sigh*
|
2021-06-10 12:26:32 by Nia Alarie | Files touched by this commit (1) |
Log message:
pocl: fix name of vendor directory
|
2021-06-10 11:57:40 by Nia Alarie | Files touched by this commit (11) |
Log message:
add parallel/pocl
OpenCL (Open Computing Language) is an open, royalty-free standard for
cross-platform, parallel programming of diverse accelerators found in
supercomputers, cloud servers, personal computers, mobile devices and embedded
platforms.
PoCL is a portable open source (MIT-licensed) implementation of the OpenCL
standard (1.2 with some 2.0 features supported). In addition to being an easily
portable multi-device (truely heterogeneous) open-source OpenCL implementation,
a major goal of this project is improving interoperability of diversity of
OpenCL-capable devices by integrating them to a single centrally orchestrated
platform.
|