Amplifier.NET
Amplifier.NET copied to clipboard
OpenCL kernel compile fails if Nullable contexts are enabled for containing project
If nulable contexts are enabled for containing project then OpenCL compilation fails because of [System.Runtime.CompilerServices.NullableContext(1)] leading kernel code.
Setting <Nullable>warnings</Nullable> or <Nullable>disable</Nullable> in property group of project file solves the issue.