-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathversions.json
91 lines (91 loc) · 2.93 KB
/
versions.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"packages": {
"benchmark": {
"version": "1.8.0",
"git_url": "https://github.com/google/benchmark.git",
"git_tag": "v${version}"
},
"bs_thread_pool": {
"version": "4.1.0",
"git_url": "https://github.com/bshoshany/thread-pool.git",
"git_tag": "097aa718f25d44315cadb80b407144ad455ee4f9"
},
"CCCL": {
"version": "2.7.0",
"git_shallow": false,
"git_url": "https://github.com/NVIDIA/cccl.git",
"git_tag": "v${version}",
"patches": [
{
"file": "cccl/backport-suppress-execution-checks.patch",
"issue": "backport suppression for execution types for vocabulary types https://github.com/NVIDIA/cccl/pull/3578",
"fixed_in": "3.0.0"
}
]
},
"cuco": {
"version": "0.0.1",
"git_shallow": false,
"always_download": true,
"git_url": "https://github.com/NVIDIA/cuCollections.git",
"git_tag": "deab5799f3e4226cb8a49acf2199c03b14941ee4"
},
"rapids_logger": {
"version": "0.1.0",
"git_shallow": false,
"always_download": true,
"git_url": "https://github.com/rapidsai/rapids-logger.git",
"git_tag": "8968ab3337f31c845d4e3bf6c55ae89242ded22b"
},
"fmt": {
"version": "11.0.2",
"git_url": "https://github.com/fmtlib/fmt.git",
"git_tag": "${version}",
"patches": [
{
"file": "fmt/fix_11_0_2_unreachable_loop.diff",
"issue": "fmt 11.0.2 produces a warning about an unreachable loop when compiled with nvcc"
}
]
},
"GTest": {
"version": "1.13.0",
"git_url": "https://github.com/google/googletest.git",
"git_tag": "v${version}"
},
"nvbench": {
"version": "0.0",
"git_shallow": false,
"git_url": "https://github.com/NVIDIA/nvbench.git",
"git_tag": "555d628e9b250868c9da003e4407087ff1982e8e"
},
"nvcomp": {
"version": "4.1.0.6",
"git_url": "https://github.com/NVIDIA/nvcomp.git",
"git_tag": "v2.2.0",
"proprietary_binary_cuda_version_mapping": {
"11": "11",
"12": "12"
},
"proprietary_binary": {
"x86_64-linux": "https://developer.download.nvidia.com/compute/nvcomp/redist/nvcomp/linux-x86_64/nvcomp-linux-x86_64-${version}_cuda${cuda-toolkit-version-mapping}-archive.tar.xz",
"aarch64-linux": "https://developer.download.nvidia.com/compute/nvcomp/redist/nvcomp/linux-sbsa/nvcomp-linux-sbsa-${version}_cuda${cuda-toolkit-version-mapping}-archive.tar.xz"
}
},
"nvtx3": {
"version": "3.1.0",
"git_url": "https://github.com/NVIDIA/NVTX.git",
"git_tag": "v${version}"
},
"rmm": {
"version": "${rapids-cmake-version}",
"git_url": "https://github.com/rapidsai/rmm.git",
"git_tag": "branch-${version}"
},
"spdlog": {
"version": "1.14.1",
"git_url": "https://github.com/gabime/spdlog.git",
"git_tag": "v${version}"
}
}
}