all: gpu.so gpu.so: gpu.cu nvcc -O2 -allow-unsupported-compiler -Xcompiler -fPIC -shared gpu.cu -o gpu.so