You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In CHANGELOG.md, it mentioned that PinnableSlice was not removed in v1.2.1, but PinnableSlice type is still used in example/simple_example.cc. So when I tried to run this code, it couldn't compile successfully.
[Enhancement]
Solution
Maybe the developers need to remove the usage of PinnableSlice from example/simple_example.cc and replace with an available type.
The text was updated successfully, but these errors were encountered:
[BUG]
In
CHANGELOG.md
, it mentioned thatPinnableSlice
was not removed in v1.2.1, but PinnableSlice type is still used inexample/simple_example.cc
. So when I tried to run this code, it couldn't compile successfully.[Enhancement]
Solution
Maybe the developers need to remove the usage of
PinnableSlice
fromexample/simple_example.cc
and replace with an available type.The text was updated successfully, but these errors were encountered: