Skip to content

Commit f0508af

Browse files
committed
Add a CI build for double precision
1 parent c0696fe commit f0508af

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/builds.yml

+5
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ jobs:
3939
cxx_standard: "20"
4040
options: -DTRACCC_BUILD_CUDA=TRUE -DCMAKE_CUDA_FLAGS="-std=c++20"
4141
run_tests: false
42+
- name: CUDA
43+
container: ghcr.io/acts-project/ubuntu2404_cuda:56
44+
cxx_standard: "20"
45+
options: -DTRACCC_CUSTOM_SCALARTYPE=double -DDETRAY_CUSTOM_SCALARTYPE=double -DTRACCC_BUILD_CUDA=TRUE -DCMAKE_CUDA_FLAGS="-std=c++20"
46+
run_tests: false
4247
- name: SYCL
4348
container: ghcr.io/acts-project/ubuntu2404_oneapi:56
4449
cxx_standard: "20"

0 commit comments

Comments
 (0)