Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handling CUDA kernel code generation effectively #14

Open
JoelMathewC opened this issue Feb 26, 2023 · 1 comment
Open

Handling CUDA kernel code generation effectively #14

JoelMathewC opened this issue Feb 26, 2023 · 1 comment
Labels
codegen Relating to the codegen module

Comments

@JoelMathewC
Copy link
Contributor

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 JoelMathewC added the codegen Relating to the codegen module label Feb 26, 2023
@JoelMathewC
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
codegen Relating to the codegen module
Projects
None yet
Development

No branches or pull requests

1 participant