Skip to content

Commit

Permalink
Thanks Robert.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Jul 17, 2024
1 parent 0b3630e commit 628c4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/2024-07-17-opencl-cuda-hip.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ graphics programming exist, including OpenGL, DirectX, and Vulkan.
While these APIs do have some support for general-purpose computing
([GPGPU](https://en.wikipedia.org/wiki/General-purpose_computing_on_graphics_processing_units)),
it is somewhat awkward and limited. Instead, GPGPU applications may
use compute-oriented GPUs such as CUDA, OpenCL, and HIP.
use compute-oriented APIs such as CUDA, OpenCL, and HIP.

CUDA was released by NVIDIA in 2007 as a proprietary API and library
for NVIDIA GPUs. It has since become the most popular API for GPGPU,
Expand Down

0 comments on commit 628c4f7

Please sign in to comment.