KhronosGroup / OpenCL-SDK

OpenCL SDK
Apache License 2.0
577 stars 121 forks source link

Add OpenCL ruby samples #32

Closed Kerilk closed 3 years ago

Kerilk commented 3 years ago

This pull request adds Ruby samples reproducing the C/C++ samples already present in the SDK. It also adds CI on Ubuntu and MacOS. If an OpenCL platform could be installed on windows, we could test it there as the bindings have been reported to work on windows as well.

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

Kerilk commented 3 years ago

@bashbaug Thanks for the review. I added a (simple) README.md describing the scope of the samples and instructions to install opencl_ruby_ffi bindings. We can expand it if we deem it necessary.

bashbaug commented 3 years ago

There's a GitHub actions conflict in this PR now. Looks like it should be easy to resolve. @Kerilk I'll do that this afternoon, unless you get to it first - thanks!

Kerilk commented 3 years ago

@bashbaug Thanks for the heads up, should be fine now.