"...git@developer.sourcefind.cn:modelzoo/gpt2_migraphx.git" did not exist on "816b3d5203b7d69f4cf1d457c78a82a4b69798ea"
Commit ece31b21 authored by rusty1s's avatar rusty1s
Browse files

bugfix

parent b663556a
...@@ -7,4 +7,4 @@ SRC_DIR=torch_scatter/kernel ...@@ -7,4 +7,4 @@ SRC_DIR=torch_scatter/kernel
BUILD_DIR=torch_scatter/build BUILD_DIR=torch_scatter/build
mkdir -p $BUILD_DIR mkdir -p $BUILD_DIR
$(which nvcc) "-I$TORCH/lib/include" "-I$TORCH/lib/include/TH" "-I$TORCH/lib/include/THC" "-I$SRC_DIR" -c "$SRC_DIR/kernel.cu" -o "$BUILD_DIR/kernel.o" --compiler-options '-fPIC' -std=c++11 $(which nvcc) "-I$TORCH/lib/include" "-I$TORCH/lib/include/TH" "-I$TORCH/lib/include/THC" "-I$SRC_DIR" -c "$SRC_DIR/kernel.cu" -o "$BUILD_DIR/kernel.so" --compiler-options '-fPIC' -std=c++11
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