waytrue17 commented on code in PR #21003:
URL: https://github.com/apache/incubator-mxnet/pull/21003#discussion_r852308526
##########
example/extensions/lib_api/init_lib.cc:
##########
@@ -28,7 +28,7 @@
using namespace mxnet::ext;
MXReturnValue initialize(int version) {
- if (version >= 10900) {
Review Comment:
I was following #19196, where we updated the versions in the extensions
examples. I could be wrong, but I guess we wanted to make sure the extensions
only works with the current version or higher (no backward compatibility
guaranteed)?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]