Skip to content

Commit

Permalink
[hotfix][examples] Doc on why MatrixVectorMul example is not bundled …
Browse files Browse the repository at this point in the history
…with Flink dist nor deployed in Maven repo
  • Loading branch information
X-czh authored and reswqa committed Jan 29, 2024
1 parent 300381c commit 324a5e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flink-examples/flink-examples-streaming/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,9 @@ under the License.
<createDependencyReducedPom>false</createDependencyReducedPom>
</configuration>
<executions>
<!-- MatrixVectorMul -->
<!-- MatrixVectorMul. It is not bundled with Flink dist, nor deployed in Maven repo,
as it is platform-dependent. Users are expected to compile and run it with custom
jcuda version specified by themselves with the "jcuda.version" property.-->
<execution>
<id>MatrixVectorMul</id>
<phase>package</phase>
Expand Down

0 comments on commit 324a5e4

Please sign in to comment.