Content deleted Content added
link for compute devices: best guess would be OpenCL compute device, which covers: CPU,GPU,DSP,FPGA (and probably new imminent AI accelerators) |
I'm not sure the CELL was the first system with multiple processors sharing system memory. PS2 also definitely had DMA between VU0 /memory/scratchpad and CPU seeing the scratchpad+memory, I suspect there were others. is this concrete information? |
||
Line 31:
{{Refimprove section|date=May 2014}}
Originally introduced
Among its main features, HSA defines a unified [[virtual address space]] space for compute devices: where GPUs traditionally have their own memory, separate from the main (CPU) memory, HSA requires these devices to share [[Page (computer memory)|page tables]] so that devices can exchange data by sharing [[Pointer (computer programming)|pointers]]. This is to be supported by custom [[memory management unit]]s.<ref name="whitepaper"/>{{rp|6–7}} To render interoperability possible and also to ease various aspects of programming, HSA is intended to be [[Instruction set|ISA]]-agnostic for both CPUs and accelerators, and to support high-level programming languages.
|