Browse Source

Fix links

HON95 2 năm trước cách đây
mục cha
commit
ed128b4690
3 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 1 1
      hpc/cuda.md
  2. 2 2
      hpc/hip.md
  3. 1 1
      hpc/rocm.md

+ 1 - 1
hpc/cuda.md

@@ -10,7 +10,7 @@ Introduced by NVIDIA in 2006. While GPU compute was hackishly possible before CU
 ### Related Pages
 {:.no_toc}
 
-- [HIP](/se/lang/hip/)
+- [HIP](../hip/)
 
 ## TODO
 

+ 2 - 2
hpc/hip.md

@@ -11,8 +11,8 @@ Compared to OpenCL (which is also supported by both NVIDIA and AMD), it's much m
 ### Related Pages
 {:.no_toc}
 
-- [ROCm](/config/hpc/rocm/)
-- [CUDA](/config/hpc/cuda/)
+- [ROCm](../rocm/)
+- [CUDA](../cuda/)
 
 ## Resources
 

+ 1 - 1
hpc/rocm.md

@@ -11,7 +11,7 @@ It uses the runtime API and kernel language HIP, which is compilable for both AM
 ### Related Pages
 {:.no_toc}
 
-- [HIP](/config/hpc/hip/)
+- [HIP](../hip/)
 
 ## Resources