Explorar o código

mention that applications can write their interfaces and filters

Samuel Thibault %!s(int64=12) %!d(string=hai) anos
pai
achega
1dc76cf0b9
Modificáronse 1 ficheiros con 4 adicións e 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