Skip to content

Added kgen #12

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

Merged
merged 1 commit into from
Jul 7, 2025
Merged

Added kgen #12

merged 1 commit into from
Jul 7, 2025

Conversation

RXGottlieb
Copy link
Member

  • Add kgen, and all necessary subroutines within "src\kernel_writer\kernel_write.jl"
  • Add "math_kernels.jl", which contains working kernels for individual math operations. These are not directly used in kgen, but are useful for debugging and testing
  • Add "string_math_kernels.jl", which contains buffer/string versions of the kernels in "math_kernels.jl". These are used by kgen to generate/write new kernels.
  • Add development example: "even_power_example.jl". This example shows how longer kernels can have faster performance but longer compilation times

- Add `kgen`, and all necessary subroutines within "src\kernel_writer\kernel_write.jl"
- Add "math_kernels.jl", which contains working kernels for individual math operations. These are not directly used in `kgen`, but are useful for debugging and testing
- Add "string_math_kernels.jl", which contains buffer/string versions of the kernels in "math_kernels.jl". These are used by `kgen` to generate/write new kernels.
- Add development example: "even_power_example.jl". This example shows how longer kernels can have faster performance but longer compilation times
@RXGottlieb RXGottlieb merged commit 5591c95 into PSORLab:master Jul 7, 2025
4 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants