From 4fe11fb9ec984b51ea636c005d6bc551a3824ccf Mon Sep 17 00:00:00 2001 From: Rong Ou Date: Fri, 19 Mar 2021 07:49:54 -0700 Subject: [PATCH] add maven profiles to supported CUDA versions (#1970) Signed-off-by: Rong Ou --- pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/pom.xml b/pom.xml index 9f4ecd40209..2ab76009de2 100644 --- a/pom.xml +++ b/pom.xml @@ -183,6 +183,25 @@ tests-spark310+ + + + cuda10-1 + + cuda10-1 + + + + cuda10-2 + + cuda10-2 + + + + cuda11 + + cuda11 + +