提交 e19f34bb authored 作者: Frederic's avatar Frederic

Added emacs/vim config to don't have tabs inserted again.

上级 7b68154f
...@@ -1441,3 +1441,13 @@ CudaNdarray_Conv(CudaNdarray *img, CudaNdarray * kern, ...@@ -1441,3 +1441,13 @@ CudaNdarray_Conv(CudaNdarray *img, CudaNdarray * kern,
return (PyObject*)rval; return (PyObject*)rval;
} }
/*
Local Variables:
mode:c++
c-basic-offset:4
c-file-style:"stroustrup"
indent-tabs-mode:nil
fill-column:79
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=79 :
...@@ -442,3 +442,13 @@ conv_full_load_everything( float* img, float* kern, float* out, ...@@ -442,3 +442,13 @@ conv_full_load_everything( float* img, float* kern, float* out,
__syncthreads(); //don't start loading another kernel until we're done here __syncthreads(); //don't start loading another kernel until we're done here
} }
} }
/*
Local Variables:
mode:c++
c-basic-offset:4
c-file-style:"stroustrup"
indent-tabs-mode:nil
fill-column:79
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=79 :
...@@ -1030,3 +1030,13 @@ conv_reference_full(int nB, int nK, int stacklen, ...@@ -1030,3 +1030,13 @@ conv_reference_full(int nB, int nK, int stacklen,
} }
#endif // #ifndef CONV_KERNEL_CU #endif // #ifndef CONV_KERNEL_CU
/*
Local Variables:
mode:c++
c-basic-offset:4
c-file-style:"stroustrup"
indent-tabs-mode:nil
fill-column:79
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=79 :
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论