-
It would be nice if the generic kernel load methods could work with type inference, so that you don't have to spell out the kernel argument types twice. Unfortunately, it seems method groups aren't i…
-
In ILGPU 1.5.1 on .NET 7, I get a `NullReferenceException` when I try to pass an empty `ArrayView` to an OpenCL kernel. Below is a minimal reproducer:
```cs
using ILGPU;
using ILGPU.Runtime;
v…
-
Hi, So according to Intel, in devices where the the cpu and integrated gpu use the same physical memory, one can simply set a buffer as "cpu" or as "gpu" without needing to copy to another buffer for …
-
~~Kernel code in question~~
I found out the problem. However I wish the exception also contain the source code generated as part of the error message, so I don't have to waste time trying to get the …
-
The XMath.Pow() only works on CPU. Will there be a GPU version? Thanks.
-
## Description
I am attempting to test out this [library](https://github.com/m4rs-mt/ILGPU/) and the packages install correctly but ILGPU does not work. I tested a few other nuget packages and they i…
-
Hi!
I see that there's been this branch merged https://github.com/m4rs-mt/ILGPU/pull/1023 which piqued my interest in this library, which as I understand it is primarily meant for JIT compiling ker…
-
The CUDA tests for ILGPU are broken when building with the .NET 7.0.400 SDK, no matter which runtime is targeted. Here is a [failure example](https://github.com/m4rs-mt/ILGPU/actions/runs/5803343817/j…
-
Update the version of ILGPU used in the library to 1.0.0 Release
-
Use large, ephemeral EC2 instances as runners for Armada builds, using custom AMIs and the Lambda-based triggers that Ivan Pavlović has written for the ILGPU project.
┆Issue is synchronized with th…