Skip to content

Commit

Permalink
add maven profiles to supported CUDA versions (NVIDIA#1970)
Browse files Browse the repository at this point in the history
Signed-off-by: Rong Ou <rong.ou@gmail.com>
  • Loading branch information
rongou authored Mar 19, 2021
1 parent 911ab36 commit 4fe11fb
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,25 @@
<module>tests-spark310+</module>
</modules>
</profile>

<profile>
<id>cuda10-1</id>
<properties>
<cuda.version>cuda10-1</cuda.version>
</properties>
</profile>
<profile>
<id>cuda10-2</id>
<properties>
<cuda.version>cuda10-2</cuda.version>
</properties>
</profile>
<profile>
<id>cuda11</id>
<properties>
<cuda.version>cuda11</cuda.version>
</properties>
</profile>
</profiles>

<properties>
Expand Down

0 comments on commit 4fe11fb

Please sign in to comment.