提交 490e7152 authored 作者: Frederic Bastien's avatar Frederic Bastien

remove a file not needed anymore as type_support is compiled automatically now.

上级 41fd0892
CUDA_NDARRAY?=../../../../cuda_ndarray
NUMPY_INCLUDE?=/usr/include/python2.6
type_support.so : type_support.cu $(CUDA_NDARRAY)/cuda_ndarray.so
nvcc -g -shared -I$(CUDA_NDARRAY) -I$(CUDA_ROOT)/include -I$(NUMPY_INCLUDE) -o type_support.so -Xcompiler -fPIC type_support.cu -L$(CUDA_ROOT)/lib -L$(CUDA_NDARRAY) -lcuda_ndarray $(CFLAGS)
clean :
rm type_support.so *~ *.pyc */*~ */*.pyc
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论