ComputableDAGs / ComputableDAGs.jl

Representation of Computations as Graphs
https://computabledags.github.io/ComputableDAGs.jl/dev
MIT License
2 stars 2 forks source link

Rework input assignment #33

Closed AntonReinhard closed 2 weeks ago

AntonReinhard commented 2 months ago

The input assignment currently uses RuntimeGeneratedFunctions to put into the internal FunctionCall objects. This works fine on the CPU, but does not work when compiling a GPU kernel, as RuntimeGeneratedFunctions store expressions.