-
![image](https://github.com/m4rs-mt/ILGPU/assets/5368651/f5c8e02a-5c2e-41c9-8dbb-4d373d18e34c)
![image](https://github.com/m4rs-mt/ILGPU/assets/5368651/1fafac7d-15ad-45c9-b734-46df1a8f6b74)
-
The 'Update Copyright Year' workflow fails intermittently when installing the .NET SDK:
https://github.com/m4rs-mt/ILGPU/actions/runs/4258018880/jobs/7408784738
From the logs, it looks like it was…
-
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…
-
Hello,
Let me preface this by saying I'm still quite new to GPGPU, so if my questions are simple, I apologise for wasting your time.
My program has one kernel:
```
static void Kerne…
-
In the kernel function, compilation fails if there are more than two loops,,why ?
-
update the ParquetSharp CI to avoid warnings and errors like the ones we get today? https://github.com/G-Research/ParquetSharp/actions/runs/3250581963
quick assessment is:
- update actions/check…
-
## Description
The package ILGPU is available in the searcher, and have a support for Net5 (or at least the devs say so).
Inside the ILGPU nupkg -> lib -> there are two files, one for net4 , and an…
-
Currently ILGPU seems to support only OpenCL 2.0 and above.
Windows on ARM has only support for OpenCL 1.2, as a result enumerating devices does not register the Snapdragon's Adreno GPU. (Because t…
-
Dear ILGPU Devs,
The current implementation of [`ArrayView.Cast`](https://github.com/m4rs-mt/ILGPU/blob/1ed6ac0a445fe54ac2922a2114bfe6065b1d567c/Src/ILGPU/ArrayView.cs#LL548C1-L548C1) ignores the p…
-
I've been trying to implement MergeShuffle with ILGPU and the Cuda accelerator. Worked ok (though quite slow) with smaller arrays. But was getting `an illegal memory access was encoutered` messages on…