SWDEV-452786, SWDEV-456037 - Fix format of tables in kernel_language.rst and doxygen in API header

Change-Id: I244ed2b21a24e31a25815e104230972b6e48d75d
This commit is contained in:
Julia Jiang
2024-04-09 14:28:06 -04:00
committed by Julia Jiang
parent 6db602c7f2
commit 29f2771fa8
3 changed files with 1013 additions and 22 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -162,7 +162,7 @@ Yes. HIP generates the object code which conforms to the GCC ABI, and also link
with GPU code compiled with HIP. Larger projects often contain a mixture of accelerator code (initially written in CUDA with nvcc) and host code (compiled with gcc, icc, or clang). These projects
can convert the accelerator code to HIP, compile that code with hipcc, and link with object code from their preferred compiler.
## Can HIP API support C style application? What is the differentce between C and C++ ?
## Can HIP API support C style application? What is the difference between C and C++ ?
HIP is C++ runtime API that supports C style applications as well.
Some C style applications (and interfaces to other languages (Fortran, Python)) would call certain HIP APIs but not use kernel programming.