Skip to content

Commit

Permalink
Correctly take the input options.
Browse files Browse the repository at this point in the history
Related-To: VLCLJ-2377
  • Loading branch information
aviralni committed Jan 10, 2025
1 parent 074f099 commit 10f112d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conformance_tests/tools/debug/src/test_debug_helper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ void run_long_kernel(ze_context_handle_t context, ze_device_handle_t device,

std::string mod_options = "-g";
if (options.module_options_in != "") {
mod_options.append("," + options.module_options_in);
mod_options.append(" " + options.module_options_in);
}
LOG_INFO << "Module Options: " << mod_options;
auto module =
Expand Down

0 comments on commit 10f112d

Please sign in to comment.