Reorganising build.gradle for CUDA 12
Signed-off-by: brian <brian@brutex.de>
This commit is contained in:
parent
faa8ee5bc4
commit
3e123cb4b8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user