From 3e123cb4b84738a26efac60853af8d4d38c9b0a0 Mon Sep 17 00:00:00 2001 From: brian Date: Tue, 29 Aug 2023 17:57:52 +0200 Subject: [PATCH] Reorganising build.gradle for CUDA 12 Signed-off-by: brian --- cavis-native/cavis-native-lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cavis-native/cavis-native-lib/build.gradle b/cavis-native/cavis-native-lib/build.gradle index 759d86205..888a389cb 100644 --- a/cavis-native/cavis-native-lib/build.gradle +++ b/cavis-native/cavis-native-lib/build.gradle @@ -272,7 +272,7 @@ chipList.each { String thisChip -> '-j', "${host_cores}", '--helper', 'mkldnn'] } - if(project.hasProperty("nativeTests") it.buildCommand += "--tests+") + if(project.hasProperty("nativeTests")) it.buildCommand += "--tests" } //Run the parser on the InfoMap in Nd4j$ChipPresets and listed header files in @Platform