OpenCL Hello World examples demonstrating libclc math functions across CPU, Nvidia GPU, and AMD GPU
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
12
commits
Add example output section showing Mesa GPU execution
dd69b9dView on GitHubClarify that sqrt() is an OpenCL C built-in function, not a libclc function
81859d4View on GitHubDocument RUSTICL_ENABLE requirement for Mesa GPU example
9572e11View on GitHubSplit Mesa example into separate GPU and CPU binaries
6169da7View on GitHubReplace deprecated clCreateCommandQueue with clCreateCommandQueueWithProperties
d847d92View on GitHubFix CL_TARGET_OPENCL_VERSION warning by defining OpenCL 3.0 target
f02c2f9View on GitHubAdd OpenCL installation instructions and better error messages
87f8711View on GitHubInitial commit: OpenCL Hello World with libclc math functions
737832dView on GitHub