We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0696fe commit f0508afCopy full SHA for f0508af
.github/workflows/builds.yml
@@ -39,6 +39,11 @@ jobs:
39
cxx_standard: "20"
40
options: -DTRACCC_BUILD_CUDA=TRUE -DCMAKE_CUDA_FLAGS="-std=c++20"
41
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
47
- name: SYCL
48
container: ghcr.io/acts-project/ubuntu2404_oneapi:56
49
0 commit comments