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…
Reference in New Issue