Amplifier.NET
Amplifier.NET copied to clipboard
Amplifier allows .NET developers to easily run complex applications with intensive mathematical computation on Intel CPU/GPU, NVIDIA, AMD without writing any additional C kernel code. Write your funct...
As far as I can see, there is no way to declare a constant/local array parameter for the kernel. No attributes in the kernel declaration results in an error satin...
I wrote a program that calculates 1875000 int on CPU/GPU with your library every second, I pass this via [GLOBAL]. You forgot to add Free for GCHandle somewhere, which causes...
Hi, Would access to Vector types be the same as documented in the OpenCL reference guide, either using xyzw or s. notation? Thank you very much for the wonderful library.
Hello , Amplifier can be used? to create Numerous data tables from data objects like class objects etc. In my case, one of my window applications used to perform data...
Hi, when I tried to use Math.PI it complained Math was unavailable. If I put the pure constant value of PI it gets replaced by the parser code with "Math.PI"...
1. Your library (in release) don't work (Idk why, i jyst use your old version cide and compile him on net 6.0 and it work) 2. : Code ` [OpenCLKernel]...
If nulable contexts are enabled for containing project then OpenCL compilation fails because of [System.Runtime.CompilerServices.NullableContext(1)] leading kernel code. Setting warnings or disable in property group of project file solves the...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...