"examples/vscode:/vscode.git/clone" did not exist on "18889821dd3ca90f215122e55c99985b55a0cd5c"
Commit 811ee921 authored by Paul's avatar Paul
Browse files

Remove comments

parent cfbd91a9
...@@ -10,16 +10,6 @@ namespace gpu { ...@@ -10,16 +10,6 @@ namespace gpu {
namespace { namespace {
// C-HxW-XxY-K-OHxOW-N-padhxpadw-stride-dilation-0-xlayout-wlayout-ylayout-type-F
// case miopenFloat: return "FP32";
// case miopenHalf: return "FP16";
// case miopenInt8: return "INT8";
// case miopenInt8x4: return "INT8x4";
// case miopenInt32: return "INT32";
// case miopenBFloat16: return "BF16";
// case miopenDouble: return "FP64";
std::string get_layout(const shape& s, std::string labels) std::string get_layout(const shape& s, std::string labels)
{ {
auto result = labels; auto result = labels;
......
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