Closed AntonReinhard closed 2 weeks 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.
RuntimeGeneratedFunctions
FunctionCall
The input assignment currently uses
RuntimeGeneratedFunctions
to put into the internalFunctionCall
objects. This works fine on the CPU, but does not work when compiling a GPU kernel, as RuntimeGeneratedFunctions store expressions.