提交 5ebee21c authored 作者: Nouiz's avatar Nouiz

remove whitespace at the end of the line.

上级 3202fca8
...@@ -599,7 +599,7 @@ __global__ void k_copy_reshape_rowmajor(unsigned int numEls, ...@@ -599,7 +599,7 @@ __global__ void k_copy_reshape_rowmajor(unsigned int numEls,
// Reshape self to the new shape gived by the tuple shape. // Reshape self to the new shape gived by the tuple shape.
// //
// If self is c contiguous, it return a view. Otherwise it always do a copy. // If self is c contiguous, it return a view. Otherwise it always do a copy.
// TODO: make it return a view when the strides allow it event if it is not // TODO: make it return a view when the strides allow it event if it is not
// c contiguous // c contiguous
PyObject * CudaNdarray_Reshape(CudaNdarray * self, PyObject * shape) PyObject * CudaNdarray_Reshape(CudaNdarray * self, PyObject * shape)
{ {
...@@ -1133,7 +1133,7 @@ CudaNdarray_inplace_elemwise(PyObject* py_self, PyObject * py_other, operator_t ...@@ -1133,7 +1133,7 @@ CudaNdarray_inplace_elemwise(PyObject* py_self, PyObject * py_other, operator_t
CudaNdarray_HOST_STRIDES(self)[0], CudaNdarray_HOST_STRIDES(self)[0],
CudaNdarray_DEV_DATA(other), CudaNdarray_DEV_DATA(other),
1, //strides 1, //strides
1, 1,
CudaNdarray_HOST_STRIDES(other)[0]); CudaNdarray_HOST_STRIDES(other)[0]);
CNDA_THREAD_SYNC; CNDA_THREAD_SYNC;
cudaError_t err = cudaGetLastError(); cudaError_t err = cudaGetLastError();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论