Commit 03c9ae3 1 parent 56fe26f commit 03c9ae3 Copy full SHA for 03c9ae3
File tree 1 file changed +1
-1
lines changed
src/plugins/intel_gpu/src/graph
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ NodeDebugHelper::NodeDebugHelper(const primitive_inst& inst)
295
295
debug_config->dump_layers_dst_only == 0 && debug_config->is_layer_for_dumping (layer_name)) {
296
296
std::string debug_str_for_bin_load = " Command for loading : OV_GPU_LoadDumpRawBinary=\" " + layer_name + " :" ;
297
297
for (size_t i = 0 ; i < m_inst.dependencies ().size (); i++) {
298
- std::string name = get_file_prefix () + layer_name + " _src" + std::to_string (i);
298
+ std::string name = get_file_prefix () + " _src" + std::to_string (i);
299
299
auto input_mem = m_inst.dep_memory_ptr (i);
300
300
if (input_mem == nullptr ) {
301
301
GPU_DEBUG_COUT << " input_mem_" << i << " is nullptr. Nothing to dump." << std::endl;
You can’t perform that action at this time.
0 commit comments