Skip to content
Snippets Groups Projects
Commit e83d366b authored by Alexandre Strube's avatar Alexandre Strube
Browse files

all deps for pytorch

parent 8a6812c6
No related branches found
No related tags found
No related merge requests found
...@@ -177,6 +177,7 @@ libcerf ...@@ -177,6 +177,7 @@ libcerf
libcroco libcroco
libctl libctl
libdap libdap
libdeflate
libdrm libdrm
libdwarf libdwarf
libelf libelf
......
...@@ -25,12 +25,9 @@ builddependencies = [ ...@@ -25,12 +25,9 @@ builddependencies = [
] ]
dependencies = [ dependencies = [
('CUDA', '11.7.0', '', SYSTEM), ('CUDA', '11.7.0', '', SYSTEM),
('UCX-CUDA', '1.12.1', versionsuffix), ('UCX', 'default'),
] ]
# default CUDA compute capabilities to use (override via --cuda-compute-capabilities)
cuda_compute_capabilities = ['3.5', '5.0', '6.0', '7.0', '7.5', '8.0', '8.6']
# make sure both static and shared libs are built # make sure both static and shared libs are built
configopts = [ configopts = [
'-DBUILD_SHARED_LIBS=%s -DGPU_TARGET="%%(cuda_sm_space_sep)s" ' % local_shared for local_shared in ('ON', 'OFF') '-DBUILD_SHARED_LIBS=%s -DGPU_TARGET="%%(cuda_sm_space_sep)s" ' % local_shared for local_shared in ('ON', 'OFF')
......
...@@ -68,7 +68,7 @@ releases = { ...@@ -68,7 +68,7 @@ releases = {
'cppcheck': ['2.6', '2.6'], 'cppcheck': ['2.6', '2.6'],
'cppy': ['1.1.0', '1.1.0'], 'cppy': ['1.1.0', '1.1.0'],
'CUDA': ['11.5', '11.7.0'], 'CUDA': ['11.5', '11.7.0'],
'cuDNN': ['8.3.1.22', '8.3.1.22'], 'cuDNN': ['8.3.1.22', '8.6.0.163'],
'cURL': ['7.78.0', '7.78.0'], 'cURL': ['7.78.0', '7.78.0'],
'cuTENSOR': ['1.4.0.6', '1.4.0.6'], 'cuTENSOR': ['1.4.0.6', '1.4.0.6'],
'CVS': ['1.11.23', '1.11.23'], 'CVS': ['1.11.23', '1.11.23'],
...@@ -208,7 +208,7 @@ releases = { ...@@ -208,7 +208,7 @@ releases = {
'libcroco': ['0.6.13', '0.6.13'], 'libcroco': ['0.6.13', '0.6.13'],
'libctl': ['4.5.1', '4.5.1'], 'libctl': ['4.5.1', '4.5.1'],
'libdap': ['3.20.8', '3.20.8'], 'libdap': ['3.20.8', '3.20.8'],
'libdrm': ['2.4.107', '2.4.107'], 'libdeflate': ['1.10', '1.10'],
'libdrm': ['2.4.108', '2.4.108'], 'libdrm': ['2.4.108', '2.4.108'],
'libdwarf': ['20210528', '20210528'], 'libdwarf': ['20210528', '20210528'],
'libelf': ['0.8.13', '0.8.13'], 'libelf': ['0.8.13', '0.8.13'],
...@@ -234,6 +234,7 @@ releases = { ...@@ -234,6 +234,7 @@ releases = {
'LLVM': ['10.0.1', '13.0.0'], 'LLVM': ['10.0.1', '13.0.0'],
'lz4': ['1.9.3', '1.9.3'], 'lz4': ['1.9.3', '1.9.3'],
'M4': ['1.4.18', '1.4.19'], 'M4': ['1.4.18', '1.4.19'],
'magma': ['2.6.1', '2.6.2'],
'Mako': ['1.1.3', '1.1.4'], 'Mako': ['1.1.3', '1.1.4'],
'matplotlib': ['3.4.2', '3.4.3'], 'matplotlib': ['3.4.2', '3.4.3'],
'Meson': ['0.55.0', '0.58.2'], 'Meson': ['0.55.0', '0.58.2'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment