JuliaIPU / IPUToolkit.jl

IPU programming in Julia
https://juliaipu.github.io/IPUToolkit.jl/
MIT License
30 stars 3 forks source link

Add an internal function to compile a codelet from LLVM IR as string #52

Closed giordano closed 7 months ago

giordano commented 7 months ago

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.