This repository has been archived by the owner on May 1, 2024. It is now read-only.
forked from dividiti/ck-armnn
-
Notifications
You must be signed in to change notification settings - Fork 3
Simplify dependencies #2
Milestone
Comments
Also, according to Arm, |
Unfortunately, making Boost conditional is not as easy as I thought. Sure, we can include or exclude this dependency based on the package version, but we also have to make linking against Boost conditional in the client program, as otherwise it fails:
Unfortunately, CK does not support this easily. See the program's meta:
|
I've made Boost conditional until the current release, so we can revisit this with the next release. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
According to the Arm NN SDK build environment Tutorial:
We have never seriously used the Caffe and TensorFlow parsers, so that doesn't concern us much. We can remove them from the documentation at least.
That's good news. Boost is always a pain to build, plus it takes close to 1GB. We should make this dependency conditional on all releases prior to 21.08.
The text was updated successfully, but these errors were encountered: