How to compile multipipeline to a single static library? #8160
Unanswered
LiuPeiqiCN
asked this question in
Q&A
Replies: 1 comment
-
Not sure if there is a way with Halide itself, but you should be able to leverage your build environment for this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to compile multipipeline to a single static library, or add multi-Func to a pipeline?
Example:
Halide_AddImage_8u.h / Halide_AddImage_8u.lib
Halide_AddImage_32f.h / Halide_AddImage_32f.lib
Halide_AddImage_64f.h / Halide_AddImage_64f.lib
I want to combine them to a single header and library.
Too many many headers and libraries now.
Beta Was this translation helpful? Give feedback.
All reactions