Skip to content

Commit aff7444

Browse files
committed
get_data_channels_order: handle rank=0
1 parent 793e043 commit aff7444

File tree

1 file changed

+2
-0
lines changed
  • src/plugins/intel_gpu/src/graph/common_utils

1 file changed

+2
-0
lines changed

src/plugins/intel_gpu/src/graph/common_utils/jitter.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ namespace {
1515
std::vector<ChannelName> get_data_channels_order(size_t rank) {
1616
using channel = ChannelName;
1717
switch (rank) {
18+
case 0:
19+
return {};
1820
case 1:
1921
return {channel::BATCH};
2022
case 2:

0 commit comments

Comments
 (0)