API_Overhead: makefile API_Overhead.cu nvcc -O3 -Xcompiler -fopenmp -o API_Overhead API_Overhead.cu run: API_Overhead ./API_Overhead clean: rm API_Overhead