-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from SC-SGS/develop
Update main
- Loading branch information
Showing
36 changed files
with
1,551 additions
and
533 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -148,7 +148,7 @@ pipeline { | |
source /scratch/jenkins/spack/share/spack/setup-env.sh && spack load [email protected] &&\ | ||
module load cuda/11.2.2 &&\ | ||
module use /home/breyerml/.modulefiles/ &&\ | ||
module load pcsgs05/hipsycl_20_11_16 &&\ | ||
module load plssvm/argon-gtx/hipsycl &&\ | ||
mkdir -p build/Release_hip &&\ | ||
cd build/Release_hip &&\ | ||
rm -rf * &&\ | ||
|
@@ -166,7 +166,7 @@ pipeline { | |
srun -w argon-gtx -N 1 -n 1 -t 01:00:00 -D /scratch/jenkins/plssvm/${BUILD_TAG}/PLSSVM --gres=gpu:2 bash -c "\ | ||
module load cuda/11.2.2 &&\ | ||
module use /home/breyerml/.modulefiles/ &&\ | ||
module load pcsgs05/hipsycl_20_11_16 &&\ | ||
module load plssvm/argon-gtx/hipsycl &&\ | ||
cd build/Release_hip &&\ | ||
ctest -j4 --no-compress-output -T Test --timeout 1200; \ | ||
returncode=$? && \ | ||
|
@@ -189,11 +189,11 @@ pipeline { | |
source /scratch/jenkins/spack/share/spack/setup-env.sh && spack load [email protected] &&\ | ||
module load cuda/11.2.2 &&\ | ||
module use /home/breyerml/.modulefiles/ &&\ | ||
module load pcsgs05/dpcpp_2022_01_18 &&\ | ||
module load plssvm/argon-gtx/dpcpp &&\ | ||
mkdir -p build/Release_dpcpp &&\ | ||
cd build/Release_dpcpp &&\ | ||
rm -rf * &&\ | ||
cmake -DCMAKE_BUILD_TYPE=Release -DPLSSVM_TARGET_PLATFORMS='cpu;nvidia:sm_61' -DCMAKE_CXX_COMPILER=clang++ -DPLSSVM_ENABLE_OPENMP_BACKEND=OFF -DPLSSVM_ENABLE_CUDA_BACKEND=ON -DPLSSVM_ENABLE_OPENCL_BACKEND=OFF -DPLSSVM_ENABLE_SYCL_BACKEND=ON -DPLSSVM_ENABLE_ASSERTS=ON -DPLSSVM_ENABLE_LTO=OFF -S ../../ &&\ | ||
cmake -DCMAKE_BUILD_TYPE=Release -DPLSSVM_TARGET_PLATFORMS='nvidia:sm_61' -DCMAKE_CXX_COMPILER=clang++ -DPLSSVM_ENABLE_OPENMP_BACKEND=OFF -DPLSSVM_ENABLE_CUDA_BACKEND=ON -DPLSSVM_ENABLE_OPENCL_BACKEND=OFF -DPLSSVM_ENABLE_SYCL_BACKEND=ON -DPLSSVM_ENABLE_ASSERTS=ON -DPLSSVM_ENABLE_LTO=OFF -S ../../ &&\ | ||
make -j4 " | ||
''' | ||
} | ||
|
@@ -207,7 +207,7 @@ pipeline { | |
srun -w argon-gtx -N 1 -n 1 -t 01:00:00 -D /scratch/jenkins/plssvm/${BUILD_TAG}/PLSSVM --gres=gpu:2 bash -c "\ | ||
module load cuda/11.2.2 &&\ | ||
module use /home/breyerml/.modulefiles/ &&\ | ||
module load pcsgs05/dpcpp_2022_01_18 &&\ | ||
module load plssvm/argon-gtx/dpcpp &&\ | ||
cd build/Release_dpcpp &&\ | ||
ctest -j4 --no-compress-output -T Test --timeout 1200; \ | ||
returncode=$? && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
MIT License | ||
# MIT License | ||
|
||
Copyright (c) 2021 Alexander Van Craen and Marcel Breyer @ University of Stuttgart | ||
|
||
|
Oops, something went wrong.