소스 검색

Fix duplicate documentation section

Samuel Thibault 5 년 전
부모
커밋
800b57380b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/doxygen/chapters/330_scheduling_contexts.doxy

+ 1 - 1
doc/doxygen/chapters/330_scheduling_contexts.doxy

@@ -105,7 +105,7 @@ int id_ctx = starpu_sched_ctx_create(workerids, 3, "my_ctx", STARPU_SCHED_CTX_PO
 /* .... */
 /* .... */
 \endcode
 \endcode
 
 
-\section CreatingAContext Creating A Context To Partition a GPU
+\section CreatingAGPUContext Creating A Context To Partition a GPU
 
 
 The contexts can also be used to group set of SMs of an NVIDIA GPU in order to isolate
 The contexts can also be used to group set of SMs of an NVIDIA GPU in order to isolate
 the parallel kernels and allow them to coexecution on a specified partiton of the GPU.
 the parallel kernels and allow them to coexecution on a specified partiton of the GPU.