MoFtZ
MoFtZ
hi @GeoBIM2020, thanks for reporting this issue. I have been able to reproduce the issue, and managed to reduce your sample code. This will require further investigation. ```CSharp using ILGPU;...
This appears to be issue with the `InferKernelAddressSpaces` optimization step of ILGPU, used only in `O2`. @m4rs-mt are you able to provide any additional information about this issue?
hi @LouChiSoft, I'm not very familiar with Native AOT functionality, but at this stage it looks like it would not work with ILGPU. The first issue I see is related...
Thinking about this a bit more, if there was a way for the application to detect that it was compiled using Native AOT, it would be reasonably straightforward to modify...
@lostmsu Thanks for looking into this topic. Yes, you are correct that lambdas are implemented as instance methods on a hidden class. Originally, ILGPU only supported static methods, which do...
> > > @m4rs-mt thanks for the promising response. Is there anyone already working on that feature? > > I started my own take at implementing it by replacing the...
@lostmsu We have not defined a preferred API, so you are welcome to design it as you see fit. I believe that "dynamic specialization" is referring to the concept used...
There is no such documentation at the moment. If you'd like to join us on Discord, we will try to answer any questions you have: https://discord.com/invite/X6RBCff At a very high...
@jgiannuzzi @m4rs-mt I agree that the name `ILGPU.All` is not great. However, I was trying to avoid a breaking change. Also, it matched some existing names like `Microsoft.AspNetCore.All`. I'll put...
Something else to consider, if we rename `ILGPU` to `ILGPU.Core`, are we only renaming the nuget package? Or all the files/folders? That would include: - `Src/ILGPU` to `Src/ILGPU.Core` - `Src/ILGPU.Tests`...