nvcc -c --compiler-options '-fPIC' -o call.o call.cu nvcc -c --compiler-options '-fPIC' -o test.o test.cu nvcc --compiler-options '-fPIC' -o call.so -shared call.o test.o
nvcc -c --compiler-options '-fPIC' -o call.o call.cu nvcc -c --compiler-options '-fPIC' -o test.o test.cu nvcc --compiler-options '-fPIC' -o call.so -shared call.o test.o