提交 22f11d45 authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Remove fileencoding specification

It is an error in recent versions of Vim.
上级 e764e8c2
......@@ -1095,7 +1095,7 @@ CudaNdarray_inplace_elemwise(PyObject* py_self, PyObject * py_other, operator_t
k3<<<n_blocks, n_threads>>>(
1, //d0
1, //d1
1, //d2
1, //d2
CudaNdarray_DEV_DATA(self),
1, //strides
1,
......@@ -3991,4 +3991,4 @@ void fprint_CudaNdarray(FILE * fd, const CudaNdarray *self)
fill-column:79
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=79 :
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=79 :
......@@ -343,4 +343,4 @@ static void fprint_CudaNdarray(FILE * fd, const CudaNdarray *self);
fill-column:79
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=79 :
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=79 :
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论