OpenCL* for CPU
Ask questions and share information on Intel® SDK for OpenCL™ Applications and OpenCL™ implementations for Intel® CPU.
Announcements
This forum covers OpenCL* for CPU only. OpenCL* for GPU questions can be asked in the GPU Compute Software forum. Intel® FPGA SDK for OpenCL™ questions can be ask in the FPGA Intel® High Level Design forum.
1719 Discussions

FusionCL.Net - New .Net(C#) wrapper around OpenCL(C++).

Wells__Anthony
Beginner
362 Views

FusionCL.Net is a new wrapper around OpenCL for C#(4.7.2) -

The git is online, and it is working. It's not 100% complete but you can create programs, run kernels, create membuffers and read/write them. It works fine for me on a Nvidia 1060.

There are two projects on the git repo.

FusionCLNative.dll - this is a C++ wrapper around opencl, you do not need to use this.

FusionCL.Net - This is a C# set of classes(Namespace:FusionCL) that internally uses the native dll to create and use the OpenCL library.

Like i said, not 100% complete, but it is working and usable. Only a small amount of code really, but it works well and I think is very easy to use.

- So, yeah just a head's up. Free for anyone, please let me know if you run into any issues or have any requests for future commits. Cheers!

https://github.com/AntDevUnity/FusionCL.NET

0 Kudos
0 Replies
Reply