This is marginally helping with #23 in the sense that the (internal) function ___build_codelet takes the path of the generated codelet as input argument, and there's a method to skip the addition to the graph. The next step for solving that issue would be to expose a function which does only the code generation + compilation, without adding anything to the graph.
This is marginally helping with #23 in the sense that the (internal) function
___build_codelet
takes the path of the generated codelet as input argument, and there's a method to skip the addition to the graph. The next step for solving that issue would be to expose a function which does only the code generation + compilation, without adding anything to the graph.