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:
File diff suppressed because it is too large
Load Diff
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user