ソースを参照

mention that applications can write their interfaces and filters

Samuel Thibault 12 年 前
コミット
1dc76cf0b9
共有1 個のファイルを変更した4 個の追加0 個の削除を含む
  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