Skip to content

Commit a31902d

Browse files
committed
Fix up C++ CCCL (compiler-explorer#7302)
- Adds 2.7.0 - Unifies the description with the cuda one - fixes all the paths
1 parent 4e3b45f commit a31902d

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

etc/config/c++.amazon.properties

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4157,24 +4157,26 @@ libs.catch2.versions.301.version=3.0.1
41574157
libs.catch2.versions.301.path=/opt/compiler-explorer/libs/catch2/v3.0.1/src
41584158
libs.catch2.versions.301.staticliblink=Catch2d
41594159

4160-
libs.cccl.name=CUDA Core Compute Libraries
4160+
libs.cccl.name=CUDA Core Compute Libraries (CCCL)
41614161
libs.cccl.description=Fundamental CUDA Compute libraries: Thrust, CUB, libcudacxx
4162-
libs.cccl.versions=trunk:261:260:250:240:230:220
4162+
libs.cccl.versions=trunk:270:261:260:250:240:230:220
41634163
libs.cccl.url=http://www.github.com/NVIDIA/cccl
41644164
libs.cccl.versions.trunk.version=trunk
41654165
libs.cccl.versions.trunk.path=/opt/compiler-explorer/libs/cccl/trunk/thrust:/opt/compiler-explorer/libs/cccl/trunk/cub:/opt/compiler-explorer/libs/cccl/trunk/libcudacxx/include:/opt/compiler-explorer/libs/cccl/trunk/cudax/include
4166+
libs.cccl.versions.270.version=2.7.0
4167+
libs.cccl.versions.270.path=/opt/compiler-explorer/libs/cccl/v2.7.0/thrust:/opt/compiler-explorer/libs/cccl/v2.7.0/cub:/opt/compiler-explorer/libs/cccl/v2.7.0/libcudacxx/include:/opt/compiler-explorer/libs/cccl/v2.7.0/cudax/include
41664168
libs.cccl.versions.261.version=2.6.1
4167-
libs.cccl.versions.261.path=/opt/compiler-explorer/libs/cccl/2.6.1/thrust:/opt/compiler-explorer/libs/cccl/2.6.1/cub:/opt/compiler-explorer/libs/cccl/2.6.1/libcudacxx/include:/opt/compiler-explorer/libs/cccl/2.6.1/cudax/include
4169+
libs.cccl.versions.261.path=/opt/compiler-explorer/libs/cccl/v2.6.1/thrust:/opt/compiler-explorer/libs/cccl/v2.6.1/cub:/opt/compiler-explorer/libs/cccl/v2.6.1/libcudacxx/include:/opt/compiler-explorer/libs/cccl/v2.6.1/cudax/include
41684170
libs.cccl.versions.260.version=2.6.0
4169-
libs.cccl.versions.260.path=/opt/compiler-explorer/libs/cccl/2.6.0/thrust:/opt/compiler-explorer/libs/cccl/2.6.0/cub:/opt/compiler-explorer/libs/cccl/2.6.0/libcudacxx/include:/opt/compiler-explorer/libs/cccl/2.6.0/cudax/include
4171+
libs.cccl.versions.260.path=/opt/compiler-explorer/libs/cccl/v2.6.0/thrust:/opt/compiler-explorer/libs/cccl/v2.6.0/cub:/opt/compiler-explorer/libs/cccl/v2.6.0/libcudacxx/include:/opt/compiler-explorer/libs/cccl/v2.6.0/cudax/include
41704172
libs.cccl.versions.250.version=2.5.0
4171-
libs.cccl.versions.250.path=/opt/compiler-explorer/libs/cccl/2.5.0/thrust:/opt/compiler-explorer/libs/cccl/2.5.0/cub:/opt/compiler-explorer/libs/cccl/2.5.0/libcudacxx/include:/opt/compiler-explorer/libs/cccl/2.5.0/cudax/include
4173+
libs.cccl.versions.250.path=/opt/compiler-explorer/libs/cccl/v2.5.0/thrust:/opt/compiler-explorer/libs/cccl/v2.5.0/cub:/opt/compiler-explorer/libs/cccl/v2.5.0/libcudacxx/include:/opt/compiler-explorer/libs/cccl/v2.5.0/cudax/include
41724174
libs.cccl.versions.240.version=2.4.0
4173-
libs.cccl.versions.240.path=/opt/compiler-explorer/libs/cccl/2.4.0/thrust:/opt/compiler-explorer/libs/cccl/2.4.0/cub:/opt/compiler-explorer/libs/cccl/2.4.0/libcudacxx/include
4175+
libs.cccl.versions.240.path=/opt/compiler-explorer/libs/cccl/v2.4.0/thrust:/opt/compiler-explorer/libs/cccl/v2.4.0/cub:/opt/compiler-explorer/libs/cccl/v2.4.0/libcudacxx/include
41744176
libs.cccl.versions.230.version=2.3.0
4175-
libs.cccl.versions.230.path=/opt/compiler-explorer/libs/cccl/2.3.0/thrust:/opt/compiler-explorer/libs/cccl/2.3.0/cub:/opt/compiler-explorer/libs/cccl/2.3.0/libcudacxx/include
4177+
libs.cccl.versions.230.path=/opt/compiler-explorer/libs/cccl/v2.3.0/thrust:/opt/compiler-explorer/libs/cccl/v2.3.0/cub:/opt/compiler-explorer/libs/cccl/v2.3.0/libcudacxx/include
41764178
libs.cccl.versions.220.version=2.2.0
4177-
libs.cccl.versions.220.path=/opt/compiler-explorer/libs/cccl/2.2.0/thrust:/opt/compiler-explorer/libs/cccl/2.2.0/cub:/opt/compiler-explorer/libs/cccl/2.2.0/libcudacxx/include
4179+
libs.cccl.versions.220.path=/opt/compiler-explorer/libs/cccl/v2.2.0/thrust:/opt/compiler-explorer/libs/cccl/v2.2.0/cub:/opt/compiler-explorer/libs/cccl/v2.2.0/libcudacxx/include
41784180

41794181
libs.cctz.name=CCTZ
41804182
libs.cctz.url=https://github.com/google/cctz

0 commit comments

Comments
 (0)