Accelerator (library)

Summary

Accelerator is a data parallel library being developed by Microsoft Research. It allows data parallel programs to be written that run on the GPU. It utilizes the DirectX runtime and shader programs to communicate with the GPU. The public API of the library is exposed using managed code.[1]

References edit

  1. ^ Allen, Jonathan (25 July 2007). "Microsoft Research's Accelerator: A Data-Parallel Library for .NET that Targets GPUs". InfoQueue.

External links edit

  • Accelerator @ Microsoft Research