Browse Source

mention that applications can write their interfaces and filters

Samuel Thibault 12 years ago
parent
commit
1dc76cf0b9
1 changed files with 4 additions and 0 deletions
  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