bartekkuncer commented on a change in pull request #20606:
URL: https://github.com/apache/incubator-mxnet/pull/20606#discussion_r724254495
##########
File path: src/operator/subgraph/dnnl/dnnl_transformer_valatt_property.h
##########
@@ -227,22 +226,22 @@ class SgMKLDNNTransformerValAttSelector : public
SubgraphSelectorV2 {
void Reset() override {
CHECK_GE(matched_list_.size(), 1);
- auto new_selector = SgMKLDNNTransformerValAttSelector();
+ auto new_selector = SgDNNLTransformerValAttSelector();
new_selector.Select(*matched_list_[0], nullptr);
*this = new_selector;
}
};
-class SgMKLDNNTransformerValAttProperty : public SubgraphProperty {
+class SgDNNLTransformerValAttProperty : public SubgraphProperty {
public:
- SgMKLDNNTransformerValAttProperty() {}
+ SgDNNLTransformerValAttProperty() {}
static SubgraphPropertyPtr Create() {
- static const std::string& name = "MKLDNN Transformer optimization pass";
- auto property =
std::make_shared<SgMKLDNNTransformerValAttProperty>();
+ static const std::string& name = "DNNL Transformer optimization pass";
Review comment:
done
--
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]