Skip to content

Commit

Permalink
Update 01-kernels.md
Browse files Browse the repository at this point in the history
  • Loading branch information
csccva authored Jun 30, 2024
1 parent b918e55 commit 7a21034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpu-hip/docs/01-kernels.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ lang: en
- AMD effort to offer a common programming interface that works on both
CUDA and ROCm devices
- HIP is a C++ runtime API and kernel programming language
- standard C++ syntax, uses nvcc/hcc compiler in the background
- standard C++ syntax, uses nvcc/(amd clang) compiler in the background
- almost a one-on-one clone of CUDA from the user perspective
- allows one to write portable GPU codes
- AMD offers also a wide set of optimised libraries and tools
Expand Down

0 comments on commit 7a21034

Please sign in to comment.