-
Notifications
You must be signed in to change notification settings - Fork 92
Doc updates #81
base: master
Are you sure you want to change the base?
Doc updates #81
Conversation
* Ubuntu 16.04.6(Kernel 4.15) and 18.04.4(Kernel 5.3) | ||
* CentOS 7.7 (Kernel 3.10-1062) and RHEL 7.8(Kernel 3.10.0-1127)(Using devtoolset-7 runtime support) | ||
* CentOS 7.6 + FBK 5.2 | ||
* SLES 15 SP1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SLES 15 Service Pack 1
Key features | ||
============== | ||
|
||
HIP is very thin and has little or no performance impact over coding directly in CUDA or hcc “HC” mode. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is HIP-Clang still supporting "HC" mode? This may be left over from the previous HIP-HCC component tha is now deprecated.
|
||
The “hipify” tool automatically converts source from CUDA to HIP. | ||
|
||
Developers can specialize for the platform (CUDA or hcc) to tune for performance or handle tricky cases |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(CUDA or hcc) -> (CUDA or HIP)
The new HIP Clang is supporting HIP as a first class language. It no longer is doing so through the HCC language.
|
||
.. toctree:: | ||
:maxdepth: 6 | ||
:hidden: | ||
:caption: Developer Documentation | ||
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove trailing spaces.
No description provided.