dfdx icon indicating copy to clipboard operation
dfdx copied to clipboard

Compiling rust closures to cuda kernel operations

Open coreylowman opened this issue 1 year ago • 0 comments

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.

coreylowman avatar Sep 12 '22 12:09 coreylowman