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:23:23 UTC

[flink] branch release-1.11 updated (76d1921 -> e5b1ca0)

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

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


    from 76d1921  [hotfix] Correct the default path of nvidia-gpu-discovery
     add e5b1ca0  [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