Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion py/neon/dense/dPartition.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ CUDA_CALLABLE inline auto neon_cardinality(
}

template<typename T>
CUDA_CALLABLE inline auto neon_ngh_data(
CUDA_CALLABLE inline auto neon_read_ngh(
const NeonDensePartition<T>& p,
NeonDenseIdx const & idx,
NeonNghIdx const & ngh,
Expand Down
2 changes: 1 addition & 1 deletion py/neon/dense/dPartition.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def register_builtins():
)

wp.context.add_builtin(
"neon_ngh_data",
"neon_read_ngh",
input_types={"partition": Partition,
'idx': dIndex,
'ngh_idx': Ngh_idx,
Expand Down
Loading