Skip to content

Commit

Permalink
* Fix JPMS module for CUDA (pull #880)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brownshome authored May 5, 2020
1 parent dd13e91 commit 6871d92
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cuda/src/main/java9/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
exports org.bytedeco.cuda.cublas;
exports org.bytedeco.cuda.cudart;
exports org.bytedeco.cuda.cudnn;
exports org.bytedeco.cuda.cufft;
exports org.bytedeco.cuda.cufftw;
exports org.bytedeco.cuda.curand;
exports org.bytedeco.cuda.cusolver;
Expand All @@ -15,8 +14,6 @@
exports org.bytedeco.cuda.nppicc;
exports org.bytedeco.cuda.nppicom;
exports org.bytedeco.cuda.nppig;
exports org.bytedeco.cuda.npps;
exports org.bytedeco.cuda.nvblas;
exports org.bytedeco.cuda.nvgraph;
exports org.bytedeco.cuda.nvml;
exports org.bytedeco.cuda.nvrtc;
Expand Down

0 comments on commit 6871d92

Please sign in to comment.