dfdx
dfdx copied to clipboard
Compiling rust closures to cuda kernel operations
Related to #9
This would mainly be used for element-wise operations, where the existing rust closures are specified at the element level. This method would be preferred over specifying both the rust closure and cuda coda to reduce duplicate logic. However cross-compiling will probably be a TON of effort.