Intel Array Building Blocks
| Intel Array Building Blocks | |
|---|---|
| Developer(s) | Intel |
| Initial release | May 17, 2010 |
| Preview release | 1.0 beta 6
/ August 25, 2011 |
| Written in | C++ |
| Operating system | Windows, Linux |
| Type | library or framework |
| Website | software |
Intel Array Building Blocks (also known as ArBB) was a C++ library developed by Intel Corporation for exploiting data parallel portions of programs to take advantage of multi-core processors, graphics processing units and Intel Many Integrated Core Architecture processors. ArBB provides a generalized vector parallel programming solution designed to avoid direct dependencies on particular low-level parallelism mechanisms or hardware architectures. ArBB is oriented to applications that require data-intensive mathematical computations. By default, ArBB programs cannot create data races or deadlocks.