STGraph
STGraph copied to clipboard
Handling CUDA kernel code generation effectively
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.
Look into how typescript does transpilation, maybe there is something there.