Skip to content

Commit ae9e6c8

Browse files
author
ComputeGeneralLab
committed
update hierarchy
1 parent cdaf9ed commit ae9e6c8

21 files changed

+22
-1
lines changed

docs/arch/compute/computeIndex.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ layout: default
55

66
[back](../../../index.html)
77

8-
### [CUDA Notes](./cuda/cudaIndex.md)
8+
### [CUDA Notes](./gpu/cuda/cudaIndex.md)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
# B Review of memory Hierarchy

docs/arch/compute/cpu/cpuIndex.md

Whitespace-only changes.

docs/arch/compute/gpu/gpuIndex.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
layout: default
3+
---
4+
5+
[back](../computeIndex.html)
6+
7+
### CUDA Study Notes
8+
9+
[cuda_c_programming_guide](./cuda_c_programming_guide.html)
10+
11+
[cuda_c_best_practices_guide](./cuda_c_best_practices_guide.html)
12+
13+
[cuda_kernel_profiling_guide](./Kernel_Profiling_Guide.html)
14+
15+
[ptx_isa_guide](./parallel_thread_execution_ISA_application_Guide.html)
16+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
3+
# 4. Ray Tracing

docs/arch/memory/cache_memory_free_talk.md

Whitespace-only changes.

0 commit comments

Comments
 (0)