We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98327f6 commit d10668fCopy full SHA for d10668f
build.sh
@@ -5,4 +5,4 @@ SRC_DIR=torch_scatter/kernel
5
BUILD_DIR=torch_scatter/build
6
7
mkdir -p $BUILD_DIR
8
-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
+nvcc -c -o $BUILD_DIR/kernel.so $SRC_DIR/kernel.cu -arch=sm_30 -Xcompiler -fPIC -shared -I$TORCH/lib/include/TH -I$TORCH/lib/include/THC -I$SRC_DIR
0 commit comments