소스 검색

doc: minor fixes

Nathalie Furmento 6 년 전
부모
커밋
28fc0b3404
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      doc/doxygen/chapters/210_check_list_performance.doxy
  2. 1 1
      doc/doxygen/chapters/401_out_of_core.doxy

+ 1 - 1
doc/doxygen/chapters/210_check_list_performance.doxy

@@ -96,7 +96,7 @@ func <<<grid,block,0,starpu_cuda_get_local_stream()>>> (foo, bar);
 cudaStreamSynchronize(starpu_cuda_get_local_stream());
 \endcode
 
-as well as the use of cudaMemcpyAsync(), etc. for each CUDA operation one needs
+as well as the use of \c cudaMemcpyAsync(), etc. for each CUDA operation one needs
 to use a version that takes the a stream parameter.
 
 Unfortunately, some CUDA libraries do not have stream variants of

+ 1 - 1
doc/doxygen/chapters/401_out_of_core.doxy

@@ -145,7 +145,7 @@ The scheduling algorithms worth trying are thus <code>dmdar</code> and
 <code>lws</code>, which privilege data locality over priorities. There will be
 work on this area in the coming future.
 
-\section Feedback figures
+\section FeedBackFigures Feedback Figures
 
 Beyond pure performance feedback, some figures are interesting to have a look at.