-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
`TARGET=../bin/GLSC.run
all:
mkdir -p temp
nvcc -Xptxas -O3,-v -dc -o temp/DReductor.o ../src/DReductor.cu
nvcc -Xptxas -O3,-v -dc -o temp/gpu_lsc.o ../src/gpu_lsc.cu
g++ -c -I /usr/local/cuda/include pkg-config --cflags opencv ../src/main.cpp pkg-config --libs opencv -o temp/main.o -lm -g -std=c++11 -O3 -Wall
nvcc pkg-config --libs opencv temp/main.o temp/gpu_lsc.o temp/DReductor.o -o $(TARGET)
ln -fs $(TARGET) runme
clean:
rm temp/*
rm *.run
rmdir temp`
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels