Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Microsoft Accelerator and OpenCL support both CPU and GPU, and are vendor-independent (i.e. runs on both ATI and nVidia cards).</p> <p>In case of OpenCL, you would have to separately install OpenCL to user machines (included in nVidia (supports nvidia's gpus) and ATI (supports ati gpus and any cpus) drivers, downloadable for Intel (support cpus). However, you could just keep AMD's OpenCL.dll bundled with you software to use as CPU-fallback. OpenCL is more developed (more features, less bugs): it has appeared earlier, is cross-platofrm and based on existing technologies (CUDA, Brook+). OpenCL allows you to finely control what you actually do, so it's faster, but a little more difficult.</p> <p>Microsoft Accelerator, as I got it, runs on any GPU with DirectX support (== any modern GPU) and any 64 bit CPU. It integrates more smoothly into existing code (no additional files and tons of library calls), but this is not good for performance. MS Accelerator would allow you to quicker implement your functions (it looks quite simple), so it <em>might</em> be good start. But if it doesn't show great performance, you should still give OpenCL a try, it could do better.</p> <p>So, I would advice you to learn OpenCL, since: 1) OpenCL is closer to GPU hardware architecture, so a) it allows you to achieve better performance, b) you could write more sophisticated code, c) you would learn how it all works; 2) There are more information/tutorials/hacks on the Internet; 3) It's cross-platform (might not be great feature in your case, but still); 4) OpenCL is <em>very</em> similar to CUDA, so you would learn two GPU-related technologies at once.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload