m4rs-mt / ILGPU

ILGPU JIT Compiler for high-performance .Net GPU programs
http://www.ilgpu.net
Other
1.34k stars 115 forks source link

[NativeAOT] Implement `IIRWriter` API #1228

Closed IsaMorphic closed 6 days ago

IsaMorphic commented 3 months ago

Based on the research and precedent consisting of #1225 and #1214, I am starting from scratch to implement a bitstream writer for the IR graph.

IsaMorphic commented 3 months ago

@m4rs-mt Do we want to write tests for the new API?

IsaMorphic commented 1 month ago

@m4rs-mt Just fixed the code styles stuff! Super excited to have my first contribution merged :)