2
0
Ficheiros
rocm-systems/projects/hip/docs/doxygen-input/mainpage.txt
T
systems-assistant[bot] d76041b87b Add 'projects/hip/' from commit 'e74b05a7bd9454b97dc04d7cc4b66d1fe6c534a7'
git-subtree-dir: projects/hip
git-subtree-mainline: 64df0940b8
git-subtree-split: e74b05a7bd
2025-08-10 02:09:42 +00:00

20 linhas
870 B
Plaintext

/**
* @file mainpage.cpp
* @brief : DoxyGen Main Page.
* @mainpage Heterogeneous-computing Interface for Portability (HIP)
* @tableofcontents
*
* The HIP interface makes it very easy to port existing CUDA apps to run on AMD GPUs,
* or to develop new apps that can run on either CUDA or AMD GPUs from a common source base.
*
* - HIP is very thin and has little or no performance impact over coding directly in CUDA NVCC mode.
* - HIP allows developers to use the "best" development environment and tools on each target platform.
* - HIP allows coding in a single-source C++ programming language including features such as templates, C++11 lambdas,and more.
* - HIPIFY tools automatically convert CUDA sources to HIP.
* - Developers can specialize for CUDA or HIP to tune for performance or handle tricky cases with #ifdef.
* - See the @ref API.
*/