cepl
cepl copied to clipboard
Inline pipelines get 2 errors for each gpu-code issue
The gpu-function fails and then it it compiled into the pipeline which if called (which is usually the case due to livecoding) fails again.
related to https://github.com/cbaggers/cepl/issues/260 as it is more evidence that we need a special codepath for this feature, not just a macro that expands to defun-g + non-inline-defpipeline
AH! we could emit define-vari-function instead of defun-g. This solves this and the other bug :)
of course then we need a way to compile vari functions, but it's a place to start :)