Skip to content

Commit

Permalink
Missed updating data sizes in last push
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHastings committed Oct 25, 2024
1 parent 527c081 commit acddb3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpp/src/c_api/array.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
namespace cugraph {
namespace c_api {

size_t data_type_sz[] = {4, 8, 4, 8, 8};
// FIXME: This is paired with type definition... better solution coming in 24.12 release.
size_t data_type_sz[] = {1, 2, 4, 8, 1, 2, 4, 8, 4, 8, 8, 1};

} // namespace c_api
} // namespace cugraph
Expand Down

0 comments on commit acddb3c

Please sign in to comment.