Update toc in markdown documentation
Change-Id: I6da7053672b306442f3640fff3471efe25593870
[ROCm/hip commit: 91f82ce541]
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
# HIP Bugs
|
||||
# HIP Bugs
|
||||
|
||||
<!-- toc -->
|
||||
|
||||
- [Errors related to undefined reference to `__hcLaunchKernel__***__grid_launch_parm**`](#errors-related-to-undefined-reference-to-__hclaunchkernel____grid_launch_parm)
|
||||
- [Can't find kernels inside dynamic linked library](#cant-find-kernels-inside-dynamic-linked-library)
|
||||
- [What is the current limitation of HIP Generic Grid Launch method?](#what-is-the-current-limitation-of-hip-generic-grid-launch-method)
|
||||
- [Errors related to `no matching constructor`](#errors-related-to-no-matching-constructor)
|
||||
- [HIP is more restrictive in enforcing restrictions](#hip-is-more-restrictive-in-enforcing-restrictions)
|
||||
|
||||
@@ -40,6 +40,10 @@
|
||||
- [Printf](#printf)
|
||||
- [Device-Side Dynamic Global Memory Allocation](#device-side-dynamic-global-memory-allocation)
|
||||
- [`__launch_bounds__`](#__launch_bounds__)
|
||||
* [Compiler Impact](#compiler-impact)
|
||||
* [CU and EU Definitions](#cu-and-eu-definitions)
|
||||
* [Porting from CUDA __launch_bounds](#porting-from-cuda-__launch_bounds)
|
||||
* [maxregcount](#maxregcount)
|
||||
- [Register Keyword](#register-keyword)
|
||||
- [Pragma Unroll](#pragma-unroll)
|
||||
- [In-Line Assembly](#in-line-assembly)
|
||||
|
||||
@@ -23,11 +23,6 @@ This document starts with some of the general capabilities of CodeXL and then de
|
||||
- [Tracing and Debug](#tracing-and-debug)
|
||||
* [Tracing HIP APIs](#tracing-hip-apis)
|
||||
+ [Color](#color)
|
||||
* [Using HIP_DB](#using-hip_db)
|
||||
* [Using ltrace](#using-ltrace)
|
||||
* [Chicken bits](#chicken-bits)
|
||||
* [Debugging HIP Applications](#debugging-hip-applications)
|
||||
* [General Debugging Tips](#general-debugging-tips)
|
||||
|
||||
<!-- tocstop -->
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
- [Using hipify-clang](#using-hipify-clang)
|
||||
* [Build and install](#build-and-install)
|
||||
* [Running and using hipify-clang](#running-and-using-hipify-clang)
|
||||
+ [Disclaimer](#disclaimer)
|
||||
- [Disclaimer](#disclaimer)
|
||||
|
||||
<!-- tocstop -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user