Skip to content

Commit 1c78f59

Browse files
committed
tabs to spaces
Signed-off-by: bfilipek <bartlomiej.filipek@intel.com>
1 parent d9a8924 commit 1c78f59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/plugins/intel_gpu/src/graph/program.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -746,9 +746,9 @@ const std::vector<primitive_id>& program::get_allocating_order(bool forced_updat
746746
if (lhs_layout.is_dynamic())
747747
return false;
748748

749-
// this condition affects the allocation order and might cause regression
750-
// this is not real cause of the issue - it will be investigated further, but we can comment
751-
// it now and see if that brings back the initial accuracy numbers.
749+
// this condition affects the allocation order and might cause regression
750+
// this is not real cause of the issue - it will be investigated further, but we can comment
751+
// it now and see if that brings back the initial accuracy numbers.
752752
/*if (lhs_layout.bytes_count() == rhs_layout.bytes_count()) {
753753
return lhs->get_unique_id() < rhs->get_unique_id();
754754
}*/

0 commit comments

Comments
 (0)