MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / attribute

Function attribute

dnn/src/cuda/batched_matrix_mul/algo.h:112–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 };
111 void exec(const ExecArgs& args) const final;
112 AlgoAttribute attribute() const override {
113 return AlgoAttribute::REPRODUCIBLE | AlgoAttribute::NAIVE;
114 }
115 const char* name() const override { return "NAIVE_BMM"; }
116 MEGDNN_DECL_ALGO_TYPE(CUDA_NAIVE_BMM)
117};

Callers 3

contain_attribute_allMethod · 0.50
contain_attribute_anyMethod · 0.50
check_attributeMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected