Commit 7133eee6 authored by Paul's avatar Paul
Browse files

Fix tidy issue

parent d9a5acbd
......@@ -131,7 +131,7 @@ operation compile_hip_code_object(const std::string& content, hip_compile_option
{
assert(options.global > 0);
assert(options.local > 0);
assert(options.inputs.size() > 0);
assert(not options.inputs.empty());
assert(options.inputs.size() == options.virtual_inputs.size() or
options.virtual_inputs.empty());
std::vector<src_file> srcs;
......
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