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
maybe we don't need gen_generated_kernel in compiler.jl since the . vectorization operator does everything for us (TODO: check that it is actually true).
maybe we can replace a lot of code in compiler.jl, using Symbolics.jl and build_function. Maybe there is eventually a clean way to do automatic derivatives.
The text was updated successfully, but these errors were encountered:
Two ideas to improve function generation:
.
vectorization operator does everything for us (TODO: check that it is actually true).build_function
. Maybe there is eventually a clean way to do automatic derivatives.The text was updated successfully, but these errors were encountered: