Closed Yey007 closed 10 months ago
A couple of questions for discussion that came up while implementing the reference type analyzer specifically:
KernelAnalyzer
as a base class seem useful? I don't know how many of our analyzers will really require the behavior of going through every line of code potentially accessible from a kernel.Closing in favor of rewriting changes on top of #982.
Hello! This is a proof-of-concept for shipping Roslyn Analyzers with ILGPU. The intent is to build a framework to easily add analyzers in the future, and provide a basic one that covers one of the common beginner mistakes with ILGPU: using reference types in the kernel.
TODO:
Remove remaining extraneous files, like generated .Designer.cs files