Ver código fonte

doc/doxygen: fix contents

Nathalie Furmento 12 anos atrás
pai
commit
3364527b32

+ 0 - 6
doc/doxygen/chapters/api/multiformat_data_interface.doxy

@@ -31,12 +31,6 @@ The different fields are:
         pointer to a codelet which converts from CPU to MIC
 \var starpu_multiformat_data_interface_ops::mic_to_cpu_cl
         pointer to a codelet which converts from MIC to CPU
-\var starpu_multiformat_data_interface_ops::scc_elemsize
-        the size of each element on SCC devices
-\var starpu_multiformat_data_interface_ops::cpu_to_scc_cl
-        pointer to a codelet which converts from CPU to SCC
-\var starpu_multiformat_data_interface_ops::scc_to_cpu_cl
-        pointer to a codelet which converts from SCC to CPU
 
 \struct starpu_multiformat_interface
 todo

+ 7 - 0
doc/doxygen/chapters/configure_options.doxy

@@ -276,6 +276,13 @@ fail when copying data asynchronously. When using this implementation,
 it is therefore necessary to disable asynchronous data transfers.
 </dd>
 
+<dt>--disable-asynchronous-mic-copy</dt>
+<dd>
+\anchor disable-asynchronous-mic-copy
+\addindex __configure__--disable-asynchronous-mic-copy
+Disable asynchronous copies between CPU and MIC devices.
+</dd>
+
 </dl>
 
 \section ExtensionConfiguration Extension Configuration