apeforest commented on a change in pull request #14836: Refactor AGInfo and
Imperative
URL: https://github.com/apache/incubator-mxnet/pull/14836#discussion_r305029006
##########
File path: tests/cpp/misc/libinfo_test.cc
##########
@@ -30,4 +30,5 @@ using namespace mxnet::features;
TEST(RuntimeTest, RuntimeTestAll) {
EXPECT_EQ(EnumNames::names.size(), MAX_FEATURES);
const auto& features = LibInfo::getInstance()->getFeatures();
+ EXPECT_FALSE(features.empty());
Review comment:
Is this change related to this refactoring?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services