ILGPU icon indicating copy to clipboard operation
ILGPU copied to clipboard

[QUESTION]: ''ILGPU.ArrayView<uint>' is a type not supported by the language

Open pjsgsy opened this issue 1 year ago • 1 comments

Question

Looks like an amazing project. I got really excited for a while. lol. Tried to get a project up and running, but due to restrictions in the third party code, whilst all my efforts when syntax free on compilations, this error was my stumbling block

''ILGPU.ArrayView' is a type not supported by the language

Tried to build it outside of that project in visual studio but failed miserably there too.

I'm guessing there is no workaround for the 'not supported' issue, but if there is, please do let me know! This project was exactly what I was looking for and really does tick all the boxes.

Thanks for your efforts and for sharing your work

Environment

  • ILGPU version:1.5.1
  • .NET version: .NET 8

pjsgsy avatar Mar 06 '25 15:03 pjsgsy

hi @pjsgsy Welcome. And sorry to hear that you are having some issues. Are you able to provide your code, so that we can help you resolve the compiler issues?

You are welcome to join us on Discord.

You should also take a look at our Sample projects: https://github.com/m4rs-mt/ILGPU/releases/download/v1.5.1/Samples-1.5.1.zip

Or browse the Sample project code: https://github.com/m4rs-mt/ILGPU/tree/v1.5.1/Samples

MoFtZ avatar Mar 08 '25 01:03 MoFtZ