Intel Array Building Blocks: Difference between revisions

Content deleted Content added
1.0 beta 6
Imgaril (talk | contribs)
No edit summary
Line 23:
|website = [http://intel.com/software/data_parallel]
}}
'''Intel Array Building Blocks''' (also known as '''ArBB''') is a [[C++]] [[library (computer science)|library]] developed by [[Intel]] [[Corporation]] for exploiting data parallel portions of programs to take advantage of [[multi-core]] [[CPU|processors]], [[GPUs|graphics processing units]] and [[Intel Many Integrated Core Architecture [[processors]] 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.
 
== History ==