"template/vscode:/vscode.git/clone" did not exist on "41be28096aa597ded1ef91774ba3e6dfc0a8ccbb"
Commit 97072183 authored by Paul's avatar Paul
Browse files

Format

parent f050afb7
This diff is collapsed.
...@@ -85,7 +85,7 @@ struct ck_nop ...@@ -85,7 +85,7 @@ struct ck_nop
struct ck_passthrough struct ck_passthrough
{ {
template <class T, class U> template <class T, class U>
constexpr void operator()(T& y , U x) const constexpr void operator()(T& y, U x) const
{ {
y = x; y = x;
} }
......
...@@ -95,9 +95,7 @@ def parse_args(): ...@@ -95,9 +95,7 @@ def parse_args():
type=str, type=str,
metavar='file', metavar='file',
help='Output json file to save tunings') help='Output json file to save tunings')
parser.add_argument('-n', parser.add_argument('-n', type=int, help='Number of instances to tune')
type=int,
help='Number of instances to tune')
args = parser.parse_args() args = parser.parse_args()
return args return args
......
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