- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am trying to use the boost libraries in offload mode. In particular, I need the boost::serialization and boost::date_time libraries. I know that to be successful I would need a version of these libraries that contain also the mic binary code so that it can be copied to the mic at the beginning of the offload ..... how can I create such libraries? Anyone did successfully use any of the boost libraries in offload mode? (in native mode I know that this is possible and I did read the post on this forum explaining how to do it)
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Dario,
Here is the answer from our engineer team:
After bulding Boost for MIC, the user can simply link to them the same as they would any other external library for offload use. If linking against the static libs, the Boost code will be built into the offloaded code. If linking against the dynamic libs, the necessary Boost dynamic libs will be collected and sent to the card as part of the offload.
Thank you.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page