Update toc in markdown documentation

Change-Id: I6da7053672b306442f3640fff3471efe25593870
This commit is contained in:
Maneesh Gupta
2017-06-28 11:32:25 +05:30
parent f41b77e247
commit 91f82ce541
4 changed files with 8 additions and 7 deletions
+4
View File
@@ -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)