From 01cbe3d289651de308618361d3f4ad7d9e3b0c84 Mon Sep 17 00:00:00 2001 From: Evghenii Date: Thu, 20 Feb 2014 08:45:52 +0100 Subject: [PATCH] changed to Makefile for gpu --- examples_ptx/common_gpu.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples_ptx/common_gpu.mk b/examples_ptx/common_gpu.mk index 90eff628..184a7593 100644 --- a/examples_ptx/common_gpu.mk +++ b/examples_ptx/common_gpu.mk @@ -122,7 +122,7 @@ objs_gpu/%_nvvm_ispc.ptx: objs_gpu/%_ispc.bc # generate an object file from PTX objs_gpu/%_ispc.o: objs_gpu/%_ispc.ptx - $(PTXCC) $< $(PTXCC_FLAGS) -o $@ + $(PTXCC) $< -Xnvcc="$(PTXCC_FLAGS)" -o $@