oraluben commented on issue #292:
URL: https://github.com/apache/tvm-ffi/issues/292#issuecomment-3605123797
I list all pipeline/workflow we want to cover below, does this look good to
you? @yaoyaoding cc @junrushao
```mermaid
graph LR
A(cuda source) -- nvrtc --> C(cubin bytes)
A(cuda source) -- nvcc --> B(cubin/fatbin)
B -- read bytes --> C(cubin bytes)
C -- cpp.load_inline() <br/>with library source --> K{python kernel}
P -- tvm_ffi.load_library --> K
subgraph aot compilation
B -- bin2c --> H(kernel.h)
H -- cxx with <br/>library source --> O(embed object)
B -- tvm_ffi.utils.embed_cubin with library object --> O
O -- cxx --> P(library.so)
end
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]