oneapi-src / oneTBB

oneAPI Threading Building Blocks (oneTBB)
https://oneapi-src.github.io/oneTBB/
Apache License 2.0
5.61k stars 1.01k forks source link

Is TBB supported on ARM architecture? #539

Closed jqu1549 closed 3 years ago

jqu1549 commented 3 years ago

Hi all, generally my application using TBB runs on x86 architecture virtual machines. Under several cases, ARM architecture virtual machines have lower cost than x86 ones. However, is TBB supported on ARM? We are specially focusing on parallels for and pipeline.

alexey-katranov commented 3 years ago

oneTBB is supported by open source community on ARM. You can try to use oneTBB on your systems and if any issues feel free either to open an issue or propose a pull request.

jqu1549 commented 3 years ago

Thanks!