提交 30be99e2 authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Merge pull request #2053 from ziyuang/master

Fixed the compilation errors in mod.cu
#ifndef _CUDA_NDARRAY_H #ifndef _CUDA_NDARRAY_H
#define _CUDA_NDARRAY_H #define _CUDA_NDARRAY_H
#include <algorithm>
// Defines for Python 2/3 compatibility. // Defines for Python 2/3 compatibility.
#if PY_MAJOR_VERSION >= 3 #if PY_MAJOR_VERSION >= 3
// Py3k treats all ints as longs. This one is not caught by npy_3kcompat.h. // Py3k treats all ints as longs. This one is not caught by npy_3kcompat.h.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论