Commit 647d5dc5 authored by Paul's avatar Paul
Browse files

Format

parent dd93e13c
...@@ -91,7 +91,7 @@ struct softmax_compiler : compiler<softmax_compiler> ...@@ -91,7 +91,7 @@ struct softmax_compiler : compiler<softmax_compiler>
options.inputs = inputs; options.inputs = inputs;
options.kernel_name = "softmax_kernel"; options.kernel_name = "softmax_kernel";
if (enabled(MIGRAPHX_USE_FAST_SOFTMAX{})) if(enabled(MIGRAPHX_USE_FAST_SOFTMAX{}))
options.params = "-DMIGRAPHX_USE_FAST_SOFTMAX"; options.params = "-DMIGRAPHX_USE_FAST_SOFTMAX";
auto src = interpolate_string( auto src = interpolate_string(
......
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