Skip to content

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