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
torch-scatter
Commits
56564cc5
Commit
56564cc5
authored
Feb 12, 2020
by
rusty1s
Browse files
fix
parent
9a775e26
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.travis.yml
.travis.yml
+1
-1
script/install.sh
script/install.sh
+1
-1
No files found.
.travis.yml
View file @
56564cc5
...
@@ -49,7 +49,7 @@ jobs:
...
@@ -49,7 +49,7 @@ jobs:
-
CUDA=10.1.105-1
-
CUDA=10.1.105-1
-
UBUNTU_VERSION=ubuntu1804
-
UBUNTU_VERSION=ubuntu1804
-
CUBLAS=libcublas-dev
-
CUBLAS=libcublas-dev
-
TORCH=${TORCH_VERSION}
-
TORCH=${TORCH_VERSION}
+${IDX}
-
name
:
macosx/cpu
-
name
:
macosx/cpu
os
:
osx
os
:
osx
osx_image
:
xcode11.3
osx_image
:
xcode11.3
...
...
script/install.sh
View file @
56564cc5
...
@@ -20,7 +20,7 @@ if [ "${TRAVIS_OS_NAME}" = "linux" ] && [ "${IDX}" != "cpu" ]; then
...
@@ -20,7 +20,7 @@ if [ "${TRAVIS_OS_NAME}" = "linux" ] && [ "${IDX}" != "cpu" ]; then
fi
fi
if
[
"
${
TRAVIS_OS_NAME
}
"
=
"windows"
]
&&
[
"
${
IDX
}
"
!=
"cpu"
]
;
then
if
[
"
${
TRAVIS_OS_NAME
}
"
=
"windows"
]
&&
[
"
${
IDX
}
"
!=
"cpu"
]
;
then
wget
"https://developer.nvidia.com/compute/cuda/
${
CUDA_SHORT
}
/Prod2/local_installers2/cuda_
${
CUDA
}
_win10
.exe
"
wget
"https://developer.nvidia.com/compute/cuda/
${
CUDA_SHORT
}
/Prod2/local_installers2/cuda_
${
CUDA
}
_win10"
ls
ls
./cuda_
${
CUDA
}
_win10.exe
./cuda_
${
CUDA
}
_win10.exe
fi
fi
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