Reorganising build.gradle for CUDA 12

Signed-off-by: brian <brian@brutex.de>
CUDA12
Brian Rosenberger 2023-08-29 17:57:52 +02:00
parent faa8ee5bc4
commit 3e123cb4b8
1 changed files with 1 additions and 1 deletions

View File

@ -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