Cloo OpenCL™ library with nuget package deployment ported to netstandard2.0 + sample apps.
- OpenCL drivers. Depending on your system, you can obtain them from your graphics device manufacturer website or operating system vendor website. Newest drivers for popular GPUs should be fine.
- The Microsoft .NET Framework 4.8 SDK.
- Visual Studio 2019 with .NET core support enabled (or VSCode for dotnet core example only)
- .NET Core 2.0 SDK installed
- Cloo -
netstandard2.0library with configured build producing nuget package - ClootilsNetFull -
netcoreapp3.1winforms application sample - ClootilsNetCore -
netcoreapp3.1console application using linq-style extension - ClootilsNetCoreUI -
netcoreapp3.1ui application based onAvalonia(WPF-like)
- Check if .NET Core support installed in VS2019 Installer
- Install .NET Core 3.1 SDK
- Install .NET Framework 4.8 SDK
- Open solution file
*.sln, select startup project (full or core) and pressF5
- Install
C#Extension - Install .NET Core 3.1 SDK
- Open solution's folder
- Press
F5to run the core app
- Tested on
Windows 10™ andLinuxwithAMD™,Nvidia™ andIntel™ platforms.