Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
fix scatter integer types
Browse files Browse the repository at this point in the history
  • Loading branch information
dongxuy04 committed Sep 27, 2023
1 parent 2fd6872 commit 3618fa3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ void scatter_integer_int64_temp_func(const void* input,

REGISTER_DISPATCH_TWO_TYPES(ScatterFuncIntegerInt64,
scatter_integer_int64_temp_func,
HALF_FLOAT_DOUBLE,
HALF_FLOAT_DOUBLE)
ALLSINT,
ALLSINT)

wholememory_error_code_t scatter_integer_int64_func(const void* input,
wholememory_matrix_description_t input_desc,
Expand Down

0 comments on commit 3618fa3

Please sign in to comment.