-
Notifications
You must be signed in to change notification settings - Fork 359
Consider git submodule for gmmlib dependency #35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Curious, is there a reason for separating gmmlib source tree from media-driver source tree (e.g. is it used by other libraries/projects)? Also, since it's separated, why does it not provide standard installation files? The current build setup requirements are awkward and unconventional because of this. |
the corresponding media part changes are under testing now. We'll push the changes when tests pass. Yes, gmmlib is a common component which is now built as a static library then link into different gmmlib 'clients'. There are some tasks for gmmlib changes in the future which should be able to address your concern. Thanks for pointing out these for us now! |
fixed at 4bff0eb for build break |
We have task under progress to transition from static lib to DLL. We should be able to control such issues once transition happens. Sorry for any inconvenience. |
gmmlib is ready for this to happen, will it be available soon? |
team is working on this. |
Folks, I very much don't like an idea to have gmmlib as a submodule assuming that it will be a dynamic library. In that way we will end up having few versions of dynamic gmmlib built within media-driver and compute-runtime procedures. Imho, if gmmlib will be a dynamic library it should be separately installed and packaged. If it will be a static library, then indeed we can have a submodule. @oliver-sang : can you, please, clarify what team is actually heading for? |
Team is working to convert to use dynamic gmmlib. git submodule is not under the consideration. |
Cool, that's what I hoped to hear. Do you have an ETA? |
Fixes: intel#246, intel#35 Signed-off-by: Yang, Ning <[email protected]> Signed-off-by: Dmitry Rogozhkin <[email protected]>
Fixes: intel#246, intel#35 Change-Id: I6d48c72d86e26a2f8db06891dccb22dc66afa004 Signed-off-by: Yang, Ning <[email protected]> Signed-off-by: Dmitry Rogozhkin <[email protected]>
Fixes: intel#246, intel#35 Change-Id: I6d48c72d86e26a2f8db06891dccb22dc66afa004 Signed-off-by: Yang, Ning <[email protected]> Signed-off-by: Dmitry Rogozhkin <[email protected]>
Fixes: intel#246, intel#35 Requires: intel/gmmlib#30 Change-Id: I6d48c72d86e26a2f8db06891dccb22dc66afa004 Signed-off-by: Yang, Ning <[email protected]> Signed-off-by: Dmitry Rogozhkin <[email protected]>
Fixes: intel#246, intel#35 Change-Id: I6d48c72d86e26a2f8db06891dccb22dc66afa004 Signed-off-by: Yang, Ning <[email protected]> Signed-off-by: Dmitry Rogozhkin <[email protected]>
Fixes: intel#246, intel#35 Change-Id: I6d48c72d86e26a2f8db06891dccb22dc66afa004 Signed-off-by: Yang, Ning <[email protected]> Signed-off-by: Dmitry Rogozhkin <[email protected]>
Fixes: intel#246, intel#35 Change-Id: I6d48c72d86e26a2f8db06891dccb22dc66afa004 Signed-off-by: Yang, Ning <[email protected]> Signed-off-by: Dmitry Rogozhkin <[email protected]>
Fixes: intel#246, intel#35 Change-Id: I6d48c72d86e26a2f8db06891dccb22dc66afa004 Signed-off-by: Yang, Ning <[email protected]> Signed-off-by: Dmitry Rogozhkin <[email protected]>
Fixes: intel#246, intel#35 Change-Id: I6d48c72d86e26a2f8db06891dccb22dc66afa004 Signed-off-by: Yang, Ning <[email protected]> Signed-off-by: Dmitry Rogozhkin <[email protected]>
Fixes: #246, #35 Change-Id: I6d48c72d86e26a2f8db06891dccb22dc66afa004 Signed-off-by: Yang, Ning <[email protected]> Signed-off-by: Dmitry Rogozhkin <[email protected]>
close it , because gmmlib is a .so now. |
Since commit intel/gmmlib@aa11d6ada523 , the media-driver does not compile (see intel/gmmlib#3) on current media-driver master (4d89071).
If gmmlib was included as a
git submodule
in media-driver, then the specific commit can be controlled more precisely and prevent recent changes in gmmlib from breaking the media-driver when not warranted. This would also allow media-driver to remove all the cmake scripts that it currently duplicates from gmmlib to simplify maintainability (e.g. keeping them in sync is currently a chore).The text was updated successfully, but these errors were encountered: