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
a49ba37d
Commit
a49ba37d
authored
Feb 12, 2020
by
rusty1s
Browse files
update cuda
parent
b111a8cb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
script/cuda.sh
script/cuda.sh
+2
-1
script/rename_wheel.py
script/rename_wheel.py
+1
-1
No files found.
script/cuda.sh
View file @
a49ba37d
...
...
@@ -83,6 +83,7 @@ if [ "${TRAVIS_OS_NAME}" = "windows" ] && [ "${IDX}" != "cpu" ]; then
ls
/c/Program
\
Files/NVIDIA
\
GPU
\
Computing
\
Toolkit
ls
/c/Program
\
Files/NVIDIA
\
GPU
\
Computing
\
Toolkit/CUDA
ls
/c/Program
\
Files/NVIDIA
\
GPU
\
Computing
\
Toolkit/CUDA/v
${
CUDA_SHORT
}
PATH
=
/c/Program
\
Files/NVIDIA
\
GPU
\
Computing
\
Toolkit/CUDA/v
${
CUDA_SHORT
}
/bin:
$PATH
CUDA_HOME
=
/c/Program
\
Files/NVIDIA
\
GPU
\
Computing
\
Toolkit/CUDA/v
${
CUDA_SHORT
}
PATH
=
${
CUDA_HOME
}
/bin:
$PATH
nvcc
--version
fi
script/rename_wheel.py
View file @
a49ba37d
...
...
@@ -14,6 +14,6 @@ for wheel in wheels:
continue
names
=
name
.
split
(
'-'
)
name
=
'-'
.
join
(
names
[:
-
5
]
+
[
names
[
-
5
]
+
'%2B'
+
idx
]
+
names
[
-
4
:])
name
=
'-'
.
join
(
names
[:
-
4
]
+
[
idx
]
+
names
[
-
4
:])
new_wheel
=
osp
.
join
(
*
wheel
.
split
(
osp
.
sep
)[:
-
1
],
name
)
os
.
rename
(
wheel
,
new_wheel
)
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