Files
rocm-systems/projects/hip/docs/sphinx/_toc.yml.in
T

115 строки
4.6 KiB
Plaintext
Исходник Обычный вид История

2024-03-19 16:11:26 -04:00
# Anywhere {branch} is used, the branch name will be substituted.
# These comments will also be removed.
defaults:
numbered: False
maxdepth: 6
2023-04-19 05:49:28 +02:00
root: index
subtrees:
2024-03-19 16:11:26 -04:00
- caption: Install
2023-04-19 05:49:28 +02:00
entries:
2024-03-19 16:11:26 -04:00
- file: install/install
title: Installing HIP
2024-03-19 16:11:26 -04:00
- file: install/build
title: Building HIP from source
2024-03-19 16:11:26 -04:00
- caption: Conceptual
2023-04-19 05:49:28 +02:00
entries:
- file: understand/programming_model
- file: understand/hardware_implementation
- file: understand/amd_clr
2024-10-21 16:50:09 +02:00
- file: understand/texture_fetching
title: Texture fetching
2024-03-19 16:11:26 -04:00
- caption: How to
2024-03-19 16:11:26 -04:00
entries:
- file: how-to/programming_manual
- file: how-to/hip_porting_guide
- file: how-to/hip_porting_driver_api
- file: how-to/hip_rtc
- file: how-to/performance_guidelines
2024-03-19 16:11:26 -04:00
- file: how-to/debugging
- file: how-to/logging
2024-10-21 16:50:09 +02:00
- file: how-to/cooperative_groups
- file: how-to/unified_memory
title: Unified memory
- file: how-to/virtual_memory
title: Virtual memory
- file: how-to/stream_ordered_allocator
- file: how-to/hipgraph
title: HIP graphs
- file: how-to/faq
2024-03-19 16:11:26 -04:00
- caption: Reference
2024-03-19 16:11:26 -04:00
entries:
2024-10-21 16:50:09 +02:00
- file: reference/hip_runtime_api_reference
subtrees:
- entries:
- file: reference/hip_runtime_api/modules
subtrees:
- entries:
- file: reference/hip_runtime_api/modules/initialization_and_version
- file: reference/hip_runtime_api/modules/device_management
- file: reference/hip_runtime_api/modules/execution_control
- file: reference/hip_runtime_api/modules/error_handling
- file: reference/hip_runtime_api/modules/stream_management
- file: reference/hip_runtime_api/modules/stream_memory_operations
- file: reference/hip_runtime_api/modules/event_management
- file: reference/hip_runtime_api/modules/memory_management
subtrees:
- entries:
- file: reference/hip_runtime_api/modules/memory_management/memory_management_deprecated
- file: reference/hip_runtime_api/modules/memory_management/external_resource_interoperability
- file: reference/hip_runtime_api/modules/memory_management/stream_ordered_memory_allocator
- file: reference/hip_runtime_api/modules/memory_management/unified_memory_reference
- file: reference/hip_runtime_api/modules/memory_management/virtual_memory_reference
- file: reference/hip_runtime_api/modules/memory_management/texture_management
- file: reference/hip_runtime_api/modules/memory_management/texture_management_deprecated
- file: reference/hip_runtime_api/modules/memory_management/surface_object
- file: reference/hip_runtime_api/modules/peer_to_peer_device_memory_access
- file: reference/hip_runtime_api/modules/context_management
- file: reference/hip_runtime_api/modules/module_management
- file: reference/hip_runtime_api/modules/occupancy
- file: reference/hip_runtime_api/modules/profiler_control
- file: reference/hip_runtime_api/modules/launch_api
- file: reference/hip_runtime_api/modules/runtime_compilation
- file: reference/hip_runtime_api/modules/callback_activity_apis
- file: reference/hip_runtime_api/modules/graph_management
- file: reference/hip_runtime_api/modules/opengl_interoperability
- file: reference/hip_runtime_api/modules/cooperative_groups_reference
- file: reference/hip_runtime_api/global_defines_enums_structs_files
subtrees:
- entries:
- file: reference/hip_runtime_api/global_defines_enums_structs_files/global_enum_and_defines
- file: reference/hip_runtime_api/global_defines_enums_structs_files/driver_types
- file: doxygen/html/annotated
- file: doxygen/html/files
- file: reference/virtual_rocr
- file: reference/cpp_language_extensions
title: C++ language extensions
2024-10-21 16:50:09 +02:00
- file: reference/cpp_language_support
title: C++ language support
- file: reference/math_api
- file: reference/terms
2024-10-21 16:50:09 +02:00
title: Comparing syntax for different APIs
- file: reference/deprecated_api_list
title: List of deprecated APIs
- file: reference/fp8_numbers
title: FP8 numbers in HIP
2024-03-19 16:11:26 -04:00
- caption: Tutorials
2023-04-19 05:49:28 +02:00
entries:
2024-10-21 16:50:09 +02:00
- url: https://github.com/ROCm/rocm-examples/tree/develop/HIP-Basic
title: HIP basic examples
- url: https://github.com/ROCm/HIP-Examples
title: HIP examples
- url: https://github.com/ROCm/hip-tests/tree/develop/samples
title: HIP test samples
2024-10-21 16:50:09 +02:00
- file: tutorial/saxpy
- file: tutorial/reduction
- file: tutorial/cooperative_groups_tutorial
2024-03-19 16:11:26 -04:00
- caption: About
entries:
2024-03-19 16:11:26 -04:00
- file: license.md