Explorar el Código

mention that applications can write their interfaces and filters

Samuel Thibault hace 13 años
padre
commit
1dc76cf0b9
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      doc/chapters/advanced-examples.texi

+ 4 - 0
doc/chapters/advanced-examples.texi

@@ -294,6 +294,10 @@ __kernel void opencl_kernel(__global int *vector, unsigned offset)
 @end smallexample
 @end cartouche
 
+StarPU provides various interfaces and filters for matrices, vectors, etc.,
+but applications can also write their own data interfaces and filters, see
+@code{examples/interface} and @code{examples/filters/custom_mf} for an example.
+
 @node Performance model example
 @section Performance model example