We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56170ce commit 36d7566Copy full SHA for 36d7566
2 files changed
py/neon/dense/dPartition.h
@@ -121,7 +121,7 @@ CUDA_CALLABLE inline auto neon_cardinality(
121
}
122
123
template<typename T>
124
-CUDA_CALLABLE inline auto neon_ngh_data(
+CUDA_CALLABLE inline auto neon_read_ngh(
125
const NeonDensePartition<T>& p,
126
NeonDenseIdx const & idx,
127
NeonNghIdx const & ngh,
py/neon/dense/dPartition.py
@@ -181,7 +181,7 @@ def register_builtins():
181
)
182
183
wp.context.add_builtin(
184
- "neon_ngh_data",
+ "neon_read_ngh",
185
input_types={"partition": Partition,
186
'idx': dIndex,
187
'ngh_idx': Ngh_idx,
0 commit comments