You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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
0 commit comments