-
### Question
If a kernel operation fails but doesn't kill my application, is it possible to detect that an error has occurred? In my sample code below, I have 2 test kernels - `DivideByZeroKernel` an…
-
### Describe the bug
It throws following message: (test project is attached)
[AlgorithmsUnique.zip](https://github.com/user-attachments/files/17708284/AlgorithmsUnique.zip)
ILGPU.Runtime.Cuda.Cu…
-
### Question
It seems to me that using LibDevice requires the CUDA tollkit to be installed on the user computer, see [here](https://github.com/m4rs-mt/ILGPU/blob/c3af8f368445d8e6443f36c99488fc601adcd…
-
### Question
private static void test(Index1D d, ArrayView view)
{
view[-d ] = 3/d; /// error
}
public static unsafe void Main(string[] args)
{
var …
-
### Describe the bug
public static void testKernelSwap64(Index1D index, ArrayView arr1){} // OK
public static void testKernelSwap1024(Index1D index, ArrayView arr1){ int[] arr = ne…
-
Forgive my ignorance about .NET and MSIL I am not a .NET developer and I am very unfamiliar with how it functions in the back end. Anyway, .NET 7 is adding the ability to compile projects to a native …
-
Just communicating my current plans.
- [x] Update to ILGPU 1.0 (in progress)
- [ ] Parallelize over multiple accelerators at the same time (i.e. use both CPU and GPU or multiple GPUs)
- [ ] Inves…
-
The OpenCL device is 11th Gen Intel(R) Core i9-11980HK.
Following is error message:
Performing operations on 11th Gen Intel(R) Core(TM) i9-11980HK @ 2.60GHz [Type: OpenCL, WarpSize: 0, MaxNumThr…
-
### Describe the bug
I stumble upon something yesterday while playing with ILGpu :
- naming a variable "Position" causes au compilation error : the variable is automatically registered as an int8 (m…
-
The CI workflow for deploying the ILGPU website has a trigger for when a Release is created. However, it fails to deploy due to branch protection rules.
> Branch "v1.4.0-rc1" is not allowed to depl…