STGraph icon indicating copy to clipboard operation
STGraph copied to clipboard

Handling CUDA kernel code generation effectively

Open JoelMathewC opened this issue 2 years ago • 1 comments

This issue will look into the current templating approach to CUDA kernel code generation and verify its scalability and effectiveness. Additionally, we can look into good packages that handle the string generation, because generally string hardcoding is considered a bad practice.

JoelMathewC avatar Feb 26 '23 15:02 JoelMathewC

Look into how typescript does transpilation, maybe there is something there.

JoelMathewC avatar Feb 28 '23 07:02 JoelMathewC