comments
This commit is contained in:
parent
c2c8d80b40
commit
c53bdd38f8
@ -22,11 +22,11 @@ val home: String = System.getProperty("user.home")
|
|||||||
val javaHome: String = System.getProperty("java.home")
|
val javaHome: String = System.getProperty("java.home")
|
||||||
val thirdPartyDir = "$home/.kmath/third-party/noa-v0.0.1"
|
val thirdPartyDir = "$home/.kmath/third-party/noa-v0.0.1"
|
||||||
val cppBuildDir = "$thirdPartyDir/cpp-build"
|
val cppBuildDir = "$thirdPartyDir/cpp-build"
|
||||||
val jNoaDir = "$thirdPartyDir/jnoa/noa-kmath"
|
val jNoaDir = "$thirdPartyDir/jnoa/noa-kmath" //"$home/devspace/noa"
|
||||||
|
|
||||||
val cudaHome: String? = System.getenv("CUDA_HOME")
|
val cudaHome: String? = System.getenv("CUDA_HOME")
|
||||||
val cudaDefault = file("/usr/local/cuda").exists()
|
val cudaDefault = file("/usr/local/cuda").exists()
|
||||||
val cudaFound = (cudaHome?.isNotEmpty() ?: false) or cudaDefault
|
val cudaFound = (cudaHome?.isNotEmpty() ?: false) or cudaDefault //false
|
||||||
|
|
||||||
val cmakeArchive = "cmake-3.20.5-linux-x86_64"
|
val cmakeArchive = "cmake-3.20.5-linux-x86_64"
|
||||||
val torchArchive = "libtorch"
|
val torchArchive = "libtorch"
|
||||||
@ -191,7 +191,7 @@ tasks {
|
|||||||
withType<Test>{
|
withType<Test>{
|
||||||
systemProperty("java.library.path", "$cppBuildDir/jnoa")
|
systemProperty("java.library.path", "$cppBuildDir/jnoa")
|
||||||
//systemProperty("java.library.path",
|
//systemProperty("java.library.path",
|
||||||
// "${System.getProperty("user.home")}/devspace/noa/cmake-build-release/jnoa")
|
// "${System.getProperty("user.home")}/devspace/noa/build/jnoa")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user