Accelerator (library)
Appearance
This article needs additional citations for verification. (August 2024) |
The topic of this article may not meet Wikipedia's general notability guideline. (August 2024) |
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]- ^ Allen, Jonathan (25 July 2007). "Microsoft Research's Accelerator: A Data-Parallel Library for .NET that Targets GPUs". InfoQueue.
External links
[edit]