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
9f159a77
Commit
9f159a77
authored
Dec 22, 2017
by
rusty1s
Browse files
typos
parent
4d15225d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
build.sh
build.sh
+1
-1
torch_scatter/kernel/kernel.cu
torch_scatter/kernel/kernel.cu
+1
-1
No files found.
build.sh
View file @
9f159a77
...
...
@@ -5,4 +5,4 @@ SRC_DIR=torch_scatter/kernel
BUILD_DIR
=
torch_scatter/build
mkdir
-p
$BUILD_DIR
nvcc
-c
-o
$BUILD_DIR
/kernel.so
$SRC_DIR
/kernel.cu
-Xcompiler
-fPIC
-shared
-I
$TORCH
/lib/include/TH
-I
$TORCH
/lib/include/THC
-I
$TORCH
/lib/include
-I
$SRC_DIR
nvcc
-c
-o
$BUILD_DIR
/kernel.so
$SRC_DIR
/kernel.cu
-Xcompiler
-fPIC
-shared
-I
$TORCH
/lib/include/TH
-I
$TORCH
/lib/include/THC
-I
$SRC_DIR
torch_scatter/kernel/kernel.cu
View file @
9f159a77
#include <THC
/THC
.h>
#include <THC.h>
#include "kernel.h"
...
...
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