-
### Describe the bug
public static void testKernelSwap64(Index1D index, ArrayView arr1){} // OK
public static void testKernelSwap1024(Index1D index, ArrayView arr1){ int[] arr = ne…
-
### Question
private static void test(Index1D d, ArrayView view)
{
view[-d ] = 3/d; /// error
}
public static unsafe void Main(string[] args)
{
var …
-
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 …
-
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…
-
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…
-
### 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…
-
### Describe the bug
In the ILGPU samples project, there's a comparison between ILGPU and native C# implementations. Although ILGPU is expected to be faster, it's actually much slower in this case. T…
-
Faced the following problem. There is a common kernel logic. And there are additional methods for transformation numbers that are generated dynamically before starting the kernel (as in the example be…
-
### Is your feature request related to a problem? Please describe.
N/A
### Describe the solution you'd like
In several other repos we maintain (like Parquetsharp, FML, YHS, Armada), we have the lat…