A General-purpose Parallel and Heterogeneous Task Programming System
multi-threading
gpu
parallel
parallel-computing
cuda
multithreading
gpgpu
concurrent-programming
high-performance-computing
gpu-computing
heterogeneous-parallel-programming
threadpool
parallel-programming
work-stealing
gpu-programming
taskparallelism
multicore-programming
cuda-programming
-
Updated
Oct 19, 2021 - C++
The problem is that the OpenCL types in https://github.com/triSYCL/triSYCL/blob/master/include/triSYCL/opencl_types.hpp are defined on the host according to the x86-64 Linux ABI which depends on the CPU & OS instead of using the description from https://www.khronos.org/registry/OpenCL/specs/2.2/html/OpenCL_C.html#built-in-scalar-data-types
Note that the system-wide
cl_size_thas been removed