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.
[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.