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

Fix typo in comment

上级 6bbc69e0
...@@ -798,7 +798,7 @@ __global__ void k_take_3(const int d0, const int d1, const int d2, ...@@ -798,7 +798,7 @@ __global__ void k_take_3(const int d0, const int d1, const int d2,
// This prevent us from setting it to 0 before each use // This prevent us from setting it to 0 before each use
static int* err_var = NULL; static int* err_var = NULL;
// We try to be similat to the PyArray_TakeFrom function // We try to be similar to the PyArray_TakeFrom function
//http://docs.scipy.org/doc/numpy/reference/c-api.array.html //http://docs.scipy.org/doc/numpy/reference/c-api.array.html
//TODO: support other clip mode then raise(clip, wrap) //TODO: support other clip mode then raise(clip, wrap)
//self is the input that we copy data from. //self is the input that we copy data from.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论