all:
	nvcc dot_product_atomic_builtin.cu -arch sm_20 -o dot

clean:
	rm dot