Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update VERSION and hip_runtime_api.h for 6.3.2 #3731

Closed
wants to merge 46 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
77be83b
update rocm-docs-core to 1.12.0
Dec 19, 2024
7e2e9ae
Sync rocm-6.3.x into docs/6.3.1
alexxu-amd Dec 20, 2024
f1e207a
SWDEV-490062 - Update documentation
neon60 Oct 21, 2024
b42e1a2
SWDEV-497324 - Rename CLR as Compute Language Runtime
jujiang-del Nov 8, 2024
4205146
Update deprecated API list
neon60 Oct 23, 2024
c6a4b7d
Correct Porting Guide Macros
harkgill-amd Oct 9, 2024
2f9a4c5
Add what is HIP
neon60 Oct 24, 2024
6f60f76
Update FAQ
MKKnorr Oct 30, 2024
1c1160c
Docs: Fix broken refs
MKKnorr Oct 30, 2024
3196dce
Add HIP environment variables
neon60 Nov 5, 2024
f114e14
Fixing the what-is-hip links
neon60 Nov 10, 2024
c66f7ba
Fix deprecated API list
neon60 Nov 13, 2024
2d78ee1
Add ROCm 6.3 deprecation
neon60 Nov 13, 2024
dc3516b
Reorganize HIP runtime API how-to
neon60 Nov 18, 2024
c0f303d
PR feedback.
neon60 Nov 18, 2024
8ceb50c
Add initialization and error handling
neon60 Nov 18, 2024
e30dbe7
Documentation: Add hardware capabilities page
parbenc Aug 14, 2024
68c1c52
Rebase of docs/develop fix
neon60 Nov 19, 2024
3989235
Fix doc links and fix spelling
neon60 Nov 18, 2024
84b8fcc
Fix links
neon60 Nov 19, 2024
f430bc3
Add call stack management
neon60 Nov 20, 2024
26b8a96
Add external interop page
neon60 Nov 20, 2024
b34ad54
Add multi device management
neon60 Nov 22, 2024
3c6f75b
Landing page update
neon60 Nov 22, 2024
82171ef
Add NVCC inability to compile .hip files notice and workaround
Nov 20, 2024
35f567f
Move warning to "hipcc detected my platform incorrectly" section
Nov 21, 2024
f368917
Fix programming guide TOC
neon60 Nov 23, 2024
77f0301
Minor fix
neon60 Nov 24, 2024
339bb4d
Update HIP runtime API in programming guide
neon60 Nov 25, 2024
541ad35
Docs: Update unified memory documentation
MKKnorr Nov 26, 2024
535dd77
Add OpenGL interop
neon60 Nov 28, 2024
a989227
[Docs] Revert the deprecation of hipHostMalloc/hipHostFree
neon60 Dec 3, 2024
11a3b90
Fix typo in FAQ
neon60 Dec 3, 2024
53bee8f
TOC minor fix
neon60 Dec 5, 2024
950e78d
Fix links
neon60 Dec 6, 2024
ce3a76e
Add note to README to point to HIP documentation.
randyh62 Dec 12, 2024
5981c14
Minor fixes
neon60 Dec 15, 2024
383d04e
Docs: Update device memory pages
neon60 Dec 19, 2024
f45b12b
Minor fix in unified memory page
neon60 Dec 6, 2024
9f592e0
Fix default device selection
matyas-streamhpc Dec 9, 2024
8ab60da
Docs: Refactor cpp_language_extensions and cpp_language_support
MKKnorr Nov 21, 2024
e74903c
Docs: Fix device memory refs
MKKnorr Jan 8, 2025
2c240ca
Remove cpp language extensions
neon60 Jan 9, 2025
4bb7864
Docs: Update example references
MKKnorr Jan 9, 2025
eb68b2e
Add asynchronous execution documentation page
neon60 Jan 14, 2025
f00fa86
update VERSION and hip_runtime_api.h for 6.3.2
randyh62 Jan 28, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Rebase of docs/develop fix
  • Loading branch information
neon60 committed Dec 20, 2024
commit 68c1c52aa1c7bd5b84c4614ba877bf6bcbf10422
2 changes: 1 addition & 1 deletion docs/what_is_hip.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ C++ runtime API

For the AMD ROCm platform, HIP provides headers and a runtime library built on
top of HIP-Clang compiler in the repository
:doc:`Common Language Runtime (CLR) <understand/amd_clr>`. The HIP runtime
:doc:`Compute Language Runtime (CLR) <understand/amd_clr>`. The HIP runtime
implements HIP streams, events, and memory APIs, and is an object library that
is linked with the application. The source code for all headers and the library
implementation is available on GitHub.
Expand Down