After updating CUDA on my mac(Snow Leopard) nvidia's nvcc compiler acting strange, when compiling this:
nvcc batched_gemm.cu
I get the following compile error, and I have no idea how to fix the problem.
ld: unknown option: -no_pie
collect2: ld returned 1 exit status
Does anyone know what the problem might be?