Skip to content

Commit

Permalink
Weird fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleHerndon committed Feb 13, 2025
1 parent 3ce36bb commit 6b3124d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shortfin/python/array_binding.cc
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ class Refs {
add_type(DType::int64(), "q", sizeof(signed long long));
add_type(DType::sint64(), "q", sizeof(signed long long));
add_type(DType::uint64(), "Q", sizeof(unsigned long long));
add_type(DType::bfloat16(), "H", sizeof(unsigned short));
add_type(DType::float16(), "H", sizeof(unsigned short));
add_type(DType::float32(), "f", sizeof(float));
add_type(DType::float64(), "d", sizeof(double));
Expand Down

0 comments on commit 6b3124d

Please sign in to comment.