Reorganising build.gradle for CUDA 12
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 52m43s Details

Signed-off-by: brian <brian@brutex.de>
CUDA12
Brian Rosenberger 2023-09-02 16:16:11 +02:00
parent 0d97ce3222
commit 45933c6008
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ jobs:
-PossrhUsername=${{ secrets.OSSRHUSERNAME }} \
-PossrhPassword=${{ secrets.OSSRHPASSWORD }} \
-PCAVIS_CHIP=cpu,cuda -Pskip-native=false \
2>&1 > buildlog.log
>buildlog.log 2>&1
- name: Upload log
uses: actions/upload-artifact@v3

View File

@ -129,7 +129,7 @@ import java.util.List;
},
compiler = {"cpp11", "nowarnings"},
library = "jnind4jcuda",
link = "nd4jcuda"),
link = {"nd4jcuda"}),
//preload = "nd4jcuda"),
@Platform(value = "linux", preload = "gomp@.1", preloadpath = {"/lib64/", "/lib/", "/usr/lib64/", "/usr/lib/", "/usr/local/cuda/lib64"}),