"test/vscode:/vscode.git/clone" did not exist on "0c50a9d8614505de2c91aab4a70ccb54c6cff94a"
Commit 253e52b1 authored by Khalique's avatar Khalique
Browse files

change name for miopen softmax

parent 6a620fd1
......@@ -34,7 +34,7 @@ struct miopen_softmax
return migraphx::reflect(self.op, f);
}
std::string name() const { return "gpu::miopen_softmax"; }
std::string name() const { return "miopen::softmax"; }
shape compute_shape(const std::vector<shape>& inputs) const;
argument
compute(context& ctx, const shape& output_shape, const std::vector<argument>& args) const;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment