-
Notifications
You must be signed in to change notification settings - Fork 538
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HIP runtime API reference reorganize
Conclusion WIP WIP
- Loading branch information
Showing
34 changed files
with
396 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,7 @@ enqueues | |
entrypoint | ||
entrypoints | ||
enum | ||
enums | ||
embeded | ||
extern | ||
fatbinary | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.. meta:: | ||
:description: The callback activity APIs reference page. | ||
:keywords: AMD, ROCm, HIP, CUDA, callback activity APIs, callback activity | ||
|
||
.. _callback_activity_apis_reference: | ||
|
||
******************************************************************************* | ||
Callback activity APIs | ||
******************************************************************************* | ||
|
||
.. doxygengroup:: Callback | ||
:content-only: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.. meta:: | ||
:description: The context management reference page. | ||
:keywords: AMD, ROCm, HIP, CUDA, context management, context | ||
|
||
.. _context_management_reference: | ||
|
||
******************************************************************************* | ||
Context management [deprecated] | ||
******************************************************************************* | ||
|
||
.. doxygengroup:: Context | ||
:content-only: |
6 changes: 4 additions & 2 deletions
6
...eference/cooperative_groups_reference.rst → ...time_api/cooperative_groups_reference.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.. meta:: | ||
:description: The device management reference page. | ||
:keywords: AMD, ROCm, HIP, CUDA, device management, device | ||
|
||
.. _device_management_reference: | ||
|
||
******************************************************************************* | ||
Device management | ||
******************************************************************************* | ||
|
||
.. doxygengroup:: Device | ||
:content-only: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.. meta:: | ||
:description: The error handling reference page. | ||
:keywords: AMD, ROCm, HIP, CUDA, error handling, error | ||
|
||
.. _error_handling_reference: | ||
|
||
******************************************************************************* | ||
Error handling | ||
******************************************************************************* | ||
|
||
.. doxygengroup:: Error | ||
:content-only: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.. meta:: | ||
:description: The event management reference page. | ||
:keywords: AMD, ROCm, HIP, CUDA, event management, event | ||
|
||
.. _event_management_reference: | ||
|
||
******************************************************************************* | ||
Event management | ||
******************************************************************************* | ||
|
||
.. doxygengroup:: Event | ||
:content-only: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.. meta:: | ||
:description: The execution control reference page. | ||
:keywords: AMD, ROCm, HIP, CUDA, execution control, execution | ||
|
||
.. _execution_control_reference: | ||
|
||
******************************************************************************* | ||
Execution control | ||
******************************************************************************* | ||
|
||
.. doxygengroup:: Execution | ||
:content-only: |
12 changes: 12 additions & 0 deletions
12
docs/reference/hip_runtime_api/global_enum_and_defines.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.. meta:: | ||
:description: The global enum and defines reference page. | ||
:keywords: AMD, ROCm, HIP, CUDA, global enum, defines | ||
|
||
.. _global_enum_defines_reference: | ||
|
||
******************************************************************************* | ||
Global enum and defines | ||
******************************************************************************* | ||
|
||
.. doxygengroup:: GlobalDefs | ||
:content-only: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.. meta:: | ||
:description: The graph management reference page. | ||
:keywords: AMD, ROCm, HIP, CUDA, graph management, graph | ||
|
||
.. _graph_management_reference: | ||
|
||
******************************************************************************* | ||
Graph management | ||
******************************************************************************* | ||
|
||
.. doxygengroup:: Graph | ||
:content-only: |
12 changes: 12 additions & 0 deletions
12
docs/reference/hip_runtime_api/initialization_and_version.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.. meta:: | ||
:description: The initialization and version reference page. | ||
:keywords: AMD, ROCm, HIP, CUDA, initialization, version | ||
|
||
.. _driver_reference: | ||
|
||
******************************************************************************* | ||
Initialization and version | ||
******************************************************************************* | ||
|
||
.. doxygengroup:: Driver | ||
:content-only: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.. meta:: | ||
:description: The launch API reference page. | ||
:keywords: AMD, ROCm, HIP, CUDA, launch API, triple-chevron | ||
|
||
.. _launch_api_reference: | ||
|
||
******************************************************************************* | ||
Launch API | ||
******************************************************************************* | ||
|
||
.. doxygengroup:: Clang | ||
:content-only: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.. meta:: | ||
:description: The memory management reference page. | ||
:keywords: AMD, ROCm, HIP, CUDA, memory management, memory | ||
|
||
.. _memory_management_reference: | ||
|
||
******************************************************************************* | ||
Memory management | ||
******************************************************************************* | ||
|
||
.. doxygengroup:: Memory | ||
:content-only: |
12 changes: 12 additions & 0 deletions
12
...erence/hip_runtime_api/memory_management/external_resource_interoperability.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.. meta:: | ||
:description: The external resource interoperability reference page. | ||
:keywords: AMD, ROCm, HIP, CUDA, external resource interoperability | ||
|
||
.. _external_resource_interoperability_reference: | ||
|
||
******************************************************************************* | ||
External resource interoperability | ||
******************************************************************************* | ||
|
||
.. doxygengroup:: External | ||
:content-only: |
12 changes: 12 additions & 0 deletions
12
...reference/hip_runtime_api/memory_management/stream_ordered_memory_allocator.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.. meta:: | ||
:description: The stream ordered memory allocator reference page. | ||
:keywords: AMD, ROCm, HIP, CUDA, stream ordered memory allocator | ||
|
||
.. _stream_ordered_memory_allocator_reference: | ||
|
||
******************************************************************************* | ||
Stream ordered memory allocator | ||
******************************************************************************* | ||
|
||
.. doxygengroup:: StreamO | ||
:content-only: |
12 changes: 12 additions & 0 deletions
12
docs/reference/hip_runtime_api/memory_management/surface_object.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.. meta:: | ||
:description: The surface object reference page. | ||
:keywords: AMD, ROCm, HIP, CUDA, surface object, surface | ||
|
||
.. _surface_object_reference: | ||
|
||
******************************************************************************* | ||
Surface object | ||
******************************************************************************* | ||
|
||
.. doxygengroup:: Surface | ||
:content-only: |
12 changes: 12 additions & 0 deletions
12
docs/reference/hip_runtime_api/memory_management/texture_management.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.. meta:: | ||
:description: The texture management reference page. | ||
:keywords: AMD, ROCm, HIP, CUDA, texture management, texture | ||
|
||
.. _texture_management_reference: | ||
|
||
******************************************************************************* | ||
Texture management | ||
******************************************************************************* | ||
|
||
.. doxygengroup:: Texture | ||
:content-only: |
12 changes: 12 additions & 0 deletions
12
docs/reference/hip_runtime_api/memory_management/texture_management_deprecated.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.. meta:: | ||
:description: The deprecated texture management reference page. | ||
:keywords: AMD, ROCm, HIP, CUDA, deprecated texture management | ||
|
||
.. _texture_management_deprecated_reference: | ||
|
||
******************************************************************************* | ||
Texture management (deprecated) | ||
******************************************************************************* | ||
|
||
.. doxygengroup:: TextureD | ||
:content-only: |
5 changes: 2 additions & 3 deletions
5
docs/reference/unified_memory_reference.rst → ...y_management/unified_memory_reference.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 2 additions & 3 deletions
5
docs/reference/virtual_memory_reference.rst → ...y_management/virtual_memory_reference.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.. meta:: | ||
:description: The module management reference page. | ||
:keywords: AMD, ROCm, HIP, CUDA, module management, module | ||
|
||
.. _module_management_reference: | ||
|
||
******************************************************************************* | ||
Module management | ||
******************************************************************************* | ||
|
||
.. doxygengroup:: Module | ||
:content-only: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.. meta:: | ||
:description: The occupancy reference page. | ||
:keywords: AMD, ROCm, HIP, CUDA, occupancy | ||
|
||
.. _occupancy_reference: | ||
|
||
******************************************************************************* | ||
Occupancy | ||
******************************************************************************* | ||
|
||
.. doxygengroup:: Occupancy | ||
:content-only: |
12 changes: 12 additions & 0 deletions
12
docs/reference/hip_runtime_api/opengl_interoperability.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.. meta:: | ||
:description: The OpenGL interoperability reference page. | ||
:keywords: AMD, ROCm, HIP, CUDA, OpenGL interoperability, OpenGL interop | ||
|
||
.. _opengl_interoperability_reference: | ||
|
||
******************************************************************************* | ||
OpenGL interoperability | ||
******************************************************************************* | ||
|
||
.. doxygengroup:: GL | ||
:content-only: |
Oops, something went wrong.