适用于 Android 和 iOS 的英特尔 TBB
只是想知道是否有适用于 Android 和 iOS 的多线程库。
另外,英特尔的 TBB 有什么破解方法可以使其在 Android 和 iOS 上运行吗?
Just wondering if there are any multi-threading libraries for Android and iOS.
Also, any hack for Intel's TBB to making it run on Android and iOS??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
![扫码二维码加入Web技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
OpenCV 项目包含用于在 Android 上构建 TBB 的 CMake 配方:
http://code.opencv.org/svn /opencv/branches/2.4/opencv/3rdparty/tbb/CMakeLists.txt。
ACM Queue 刚刚发表了一些 NVIDIA 和 OpenCV 研究人员的论文,其中包含在 ARM Tegra 3 平台上使用 TBB 运行 OpenCV 的数据,因此至少可以使用 TBB 进行高性能使用:http://queue.acm.org/detail.cfm?id=2206309。
The OpenCV project includes a CMake recipe for building TBB on Android:
http://code.opencv.org/svn/opencv/branches/2.4/opencv/3rdparty/tbb/CMakeLists.txt.
The ACM Queue just published a paper from some NVIDIA and OpenCV researchers that includes data running OpenCV using TBB on an ARM Tegra 3 platform, so it's at least possible to use TBB for high-performance use: http://queue.acm.org/detail.cfm?id=2206309.
目前我找到的唯一信息是:
来源:http://software.intel.com/en-us /forums/showthread.php?t=79566
所以没有官方支持,但似乎是可能的。然而,谷歌上没有任何关于英特尔表示他们计划针对 Android 和 IOS 的信息。太糟糕了。但我想无论如何他们总有一天会这么做。
Currently the only information I found is this :
source : http://software.intel.com/en-us/forums/showthread.php?t=79566
So there is no official support, but it seems possible. However, no trace on google about Intel saying they plan to target Android and IOS. Too bad. But I guess they will have to do it anyway some day.