Reorganising build.gradle for CUDA 12
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 52m43s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 52m43s
Details
Signed-off-by: brian <brian@brutex.de>CUDA12
parent
0d97ce3222
commit
45933c6008
|
@ -65,7 +65,7 @@ jobs:
|
||||||
-PossrhUsername=${{ secrets.OSSRHUSERNAME }} \
|
-PossrhUsername=${{ secrets.OSSRHUSERNAME }} \
|
||||||
-PossrhPassword=${{ secrets.OSSRHPASSWORD }} \
|
-PossrhPassword=${{ secrets.OSSRHPASSWORD }} \
|
||||||
-PCAVIS_CHIP=cpu,cuda -Pskip-native=false \
|
-PCAVIS_CHIP=cpu,cuda -Pskip-native=false \
|
||||||
2>&1 > buildlog.log
|
>buildlog.log 2>&1
|
||||||
|
|
||||||
- name: Upload log
|
- name: Upload log
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
|
|
@ -129,7 +129,7 @@ import java.util.List;
|
||||||
},
|
},
|
||||||
compiler = {"cpp11", "nowarnings"},
|
compiler = {"cpp11", "nowarnings"},
|
||||||
library = "jnind4jcuda",
|
library = "jnind4jcuda",
|
||||||
link = "nd4jcuda"),
|
link = {"nd4jcuda"}),
|
||||||
//preload = "nd4jcuda"),
|
//preload = "nd4jcuda"),
|
||||||
|
|
||||||
@Platform(value = "linux", preload = "gomp@.1", preloadpath = {"/lib64/", "/lib/", "/usr/lib64/", "/usr/lib/", "/usr/local/cuda/lib64"}),
|
@Platform(value = "linux", preload = "gomp@.1", preloadpath = {"/lib64/", "/lib/", "/usr/lib64/", "/usr/lib/", "/usr/local/cuda/lib64"}),
|
||||||
|
|
Loading…
Reference in New Issue