(no title)
thetwentyone | 5 months ago
1: https://enzymead.github.io/Reactant.jl/dev/ 2: https://enzymead.github.io/Reactant.jl/dev/
thetwentyone | 5 months ago
1: https://enzymead.github.io/Reactant.jl/dev/ 2: https://enzymead.github.io/Reactant.jl/dev/
jb1991|5 months ago
> write state of the art kernels
You don't write kernels in Julia.
arbitrandomuser|5 months ago
The package https://github.com/JuliaGPU/KernelAbstractions.jl was specifically designed so that julia can be compiled down to kernels.
Julia's is high level yes, but Julia's semantics allow it to be compiled down to machine code without a "runtime interpretter" . This is a core differentiating feature from Python. Julia can be used to write gpu kernels.
ssfrr|5 months ago
People have used the same infrastructure to allow you to compile Julia code (with restrictions) into GPU kernels
jakobnissen|5 months ago
adgjlsfhk1|5 months ago
pjmlp|5 months ago