You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2020/06/10 12:22:53 UTC

[flink] branch master updated (70bfb61 -> 0c9e7b2)

This is an automated email from the ASF dual-hosted git repository.

trohrmann pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from 70bfb61  [FLINK-18218][python][e2e] Add PyFlink YARN per-job e2e tests
     add 0c9e7b2  [FLINK-17795][example] Add MatrixVectorMul example

No new revisions were added by this update.

Summary of changes:
 flink-dist/src/main/assemblies/bin.xml             |   1 +
 flink-examples/flink-examples-streaming/pom.xml    |  68 ++++++
 .../streaming/examples/gpu/MatrixVectorMul.java    | 244 +++++++++++++++++++++
 3 files changed, 313 insertions(+)
 create mode 100644 flink-examples/flink-examples-streaming/src/main/java/org/apache/flink/streaming/examples/gpu/MatrixVectorMul.java