Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
9e26c8e3
Unverified
Commit
9e26c8e3
authored
Oct 30, 2023
by
Rhett Ying
Committed by
GitHub
Oct 30, 2023
Browse files
[GraphBolt] upgrade CUDA to 17 and update CI gpu image to torch2.0+cu118 (#6505)
parent
864fd4f7
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
19 additions
and
20 deletions
+19
-20
CMakeLists.txt
CMakeLists.txt
+1
-1
Jenkinsfile
Jenkinsfile
+9
-9
docker/install/conda_env/mxnet_cpu.yml
docker/install/conda_env/mxnet_cpu.yml
+1
-1
docker/install/conda_env/mxnet_gpu.yml
docker/install/conda_env/mxnet_gpu.yml
+1
-1
docker/install/conda_env/tensorflow_cpu.yml
docker/install/conda_env/tensorflow_cpu.yml
+1
-1
docker/install/conda_env/tensorflow_gpu.yml
docker/install/conda_env/tensorflow_gpu.yml
+1
-1
docker/install/ubuntu_install_build.sh
docker/install/ubuntu_install_build.sh
+3
-3
graphbolt/CMakeLists.txt
graphbolt/CMakeLists.txt
+2
-3
No files found.
CMakeLists.txt
View file @
9e26c8e3
cmake_minimum_required
(
VERSION 3.8
)
cmake_minimum_required
(
VERSION 3.
1
8
)
########################################
# Borrowed and adapted from TVM project
########################################
...
...
Jenkinsfile
View file @
9e26c8e3
...
...
@@ -317,7 +317,7 @@ pipeline {
agent
{
docker
{
label
"dgl-ci-linux-cpu"
image
"dgllib/dgl-ci-cpu:v23
0711
"
image
"dgllib/dgl-ci-cpu:v23
1027_1900
"
args
"-u root"
alwaysPull
true
}
...
...
@@ -336,7 +336,7 @@ pipeline {
agent
{
docker
{
label
"dgl-ci-linux-cpu"
image
"dgllib/dgl-ci-gpu:cu116_v23
0711
"
image
"dgllib/dgl-ci-gpu:cu116_v23
1027_1900
"
args
"-u root"
alwaysPull
true
}
...
...
@@ -391,7 +391,7 @@ pipeline {
agent
{
docker
{
label
"dgl-ci-linux-cpu"
image
"dgllib/dgl-ci-cpu:v23
0711
"
image
"dgllib/dgl-ci-cpu:v23
1027_1900
"
args
"-u root"
alwaysPull
true
}
...
...
@@ -410,7 +410,7 @@ pipeline {
agent
{
docker
{
label
"dgl-ci-linux-gpu"
image
"dgllib/dgl-ci-gpu:cu116_v23
0711
"
image
"dgllib/dgl-ci-gpu:cu116_v23
1027_1900
"
args
"-u root --runtime nvidia"
alwaysPull
true
}
...
...
@@ -463,7 +463,7 @@ pipeline {
agent
{
docker
{
label
"dgl-ci-linux-gpu"
image
"dgllib/dgl-ci-gpu:cu116_v23
0711
"
image
"dgllib/dgl-ci-gpu:cu116_v23
1027_1900
"
args
"-u root --runtime nvidia"
alwaysPull
true
}
...
...
@@ -488,7 +488,7 @@ pipeline {
agent
{
docker
{
label
"dgl-ci-linux-cpu"
image
"dgllib/dgl-ci-cpu:v23
0711
"
image
"dgllib/dgl-ci-cpu:v23
1027_1900
"
args
"-u root --shm-size=4gb"
alwaysPull
true
}
...
...
@@ -541,7 +541,7 @@ pipeline {
agent
{
docker
{
label
"dgl-ci-linux-gpu"
image
"dgllib/dgl-ci-gpu:cu116_v23
0711
"
image
"dgllib/dgl-ci-gpu:cu116_v23
1027_1900
"
args
"-u root --runtime nvidia --shm-size=8gb"
alwaysPull
true
}
...
...
@@ -570,7 +570,7 @@ pipeline {
agent
{
docker
{
label
"dgl-ci-linux-cpu"
image
"dgllib/dgl-ci-cpu:v23
0711
"
image
"dgllib/dgl-ci-cpu:v23
1027_1900
"
args
"-u root --shm-size=4gb"
alwaysPull
true
}
...
...
@@ -618,7 +618,7 @@ pipeline {
agent
{
docker
{
label
"dgl-ci-linux-cpu"
image
"dgllib/dgl-ci-cpu:v23
0711
"
image
"dgllib/dgl-ci-cpu:v23
1027_1900
"
args
"-u root"
alwaysPull
true
}
...
...
docker/install/conda_env/mxnet_cpu.yml
View file @
9e26c8e3
...
...
@@ -7,7 +7,7 @@ dependencies:
-
pytest
-
nose
-
numpy
-
cython
-
cython
==0.29
-
scipy
-
networkx
-
matplotlib
...
...
docker/install/conda_env/mxnet_gpu.yml
View file @
9e26c8e3
...
...
@@ -7,7 +7,7 @@ dependencies:
-
pytest
-
nose
-
numpy
-
cython
-
cython
==0.29
-
scipy
-
networkx
-
matplotlib
...
...
docker/install/conda_env/tensorflow_cpu.yml
View file @
9e26c8e3
...
...
@@ -7,7 +7,7 @@ dependencies:
-
pytest
-
nose
-
numpy
-
cython
-
cython
==0.29
-
scipy
-
networkx
-
matplotlib
...
...
docker/install/conda_env/tensorflow_gpu.yml
View file @
9e26c8e3
...
...
@@ -7,7 +7,7 @@ dependencies:
-
pytest
-
nose
-
numpy
-
cython
-
cython
==0.29
-
scipy
-
networkx
-
matplotlib
...
...
docker/install/ubuntu_install_build.sh
View file @
9e26c8e3
#
i
nstall cmake
3.15, cmake>=3.12 is required for CUDA 10.1
version
=
3.1
5
build
=
5
#
I
nstall cmake
with minimum required version.
version
=
3.1
8
build
=
0
mkdir
~/temp
cd
~/temp
wget https://cmake.org/files/v
$version
/cmake-
$version
.
$build
-Linux-x86_64
.sh
...
...
graphbolt/CMakeLists.txt
View file @
9e26c8e3
cmake_minimum_required
(
VERSION 3.
5
)
cmake_minimum_required
(
VERSION 3.
18
)
project
(
graphbolt C CXX
)
set
(
CMAKE_CXX_STANDARD 17
)
...
...
@@ -57,9 +57,8 @@ target_include_directories(${LIB_GRAPHBOLT_NAME} PRIVATE ${BOLT_DIR}
"../third_party/pcg/include"
)
target_link_libraries
(
${
LIB_GRAPHBOLT_NAME
}
"
${
TORCH_LIBRARIES
}
"
)
# TODO: upgrade to 17 for consistency with CXX standard once our linux CI supports it.
if
(
USE_CUDA
)
set_target_properties
(
${
LIB_GRAPHBOLT_NAME
}
PROPERTIES CUDA_STANDARD 1
4
)
set_target_properties
(
${
LIB_GRAPHBOLT_NAME
}
PROPERTIES CUDA_STANDARD 1
7
)
endif
()
# The Torch CMake configuration only sets up the path for the MKL library when
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment