Commit 9f159a77 authored by rusty1s's avatar rusty1s
Browse files

typos

parent 4d15225d
......@@ -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
#include <THC/THC.h>
#include <THC.h>
#include "kernel.h"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment