summaryrefslogtreecommitdiff
path: root/inference-engine/thirdparty/clDNN/kernel_selector
diff options
context:
space:
mode:
Diffstat (limited to 'inference-engine/thirdparty/clDNN/kernel_selector')
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/CMakeLists.txt11
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/common/common_tools.h2
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/common/common_types.h90
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/common/tensor_type.cpp44
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/common/tensor_type.h2
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/activation/activation_kernel_base.cpp2
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/arg_max_min/arg_max_min_kernel_axis.cpp2
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/arg_max_min/arg_max_min_kernel_base.cpp2
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/arg_max_min/arg_max_min_kernel_opt.cpp2
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/average_unpooling/average_unpooling_kernel_base.cpp2
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/batch_norm/batch_norm_kernel_base.cpp2
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/batch_norm_grad/batch_norm_grad_kernel_base.cpp2
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/border/border_kernel_base.cpp78
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/border/border_kernel_base.h72
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/border/border_kernel_ref.cpp51
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/border/border_kernel_ref.h30
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/border/border_kernel_selector.cpp30
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/border/border_kernel_selector.h34
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/broadcast/broadcast_kernel_base.cpp71
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/broadcast/broadcast_kernel_base.h60
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/broadcast/broadcast_kernel_ref.cpp51
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/broadcast/broadcast_kernel_ref.h30
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/broadcast/broadcast_kernel_selector.cpp30
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/broadcast/broadcast_kernel_selector.h34
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/concatenation/concatenation_kernel_base.cpp17
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/concatenation/concatenation_kernel_ref.cpp22
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution/convolution_kernel_base.cpp2
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution/convolution_kernel_bfyx_3x3_dw_opt.cpp16
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution/convolution_kernel_bfyx_depthwise_weights_lwg.cpp100
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution/convolution_kernel_bfyx_depthwise_weights_lwg.h39
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution/convolution_kernel_mmad_batched.cpp97
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution/convolution_kernel_mmad_batched.h43
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution/convolution_kernel_selector.cpp6
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution/convolution_kernel_selector.h1
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution_grad_weights/convolution_grad_weights_kernel_1x1.cpp3
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution_grad_weights/convolution_grad_weights_kernel_3x3.cpp75
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution_grad_weights/convolution_grad_weights_kernel_3x3.h33
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution_grad_weights/convolution_grad_weights_kernel_7x7.cpp73
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution_grad_weights/convolution_grad_weights_kernel_7x7.h33
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution_grad_weights/convolution_grad_weights_kernel_base.cpp2
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution_grad_weights/convolution_grad_weights_kernel_ref.cpp1
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution_grad_weights/convolution_grad_weights_kernel_selector.cpp4
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution_grad_weights/convolution_grad_weights_kernel_yxfb.cpp5
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/deconvolution/deconvolution_kernel_base.cpp9
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/deconvolution/deconvolution_kernel_base.h1
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/eltwise/eltwise_kernel_base.cpp110
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/eltwise/eltwise_kernel_base.h41
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/eltwise/eltwise_kernel_fs_bs_yx_bsv4_fsv32.cpp222
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/eltwise/eltwise_kernel_fs_bs_yx_bsv4_fsv32.h35
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/eltwise/eltwise_kernel_ref.cpp31
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/eltwise/eltwise_kernel_ref.h3
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/eltwise/eltwise_kernel_selector.cpp4
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/eltwise/eltwise_kernel_vload8.cpp19
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/embed/embed_kernel_ref.cpp2
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/fully_connected/fully_connected_kernel_base.cpp6
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/fully_connected/fully_connected_kernel_bs_f_bsv16_b1.cpp4
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/fully_connected/fully_connected_kernel_fb_io_block.cpp4
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/fully_connected/fully_connected_kernel_mmad_batched.cpp117
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/fully_connected/fully_connected_kernel_mmad_batched.h38
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/fully_connected/fully_connected_kernel_selector.cpp2
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/fully_connected_grad_input/fully_connected_grad_input_kernel_base.cpp2
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/fully_connected_grad_weights/fully_connected_grad_weights_kernel_base.cpp2
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/fully_connected_grad_weights/fully_connected_grad_weights_kernel_ref.cpp1
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/gemm/gemm_kernel_base.cpp98
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/gemm/gemm_kernel_base.h69
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/gemm/gemm_kernel_ref.cpp41
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/gemm/gemm_kernel_ref.h30
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/gemm/gemm_kernel_selector.cpp31
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/gemm/gemm_kernel_selector.h35
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/index_select/index_select_kernel_base.cpp86
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/index_select/index_select_kernel_base.h61
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/index_select/index_select_kernel_ref.cpp58
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/index_select/index_select_kernel_ref.h30
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/index_select/index_select_kernel_selector.cpp30
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/index_select/index_select_kernel_selector.h34
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/lookup_table/lookup_table_kernel_axis.cpp2
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/lookup_table/lookup_table_kernel_base.cpp2
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/lrn/lrn_kernel_base.cpp2
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/lstm/lstm_elt_kernel_base.cpp2
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/lstm/lstm_elt_kernel_ref.cpp6
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/lstm/lstm_gemm_kernel_base.cpp3
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/lstm/lstm_gemm_kernel_base.h1
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/lstm/lstm_gemm_kernel_ref.cpp6
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/max_unpooling/max_unpooling_kernel_base.cpp2
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/mvn/mvn_kernel_base.cpp2
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/normalize/normalize_kernel_base.cpp2
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/permute/permute_kernel_ref.cpp8
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/pooling/pooling_kernel_base.cpp2
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/pooling/pooling_kernel_gpu_fs_bs_yx_bsv4_fsv32.cpp83
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/pooling/pooling_kernel_gpu_fs_bs_yx_bsv4_fsv32.h36
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/pooling/pooling_kernel_selector.cpp2
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/region_yolo/region_yolo_kernel_ref.cpp2
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/reorder/reorder_kernel.cpp4
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/reorder/reorder_kernel_base.cpp12
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/reorg_yolo/reorg_yolo_kernel_ref.cpp2
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/reshape/reshape_kernel_ref.cpp8
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/roi_pooling/roi_pooling_kernel_ref.cpp10
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/scale_grad_weights/scale_grad_weights_kernel_base.cpp2
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/scale_grad_weights/scale_grad_weights_kernel_ref.cpp1
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/select/select_kernel_base.cpp177
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/select/select_kernel_base.h62
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/select/select_kernel_ref.cpp64
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/select/select_kernel_ref.h35
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/select/select_kernel_selector.cpp31
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/select/select_kernel_selector.h35
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/softmax/softmax_kernel_base.cpp2
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/softmax_loss_grad/softmax_loss_grad_kernel_base.cpp2
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/tile/tile_kernel_ref.cpp153
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/tile/tile_kernel_ref.h58
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/tile/tile_kernel_selector.cpp31
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/tile/tile_kernel_selector.h37
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/upsampling/upsampling_kernel_base.cpp2
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/upsampling/upsampling_kernel_ref.cpp7
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/auto_tuner.h3
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/auto_tuner_offline.cpp12584
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/auto_tuner_offline.h14
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_APL.cpp2572
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_GT3.cpp26
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_GT3_B1.cpp1937
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_ICL.cpp26
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_ICL_B1_B16.cpp1823
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_SKL_GT2.cpp28
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_SKL_GT2_B1_B16.cpp3478
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_SKL_GT2_B32_B64.cpp29
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_SKL_GT2_B8.cpp29
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_SKL_GT4e.cpp28
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_SKL_GT4e_B1_B16.cpp3710
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_SKL_GT4e_B32_B64.cpp29
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_SKL_GT4e_B8.cpp169
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/activation_opt.cl3
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/activation_ref.cl3
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/arg_max_min_axis.cl3
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/arg_max_min_gpu_ref.cl3
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/arg_max_min_opt.cl3
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/border_gpu_ref.cl91
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/broadcast_gpu_ref.cl48
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_1x1_gemm_mmad.cl3
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_bfyx_depthwise_weights_lwg.cl106
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_bfyx_gemm_like_fp32.cl3
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_bfyx_os_iyx_osv16.cl3
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_byxf_af32_depthwise.cl2
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_mmad.cl2
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_mmad_batched.cl116
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_mmad_blocks.cl2
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_winograd_2x3_s1_fused.cl2
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_winograd_6x3_s1_fused.cl9
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_grad_weights_1x1.cl4
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_grad_weights_3x3.cl182
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_grad_weights_7x7.cl105
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_grad_weights_ref.cl22
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_grad_weights_yxfb.cl14
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/deconvolution_gpu_bfyx_opt.cl17
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/deconvolution_gpu_ref.cl16
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/eltwise_fs_bs_yx_bsv4_fsv32.cl78
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/embed_ref.cl3
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/fully_connected_gpu_MMAD.cl2
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/fully_connected_gpu_bf_io_input_spatial.cl7
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/fully_connected_gpu_mmad_batched.cl115
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/fully_connected_grad_weights_gpu_ref.cl18
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/gemm_ref.cl68
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/include/activation_functions.cl67
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/include/data_types.cl43
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/include/fetch.cl56
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/include/include_all.cl1
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/include/mmad.cl20
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/index_select_gpu_ref.cl60
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lookup_table_axis.cl3
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lookup_table_ref.cl3
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lrn_gpu_across_channel_multiple_features.cl3
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lrn_gpu_across_channel_ref.cl3
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lrn_gpu_across_channel_yxfb_b8_opt.cl3
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lrn_gpu_within_channel.cl4
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lrn_gpu_within_channel_opt.cl4
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lrn_ref.cl2
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lstm_elt_gpu_bfyx_ref.cl9
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lstm_gemm_gpu_bfyx_ref.cl21
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/mvn_gpu_bfyx_opt.cl3
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/mvn_gpu_ref_accross_channels.cl3
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/mvn_gpu_ref_within_channels.cl3
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/normalize_gpu_across_spatial_ref.cl3
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/normalize_gpu_within_spatial_ref.cl3
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/permute_ref.cl4
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/pooling_gpu_fs_bs_yx_bsv4_fsv32.cl169
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/region_yolo_gpu_ref.cl3
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/reorder_data.cl6
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/reorder_data_fast_b1.cl2
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/reorder_data_to_yxfb_batched.cl2
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/reorder_weights.cl4
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/reorg_yolo_gpu_ref.cl4
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/reshape_ref.cl4
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/roi_pooling_ref.cl69
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/scale_grad_weights_gpu_ref.cl16
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/select_gpu_ref.cl51
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/softmax_gpu_bf.cl3
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/softmax_gpu_fb.cl3
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/softmax_gpu_items_class_optimized.cl4
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/softmax_gpu_ref.cl4
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/tile_ref.cl49
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/upsampling_ref.cl3
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/common/common_kernel_base.cpp12
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/common/common_kernel_base.h6
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/common/jitter.cpp347
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/common/jitter.h209
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/common/kernel_selector_utils.cpp313
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/common/kernel_selector_utils.h309
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/kernel_base.h5
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/kernel_selector.cpp36
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/kernel_selector.h6
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/kernel_selector_common.cpp377
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/kernel_selector_common.h368
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/kernel_selector_params.cpp520
-rw-r--r--inference-engine/thirdparty/clDNN/kernel_selector/core/kernel_selector_params.h723
212 files changed, 20523 insertions, 14423 deletions
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/CMakeLists.txt b/inference-engine/thirdparty/clDNN/kernel_selector/CMakeLists.txt
index ceb1a3388..f8f68371c 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/CMakeLists.txt
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/CMakeLists.txt
@@ -68,6 +68,14 @@ file(GLOB __CLDNN_Sources__core_common
"${__CLDNN_Directory__core_common}/*.cpp"
)
+set(__CLDNN_Directory__core_cache "${__CLDNN_Directory__core}/cache")
+set(__CLDNN_Label__core_cache "${__CLDNN_Label__core}\\cache")
+file(GLOB __CLDNN_Sources__core_cache
+ "${__CLDNN_Directory__core_cache}/*.h"
+ "${__CLDNN_Directory__core_cache}/*.hpp"
+ "${__CLDNN_Directory__core_cache}/*.cpp"
+ )
+
set(__CLDNN_Directory__actual_kernels "${__CLDNN_Directory__core}/actual_kernels")
set(__CLDNN_Label__actual_kernels "${__CLDNN_Label__core}\\actual_kernels")
file(GLOB_RECURSE __CLDNN_Sources__actual_kernels
@@ -104,6 +112,7 @@ set(__CLDNN_AllSources
${__CLDNN_Sources__core}
${__CLDNN_Sources__common}
${__CLDNN_Sources__core_common}
+ ${__CLDNN_Sources__core_cache}
${__CLDNN_Sources__actual_kernels}
${__CLDNN_Sources__cl_kernels}
${__CLDNN_Sources__cg_cache}
@@ -117,6 +126,7 @@ source_group("${__CLDNN_Label__main}" FILES ${__CLDNN_Sources__main}
source_group("${__CLDNN_Label__core}" FILES ${__CLDNN_Sources__core})
source_group("${__CLDNN_Label__common}" FILES ${__CLDNN_Sources__common})
source_group("${__CLDNN_Label__core_common}" FILES ${__CLDNN_Sources__core_common})
+source_group("${__CLDNN_Label__core_cache}" FILES ${__CLDNN_Sources__core_cache})
#source_group("${__CLDNN_Label__actual_kernels}" FILES ${__CLDNN_Sources__actual_kernels})
source_group("${__CLDNN_Label__cl_kernels}" FILES ${__CLDNN_Sources__cl_kernels})
source_group("${__CLDNN_Label__cg_cache}" FILES ${__CLDNN_Sources__cg_cache})
@@ -127,6 +137,7 @@ include_directories(
"${__CLDNN_Directory__main}"
"${__CLDNN_Directory__core}"
"${__CLDNN_Directory__core}/common"
+ "${__CLDNN_Directory__core}/cache"
"${__CLDNN_Directory__actual_kernels}"
"${__CLDNN_Directory__common}"
)
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/common/common_tools.h b/inference-engine/thirdparty/clDNN/kernel_selector/common/common_tools.h
index 6afad0d49..0f23cbeb4 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/common/common_tools.h
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/common/common_tools.h
@@ -38,6 +38,8 @@ namespace kernel_selector
case Datatype::INT32:
case Datatype::UINT32:
return 4;
+ case Datatype::INT64:
+ return 8;
default:
return 0;
}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/common/common_types.h b/inference-engine/thirdparty/clDNN/kernel_selector/common/common_types.h
index 6763bb7f3..46a8877b0 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/common/common_types.h
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/common/common_types.h
@@ -1,5 +1,4 @@
-/*
-// Copyright (c) 2016 Intel Corporation
+// Copyright (c) 2016-2018 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -12,11 +11,12 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
-*/
#pragma once
+
#include <cstddef>
-#include <stdint.h>
+#include <cstdint>
+
namespace kernel_selector
{
@@ -57,7 +57,13 @@ namespace kernel_selector
LSTM_GEMM,
LSTM_ELT,
EMBED,
- SOFT_MAX_LOSS_GRAD
+ SOFT_MAX_LOSS_GRAD,
+ BORDER,
+ TILE,
+ SELECT,
+ BROADCAST,
+ GEMM,
+ INDEX_SELECT
};
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
@@ -72,6 +78,7 @@ namespace kernel_selector
UINT16,
INT32,
UINT32,
+ INT64,
F16,
F32,
};
@@ -105,6 +112,15 @@ namespace kernel_selector
ELU,
RELU_GRAD,
RELU_NEGATIVE_SLOPE_GRAD,
+ SIN,
+ ASIN,
+ SINH,
+ COS,
+ ACOS,
+ COSH,
+ LOG,
+ LOG2,
+ EXP,
NONE,
NONE_GRAD
};
@@ -116,7 +132,8 @@ namespace kernel_selector
{
MAX,
AVG,
- MAX_WITH_ARGMAX
+ MAX_WITH_ARGMAX,
+ BILINEAR
};
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
@@ -298,6 +315,17 @@ namespace kernel_selector
};
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ // TileAxis
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ enum class TileAxis
+ {
+ X,
+ Y,
+ FEATURE,
+ BATCH,
+ };
+
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// SampleType
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
enum class SampleType
@@ -307,6 +335,27 @@ namespace kernel_selector
};
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ // BorderType
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ enum class BorderType
+ {
+ ZERO,
+ MIRROR,
+ MIRROR_101,
+ };
+
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ // IndexSelectAxis
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ enum class IndexSelectAxis
+ {
+ BATCH,
+ FEATURE,
+ X,
+ Y
+ };
+
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// NonLinearParams
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
struct NonLinearParams
@@ -315,9 +364,7 @@ namespace kernel_selector
float n = 0.f;
NonLinearParams() = default;
- NonLinearParams(const NonLinearParams&) = default;
- NonLinearParams& operator=(const NonLinearParams&) = default;
- NonLinearParams(float m, float n) : m(m), n(n) {}
+ NonLinearParams(const float m, const float n) : m(m), n(n) {}
};
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
@@ -329,25 +376,36 @@ namespace kernel_selector
T y = 0;
Size() = default;
- Size(const Size&) = default;
- Size& operator=(const Size&) = default;
Size(T x, T y) : x(x), y(y) {}
};
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ // DimTensor
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ template <typename T = std::uint32_t>
+ struct DimTensor {
+ T b = 0;
+ T f = 0;
+ T y = 0;
+ T x = 0;
+
+ DimTensor() = default;
+ DimTensor(T b, T f, T y, T x) : b(b), f(f), y(y), x(x) {}
+ };
+
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// AutoTunerMode
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
enum class TuningMode
{
TUNING_DISABLED, // Tuning is disabled.
TUNING_USE_CACHE, // Tuning using the cached data (no on-line tuning for non-existing data).
- TUNING_TUNE_AND_CACHE // Tuning using the cached data if exist, tune and update cache otherwise.
+ TUNING_TUNE_AND_CACHE // Tuning using the cached data if exist, tune and update cache otherwise.attention_params
};
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
- // typedefs
+ // Aliases:
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
- typedef Size<uint32_t> uSize;
- typedef Size<size_t> stSize;
-
+ using uSize = Size<std::uint32_t>;
+ using stSize = Size<std::size_t>;
}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/common/tensor_type.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/common/tensor_type.cpp
index 740707a18..555ca1ea5 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/common/tensor_type.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/common/tensor_type.cpp
@@ -24,33 +24,39 @@ namespace kernel_selector
{
std::array<std::array<int, 5>, DataLayout::DataLayoutCount> DataTensor::dataChannelArray
{ {
- { -1,-1, 0,-1, 1 }, // DataLayout::bf
- { -1,-1, 1,-1, 0 }, // DataLayout::fb
+ // explaination:
+ // 0, 1, 2, 3, 4 means the ordering starts from X, then Y, then F, thenR, then B
+ // -1 means it's not used
+ //X, Y, F, R, B
+ {-1,-1, 0,-1, 1 }, // DataLayout::bf
+ {-1,-1, 1,-1, 0 }, // DataLayout::fb
{ 0, 1, 2,-1, 3 }, // DataLayout::bfyx
{ 2, 3, 1,-1, 0 }, // DataLayout::yxfb
{ 1, 2, 0,-1, 3 }, // DataLayout::byxf
{ 1, 2, 3,-1, 0 }, // DataLayout::fyxb
- { -1,-1, 0,-1, 1 }, // DataLayout::bs_f_bsv8__af8
- { -1,-1, 0,-1, 1 }, // DataLayout::bs_f_bsv16__af8
+ {-1,-1, 0,-1, 1 }, // DataLayout::bs_f_bsv8__af8
+ {-1,-1, 0,-1, 1 }, // DataLayout::bs_f_bsv16__af8
{ 0, 1, 2,-1, 3 }, // DataLayout::bf8_xy16
{ 0, 1, 2, 3, 4 }, // DataLayout::brfyx
{ 2, 1, 0,-1, 3 }, // DataLayout::winograd_2x3_s1_data
{ 1, 2, 0,-1, 3 }, // DataLayout::byxf_af32
+ { 0, 1, 3,-1, 2 }, // DataLayout::fs_bs_yx_bsv4_fsv32
} };
std::array<std::array<int, 4>, WeightsLayout::WeightsLayoutCount> WeightsTensor::weightsChannelArray
{ {
- { -1,-1, 0, 1 }, // WeightsLayout::oi
- { -1,-1, 1, 0 }, // WeightsLayout::io
+ //X, Y, I, O
+ {-1,-1, 0, 1 }, // WeightsLayout::oi
+ {-1,-1, 1, 0 }, // WeightsLayout::io
{ 0, 1, 2, 3 }, // WeightsLayout::oiyx
{ 1, 2, 0, 3 }, // WeightsLayout::oyxi
{ 1, 2, 3, 0 }, // WeightsLayout::iyxo
{ 2, 3, 1, 0 }, // WeightsLayout::yxio
{ 0, 1, 2, 3 }, // WeightsLayout::os_iyx_osv16
{ 0, 1, 2, 3 }, // WeightsLayout::os_iyx_osv16_rotate_180
- { -1,-1, 0, 1 }, // WeightsLayout::os_i_osv8__ai8
- { -1,-1, 0, 1 }, // WeightsLayout::os_i_osv16__ai8
- { -1,-1, 0, 1 }, // WeightsLayout::os_i_osv16
+ {-1,-1, 0, 1 }, // WeightsLayout::os_i_osv8__ai8
+ {-1,-1, 0, 1 }, // WeightsLayout::os_i_osv16__ai8
+ {-1,-1, 0, 1 }, // WeightsLayout::os_i_osv16
{ 1, 2, 3, 0 }, // WeightsLayout::i_yxs_os_yxsv2_osv16
{ 1, 2, 3, 0 }, // WeightsLayout::iy_xs_os_xsv2_osv16__ao32
{ 1, 2, 3, 0 }, // WeightsLayout::iy_xs_os_xsv2_osv8__ao32
@@ -61,7 +67,8 @@ namespace kernel_selector
{ 0, 1, 2, 3 }, // WeightsLayout::winograd_6x3_s1_fused_weights
{ 0, 1, 2, 3 }, // WeightsLayout::image_2d_weights_winograd_6x3_s1_fbxyb
{ 0, 1, 2, 3 }, // WeightsLayout::image_2d_weights_winograd_6x3_s1_xfbyb
- { 0, 1, 2, 3}, // WeightsLayout::os_is_yx_isa8_osv8_isv4
+ { 0, 1, 2, 3 }, // WeightsLayout::os_is_yx_isa8_osv8_isv4
+ { 1, 2, 0, 3 }, // WeightsLayout::is_o_yx_isv32
} };
NDims DataTensor::GetSimpleDims(const std::vector<size_t>& d, DataLayout l)
@@ -91,6 +98,11 @@ namespace kernel_selector
assert(newDims.size() == 4);
newDims[0] = RoundUp(newDims[0], 32);
break;
+ case fs_bs_yx_bsv4_fsv32:
+ assert(newDims.size() == 4);
+ newDims[3] = RoundUp(newDims[3], 32);
+ newDims[2] = RoundUp(newDims[2], 4);
+ break;
default:
break;
}
@@ -105,7 +117,7 @@ namespace kernel_selector
pitch *= newDims[i];
}
- if (l == byxf_af32)
+ if (l == byxf_af32 || l == fs_bs_yx_bsv4_fsv32)
{
ret[0].pitch = 1;
ret[1].pitch = ret[0].pitch * newDims[0];
@@ -204,7 +216,8 @@ namespace kernel_selector
// TODO: [FUTURE] Use C++17 [[fallthrough]] instead of code duplication to get portable warning avoidance.
if ((x.pitch == f.pitch && y.pitch == x.v*x.pitch) || // YX - no Features (val/pitch)
- (y.v == 1 && x.v == 1 && x.pitch == f.pitch && y.pitch == f.pitch)) // Feature only
+ (y.v == 1 && x.v == 1 && x.pitch == f.pitch && y.pitch == f.pitch) || // Feature only
+ (f.v * f.pitch == x.pitch && f.v * f.pitch == y.pitch && y.v == 1 && x.v == 1)) // Feature only
{
l = targetLayout;
break;
@@ -213,7 +226,8 @@ namespace kernel_selector
case Tensor::byxf:
if ((x.pitch == f.pitch && y.pitch == x.v*x.pitch) || // YX - no Features (val/pitch)
- (y.v == 1 && x.v == 1 && x.pitch == f.pitch && y.pitch == f.pitch)) // Feature only
+ (y.v == 1 && x.v == 1 && x.pitch == f.pitch && y.pitch == f.pitch) || // Feature only
+ (f.v * f.pitch == x.pitch && f.v * f.pitch == y.pitch && y.v == 1 && x.v == 1)) // Feature only
{
l = targetLayout;
break;
@@ -280,6 +294,10 @@ namespace kernel_selector
newDims[3] = RoundUp(newDims[3], 8);
newDims[2] = RoundUp(newDims[2], 32);
break;
+ case is_o_yx_isv32:
+ assert(newDims.size() == 4);
+ newDims[0] = RoundUp(newDims[0], 32);
+ break;
default:
break;
}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/common/tensor_type.h b/inference-engine/thirdparty/clDNN/kernel_selector/common/tensor_type.h
index 1f4fad12d..8331ab0a2 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/common/tensor_type.h
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/common/tensor_type.h
@@ -48,6 +48,7 @@ namespace kernel_selector
brfyx, // 4D+batch
winograd_2x3_s1_data, //winograd convolution input, F(2,3) -- filter 3x3 with stride 1
byxf_af32, // for MMAD convolution
+ fs_bs_yx_bsv4_fsv32, // for batched MMAD
DataLayoutCount // NMBER OF ELEMENTS IN ENUM
};
@@ -78,6 +79,7 @@ namespace kernel_selector
image_2d_weights_winograd_6x3_s1_fbxyb, // image 2d winograd convolution weights for fused kernel, F(2, 3) --filter 3x3 with stride 1
image_2d_weights_winograd_6x3_s1_xfbyb, // image 2d winograd convolution weights for fused kernel, F(2, 3) --filter 3x3 with stride 1
os_is_yx_isa8_osv8_isv4, // for MMAD convolution
+ is_o_yx_isv32, // for MMAD 1x1 convolutions
WeightsLayoutCount // NMBER OF ELEMENTS IN ENUM
};
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/activation/activation_kernel_base.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/activation/activation_kernel_base.cpp
index 7feeb60d6..358b66d1c 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/activation/activation_kernel_base.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/activation/activation_kernel_base.cpp
@@ -96,7 +96,7 @@ namespace kernel_selector
auto jit = CreateJit(kernelName, cldnn_jit, entry_point);
auto& kernel = kd.kernels[0];
- FillCLKernelData(kernel, runInfo, kernelName, jit, entry_point);
+ FillCLKernelData(kernel, runInfo, params.engineInfo, kernelName, jit, entry_point);
if (newParams.gradient)
kernel.arguments.push_back({ ArgumentDescriptor::Types::INPUT, 1 });
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/arg_max_min/arg_max_min_kernel_axis.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/arg_max_min/arg_max_min_kernel_axis.cpp
index a69ce07c6..894101bff 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/arg_max_min/arg_max_min_kernel_axis.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/arg_max_min/arg_max_min_kernel_axis.cpp
@@ -75,7 +75,7 @@ namespace kernel_selector
auto jit = CreateJit(kernelName, cldnn_jit, entry_point);
auto& kernel = kd.kernels[0];
- FillCLKernelData(kernel, runInfo, kernelName, jit, entry_point);
+ FillCLKernelData(kernel, runInfo, params.engineInfo, kernelName, jit, entry_point);
kd.estimatedTime = FORCE_PRIORITY_9;
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/arg_max_min/arg_max_min_kernel_base.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/arg_max_min/arg_max_min_kernel_base.cpp
index 455b249cc..a51824c52 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/arg_max_min/arg_max_min_kernel_base.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/arg_max_min/arg_max_min_kernel_base.cpp
@@ -78,7 +78,7 @@ namespace kernel_selector
auto jit = CreateJit(kernelName, cldnn_jit, entry_point);
auto& kernel = kd.kernels[0];
- FillCLKernelData(kernel, runInfo, kernelName, jit, entry_point);
+ FillCLKernelData(kernel, runInfo, params.engineInfo, kernelName, jit, entry_point);
kd.estimatedTime = estimatedTime;
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/arg_max_min/arg_max_min_kernel_opt.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/arg_max_min/arg_max_min_kernel_opt.cpp
index 70af969b3..8e086dae6 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/arg_max_min/arg_max_min_kernel_opt.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/arg_max_min/arg_max_min_kernel_opt.cpp
@@ -78,7 +78,7 @@ namespace kernel_selector
runInfo.lws1 = 1;
runInfo.lws2 = 1;
- FillCLKernelData(kernel, runInfo, kernelName, jit, entryPoint);
+ FillCLKernelData(kernel, runInfo, params.engineInfo, kernelName, jit, entryPoint);
size = (size / 128 + 1) * topK;
}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/average_unpooling/average_unpooling_kernel_base.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/average_unpooling/average_unpooling_kernel_base.cpp
index 46e8e85d8..c94e624bd 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/average_unpooling/average_unpooling_kernel_base.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/average_unpooling/average_unpooling_kernel_base.cpp
@@ -95,7 +95,7 @@ namespace kernel_selector
auto jit = CreateJit(kernelName, cldnn_jit, entry_point);
auto& kernel = kd.kernels[0];
- FillCLKernelData(kernel, runInfo, kernelName, jit, entry_point);
+ FillCLKernelData(kernel, runInfo, params.engineInfo, kernelName, jit, entry_point);
kd.estimatedTime = estimatedTime;
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/batch_norm/batch_norm_kernel_base.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/batch_norm/batch_norm_kernel_base.cpp
index 811d4412f..ebf881f50 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/batch_norm/batch_norm_kernel_base.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/batch_norm/batch_norm_kernel_base.cpp
@@ -80,7 +80,7 @@ namespace kernel_selector
auto& kernel = kd.kernels[0];
int inputs_num = 1 + orgParams.batchNormParams.with_inv_var;
- FillCLKernelData(kernel, runInfo, kernelName, jit, entry_point, "", false, false, inputs_num);
+ FillCLKernelData(kernel, runInfo, params.engineInfo, kernelName, jit, entry_point, "", false, false, inputs_num);
kd.estimatedTime = estimatedTime;
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/batch_norm_grad/batch_norm_grad_kernel_base.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/batch_norm_grad/batch_norm_grad_kernel_base.cpp
index c5b15712a..25d9115dd 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/batch_norm_grad/batch_norm_grad_kernel_base.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/batch_norm_grad/batch_norm_grad_kernel_base.cpp
@@ -70,7 +70,7 @@ namespace kernel_selector
auto jit = CreateJit(kernelName, cldnn_jit, entry_point);
auto& kernel = kd.kernels[0];
- FillCLKernelData(kernel, runInfo, kernelName, jit, entry_point, "", false, false, 3);
+ FillCLKernelData(kernel, runInfo, params.engineInfo, kernelName, jit, entry_point, "", false, false, 3);
kd.estimatedTime = estimatedTime;
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/border/border_kernel_base.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/border/border_kernel_base.cpp
new file mode 100644
index 000000000..3346c4b0a
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/border/border_kernel_base.cpp
@@ -0,0 +1,78 @@
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+
+#include "border_kernel_base.h"
+
+#include "kernel_selector_utils.h"
+
+
+namespace kernel_selector
+{
+ JitConstants BorderKernelBase::GetJitConstants(const border_params& params) const
+ {
+ JitConstants jit = MakeBaseParamsJitConstants(params);
+
+ jit.AddConstants({
+ MakeJitConstant("LT_SIZES", params.lt_sizes),
+ MakeJitConstant("RB_SIZES", params.rb_sizes),
+ MakeJitConstant(toString(params.b_type), "")
+ });
+
+ return jit;
+ }
+
+ BorderKernelBase::DispatchData BorderKernelBase::SetDefault(const border_params& params) const
+ {
+ const auto& output = params.output;
+
+ DispatchData kd;
+
+ kd.fp16UnitUsed = params.inputs[0].GetDType() == Datatype::F16;
+
+ std::vector<size_t> global{output.X().v, output.Y().v, output.Batch().v * output.Feature().v};
+ const auto& local = GetOptimalLocalWorkGroupSizes(global);
+
+ kd.gws0 = global[0];
+ kd.gws1 = global[1];
+ kd.gws2 = global[2];
+
+ kd.lws0 = local[0];
+ kd.lws1 = local[1];
+ kd.lws2 = local[2];
+
+ return kd;
+ }
+
+ KernelsData BorderKernelBase::GetCommonKernelsData(const Params& params, const optional_params& options, float estimated_time) const
+ {
+ assert(params.GetType() == KernelType::BORDER);
+
+ const auto& prim_params = static_cast<const border_params&>(params); // NOLINT(cppcoreguidelines-pro-type-static-cast-downcast)
+
+ auto run_info = SetDefault(prim_params);
+ KernelData k_data = KernelData::Default<border_params>(params);
+
+ auto cldnn_jit = GetJitConstants(prim_params);
+ auto entry_point = GetEntryPoint(kernelName, prim_params.layerID, options);
+ auto jit = CreateJit(kernelName, cldnn_jit, entry_point);
+
+ auto& kernel = k_data.kernels[0];
+ FillCLKernelData(kernel, run_info, params.engineInfo, kernelName, jit, entry_point);
+
+ k_data.estimatedTime = estimated_time;
+
+ return {k_data};
+ }
+}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/border/border_kernel_base.h b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/border/border_kernel_base.h
new file mode 100644
index 000000000..43c10c715
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/border/border_kernel_base.h
@@ -0,0 +1,72 @@
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+#pragma once
+
+#include "common_kernel_base.h"
+#include "kernel_selector_params.h"
+
+
+namespace kernel_selector
+{
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ // border_params
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ struct border_params : public base_params
+ {
+ DimTensor<> lt_sizes;
+ DimTensor<> rb_sizes;
+ BorderType b_type = BorderType::ZERO;
+
+
+ border_params()
+ : base_params(KernelType::BORDER)
+ {
+ }
+
+ ParamsKey GetParamsKey() const override
+ {
+ ParamsKey k = base_params::GetParamsKey();
+ // k.EnableBorderType(b_type);
+ return k;
+ }
+ };
+
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ // border_optional_params
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ struct border_optional_params : optional_params
+ {
+ border_optional_params()
+ : optional_params(KernelType::BORDER)
+ {
+ }
+ };
+
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ // BorderKernelBase
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ class BorderKernelBase : public common_kernel_base
+ {
+ public:
+ using common_kernel_base::common_kernel_base;
+
+ using DispatchData = CommonDispatchData;
+
+ protected:
+ JitConstants GetJitConstants(const border_params& params) const;
+ DispatchData SetDefault(const border_params& params) const;
+ KernelsData GetCommonKernelsData(const Params& params, const optional_params&, float estimated_time) const;
+ };
+}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/border/border_kernel_ref.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/border/border_kernel_ref.cpp
new file mode 100644
index 000000000..9029d7afc
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/border/border_kernel_ref.cpp
@@ -0,0 +1,51 @@
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+#include "border_kernel_ref.h"
+
+
+namespace kernel_selector
+{
+ ParamsKey BorderKernelRef::GetSupportedKey() const
+ {
+ ParamsKey k;
+
+ k.EnableInputDataType(Datatype::F16);
+ k.EnableInputDataType(Datatype::F32);
+ k.EnableInputDataType(Datatype::INT8);
+ k.EnableInputDataType(Datatype::UINT8);
+
+ k.EnableOutputDataType(Datatype::F32);
+ k.EnableOutputDataType(Datatype::F16);
+ k.EnableOutputDataType(Datatype::INT8);
+ k.EnableOutputDataType(Datatype::UINT8);
+
+ k.EnableInputLayout(DataLayout::bfyx);
+ k.EnableInputLayout(DataLayout::yxfb);
+ k.EnableInputLayout(DataLayout::byxf);
+
+ k.EnableOutputLayout(DataLayout::bfyx);
+ k.EnableOutputLayout(DataLayout::yxfb);
+ k.EnableOutputLayout(DataLayout::byxf);
+
+ k.EnableBatching();
+
+ return k;
+ }
+
+ KernelsData BorderKernelRef::GetKernelsData(const Params& params, const optional_params& options) const
+ {
+ return GetCommonKernelsData(params, options, FORCE_PRIORITY_9);
+ }
+}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/border/border_kernel_ref.h b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/border/border_kernel_ref.h
new file mode 100644
index 000000000..0862ed144
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/border/border_kernel_ref.h
@@ -0,0 +1,30 @@
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+#pragma once
+
+#include "border_kernel_base.h"
+
+
+namespace kernel_selector
+{
+ class BorderKernelRef : public BorderKernelBase
+ {
+ public:
+ BorderKernelRef() : BorderKernelBase("border_gpu_ref") {}
+
+ KernelsData GetKernelsData(const Params& params, const optional_params& options) const override;
+ ParamsKey GetSupportedKey() const override;
+ };
+}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/border/border_kernel_selector.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/border/border_kernel_selector.cpp
new file mode 100644
index 000000000..42e352c6a
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/border/border_kernel_selector.cpp
@@ -0,0 +1,30 @@
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+
+#include "border_kernel_selector.h"
+#include "border_kernel_ref.h"
+
+namespace kernel_selector
+{
+ border_kernel_selector::border_kernel_selector()
+ {
+ Attach<BorderKernelRef>();
+ }
+
+ KernelsData border_kernel_selector::GetBestKernels(const Params& params, const optional_params& options) const
+ {
+ return GetNaiveBestKernel(params, options, KernelType::BORDER);
+ }
+}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/border/border_kernel_selector.h b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/border/border_kernel_selector.h
new file mode 100644
index 000000000..515a9a497
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/border/border_kernel_selector.h
@@ -0,0 +1,34 @@
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+#pragma once
+
+#include "kernel_selector.h"
+
+
+namespace kernel_selector
+{
+ class border_kernel_selector : public kernel_selector_base
+ {
+ public:
+ static border_kernel_selector &Instance() {
+ static border_kernel_selector instance;
+ return instance;
+ }
+
+ border_kernel_selector();
+
+ KernelsData GetBestKernels(const Params& params, const optional_params& options) const override;
+ };
+}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/broadcast/broadcast_kernel_base.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/broadcast/broadcast_kernel_base.cpp
new file mode 100644
index 000000000..3d3b2f4d3
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/broadcast/broadcast_kernel_base.cpp
@@ -0,0 +1,71 @@
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+
+#include "broadcast_kernel_base.h"
+
+#include "kernel_selector_utils.h"
+
+
+namespace kernel_selector
+{
+ JitConstants BroadcastKernelBase::GetJitConstants(const broadcast_params& params)
+ {
+ JitConstants jit = MakeBaseParamsJitConstants(params);
+ return jit;
+ }
+
+ BroadcastKernelBase::DispatchData BroadcastKernelBase::SetDefault(const broadcast_params& params)
+ {
+ const auto& output = params.output;
+
+ DispatchData kd;
+
+ kd.fp16UnitUsed = params.inputs[0].GetDType() == Datatype::F16;
+
+ std::vector<size_t> global{output.X().v, output.Y().v, output.Batch().v * output.Feature().v};
+ const auto& local = GetOptimalLocalWorkGroupSizes(global);
+
+ kd.gws0 = global[0];
+ kd.gws1 = global[1];
+ kd.gws2 = global[2];
+
+ kd.lws0 = local[0];
+ kd.lws1 = local[1];
+ kd.lws2 = local[2];
+
+ return kd;
+ }
+
+ KernelsData BroadcastKernelBase::GetCommonKernelsData(const Params& params, const optional_params& options, float estimated_time) const
+ {
+ assert(params.GetType() == KernelType::BROADCAST);
+
+ const auto& prim_params = static_cast<const broadcast_params&>(params); // NOLINT(cppcoreguidelines-pro-type-static-cast-downcast)
+
+ auto run_info = SetDefault(prim_params);
+ KernelData k_data = KernelData::Default<broadcast_params>(params);
+
+ auto cldnn_jit = GetJitConstants(prim_params);
+ auto entry_point = GetEntryPoint(kernelName, prim_params.layerID, options);
+ auto jit = CreateJit(kernelName, cldnn_jit, entry_point);
+
+ auto& kernel = k_data.kernels[0];
+ FillCLKernelData(kernel, run_info, params.engineInfo, kernelName, jit, entry_point);
+
+ k_data.estimatedTime = estimated_time;
+
+ return {k_data};
+ }
+}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/broadcast/broadcast_kernel_base.h b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/broadcast/broadcast_kernel_base.h
new file mode 100644
index 000000000..cf4865e80
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/broadcast/broadcast_kernel_base.h
@@ -0,0 +1,60 @@
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+#pragma once
+
+#include "common_kernel_base.h"
+#include "kernel_selector_params.h"
+
+
+namespace kernel_selector
+{
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ // broadcast_params
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ struct broadcast_params : public base_params
+ {
+ broadcast_params()
+ : base_params(KernelType::BROADCAST)
+ {
+ }
+ };
+
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ // broadcast_optional_params
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ struct broadcast_optional_params : optional_params
+ {
+ broadcast_optional_params()
+ : optional_params(KernelType::BROADCAST)
+ {
+ }
+ };
+
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ // BroadcastKernelBase
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ class BroadcastKernelBase : public common_kernel_base
+ {
+ public:
+ using common_kernel_base::common_kernel_base;
+
+ using DispatchData = CommonDispatchData;
+
+ protected:
+ static JitConstants GetJitConstants(const broadcast_params& params);
+ static DispatchData SetDefault(const broadcast_params& params);
+ KernelsData GetCommonKernelsData(const Params& params, const optional_params&, float estimated_time) const;
+ };
+}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/broadcast/broadcast_kernel_ref.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/broadcast/broadcast_kernel_ref.cpp
new file mode 100644
index 000000000..0be42a5e2
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/broadcast/broadcast_kernel_ref.cpp
@@ -0,0 +1,51 @@
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+#include "broadcast_kernel_ref.h"
+
+
+namespace kernel_selector
+{
+ ParamsKey BroadcastKernelRef::GetSupportedKey() const
+ {
+ ParamsKey k;
+
+ k.EnableInputDataType(Datatype::F16);
+ k.EnableInputDataType(Datatype::F32);
+ k.EnableInputDataType(Datatype::INT8);
+ k.EnableInputDataType(Datatype::UINT8);
+
+ k.EnableOutputDataType(Datatype::F32);
+ k.EnableOutputDataType(Datatype::F16);
+ k.EnableOutputDataType(Datatype::INT8);
+ k.EnableOutputDataType(Datatype::UINT8);
+
+ k.EnableInputLayout(DataLayout::bfyx);
+ k.EnableInputLayout(DataLayout::yxfb);
+ k.EnableInputLayout(DataLayout::byxf);
+
+ k.EnableOutputLayout(DataLayout::bfyx);
+ k.EnableOutputLayout(DataLayout::yxfb);
+ k.EnableOutputLayout(DataLayout::byxf);
+
+ k.EnableBatching();
+
+ return k;
+ }
+
+ KernelsData BroadcastKernelRef::GetKernelsData(const Params& params, const optional_params& options) const
+ {
+ return GetCommonKernelsData(params, options, FORCE_PRIORITY_9);
+ }
+}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/broadcast/broadcast_kernel_ref.h b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/broadcast/broadcast_kernel_ref.h
new file mode 100644
index 000000000..ccca397ab
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/broadcast/broadcast_kernel_ref.h
@@ -0,0 +1,30 @@
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+#pragma once
+
+#include "broadcast_kernel_base.h"
+
+
+namespace kernel_selector
+{
+ class BroadcastKernelRef : public BroadcastKernelBase
+ {
+ public:
+ BroadcastKernelRef() : BroadcastKernelBase("broadcast_gpu_ref") {}
+
+ KernelsData GetKernelsData(const Params& params, const optional_params& options) const override;
+ ParamsKey GetSupportedKey() const override;
+ };
+}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/broadcast/broadcast_kernel_selector.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/broadcast/broadcast_kernel_selector.cpp
new file mode 100644
index 000000000..02ae904d2
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/broadcast/broadcast_kernel_selector.cpp
@@ -0,0 +1,30 @@
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+
+#include "broadcast_kernel_selector.h"
+#include "broadcast_kernel_ref.h"
+
+namespace kernel_selector
+{
+ broadcast_kernel_selector::broadcast_kernel_selector()
+ {
+ Attach<BroadcastKernelRef>();
+ }
+
+ KernelsData broadcast_kernel_selector::GetBestKernels(const Params& params, const optional_params& options) const
+ {
+ return GetNaiveBestKernel(params, options, KernelType::BROADCAST);
+ }
+}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/broadcast/broadcast_kernel_selector.h b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/broadcast/broadcast_kernel_selector.h
new file mode 100644
index 000000000..ec7f4da55
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/broadcast/broadcast_kernel_selector.h
@@ -0,0 +1,34 @@
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+#pragma once
+
+#include "kernel_selector.h"
+
+
+namespace kernel_selector
+{
+ class broadcast_kernel_selector : public kernel_selector_base
+ {
+ public:
+ static broadcast_kernel_selector &Instance() {
+ static broadcast_kernel_selector instance;
+ return instance;
+ }
+
+ broadcast_kernel_selector();
+
+ KernelsData GetBestKernels(const Params& params, const optional_params& options) const override;
+ };
+}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/concatenation/concatenation_kernel_base.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/concatenation/concatenation_kernel_base.cpp
index b81cfe879..f9df941ad 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/concatenation/concatenation_kernel_base.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/concatenation/concatenation_kernel_base.cpp
@@ -71,9 +71,18 @@ namespace kernel_selector
// Determine global work sizes.
if (params.inputs[0].GetLayout() != params.output.GetLayout())
{
- kd.gws0 = dims.size() < 2 ? 1 : dims[2].v;
- kd.gws1 = dims.size() < 3 ? 1 : dims[1].v;
- kd.gws2 = dims.size() < 4 ? 1 : dims[0].v;
+ if (params.inputs[0].GetLayout() == kernel_selector::Tensor::DataLayout::yxfb)
+ {
+ kd.gws0 = dims.size() < 2 ? 1 : dims[3].v;
+ kd.gws1 = dims.size() < 3 ? 1 : dims[1].v;
+ kd.gws2 = dims.size() < 4 ? 1 : dims[0].v;
+ }
+ else
+ {
+ kd.gws0 = dims.size() < 2 ? 1 : dims[2].v;
+ kd.gws1 = dims.size() < 3 ? 1 : dims[1].v;
+ kd.gws2 = dims.size() < 4 ? 1 : dims[0].v;
+ }
}
else
{
@@ -124,7 +133,7 @@ namespace kernel_selector
kernel.workGroups.global = { runInfo.gws0, runInfo.gws1, runInfo.gws2 };
kernel.workGroups.local = { runInfo.lws0, runInfo.lws1, runInfo.lws2 };
- kernel.kernelString = GetKernelString(kernelName, jit, entryPoint);
+ kernel.kernelString = GetKernelString(kernelName, jit, entryPoint, params.engineInfo);
kernel.arguments.push_back({ ArgumentDescriptor::Types::INPUT, (uint32_t)i });
kernel.arguments.push_back({ ArgumentDescriptor::Types::OUTPUT, 0 });
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/concatenation/concatenation_kernel_ref.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/concatenation/concatenation_kernel_ref.cpp
index 5520f427a..c5c6ae53a 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/concatenation/concatenation_kernel_ref.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/concatenation/concatenation_kernel_ref.cpp
@@ -26,9 +26,13 @@ namespace kernel_selector
k.EnableInputDataType(Datatype::F16);
k.EnableInputDataType(Datatype::F32);
k.EnableInputDataType(Datatype::INT8);
+ k.EnableInputDataType(Datatype::INT32);
+ k.EnableInputDataType(Datatype::INT64);
k.EnableOutputDataType(Datatype::F16);
k.EnableOutputDataType(Datatype::F32);
k.EnableOutputDataType(Datatype::INT8);
+ k.EnableOutputDataType(Datatype::INT32);
+ k.EnableOutputDataType(Datatype::INT64);
k.EnableAllInputLayout();
k.EnableAllOutputLayout();
k.EnableTensorOffset();
@@ -60,10 +64,20 @@ namespace kernel_selector
//case for input == bfyx, output == yxfb and input == yxfb, output == bfyx
if (input_format != output_format)
{
- dim_index[0] = 3;
- dim_index[1] = 2;
- dim_index[2] = 0;
- dim_index[3] = 1;
+ if (input_format == kernel_selector::Tensor::DataLayout::yxfb)
+ {
+ dim_index[0] = 2;
+ dim_index[1] = 3;
+ dim_index[2] = 1;
+ dim_index[3] = 0;
+ }
+ else
+ {
+ dim_index[0] = 3;
+ dim_index[1] = 2;
+ dim_index[2] = 0;
+ dim_index[3] = 1;
+ }
}
cldnnJit.AddConstant(MakeJitConstant("INPUT_DIM_0", dim_index[0]));
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution/convolution_kernel_base.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution/convolution_kernel_base.cpp
index 878a02048..86bfe937c 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution/convolution_kernel_base.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution/convolution_kernel_base.cpp
@@ -241,7 +241,7 @@ namespace kernel_selector
auto jit = CreateJit(finalKernelName, cldnnJit, entryPoint);
auto& kernel = kd.kernels[0];
- FillCLKernelData(kernel, runInfo, finalKernelName, jit, entryPoint, exeMode, true, !newParams.bias.empty(), 1, newParams.int8_quantization, newParams.output_calibration);
+ FillCLKernelData(kernel, runInfo, params.engineInfo, finalKernelName, jit, entryPoint, exeMode, true, !newParams.bias.empty(), 1, newParams.int8_quantization, newParams.output_calibration);
kernel.arguments.push_back({ ArgumentDescriptor::Types::SPLIT, 0 });
kd.estimatedTime = runInfo.effiency;
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution/convolution_kernel_bfyx_3x3_dw_opt.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution/convolution_kernel_bfyx_3x3_dw_opt.cpp
index ad56556bc..b92df30b7 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution/convolution_kernel_bfyx_3x3_dw_opt.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution/convolution_kernel_bfyx_3x3_dw_opt.cpp
@@ -1,5 +1,5 @@
/*
-// Copyright (c) 2017 Intel Corporation
+// Copyright (c) 2017-2018 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@ namespace kernel_selector
ConvolutionKernel_bfyx_3x3_dw_opt::ConvolutionKernel_bfyx_3x3_dw_opt() : ConvolutionKernelBase("convolution_gpu_bfyx_3x3_dw_opt")
{
// Generate the dispatch options to the auto-tuner.
- std::vector<size_t> tileXDimSizes = { 1,2,4,5,6,8,10,12,14,16 };
+ std::vector<size_t> tileXDimSizes = { 1,2,4,5,6,8,10,12,14 };
std::vector<size_t> tileYDimSizes = { 1,2,3,4,5,6,7 };
std::vector<std::string> executionModes = { /*AGE_BASED ,*/ ROUND_ROBIN };
@@ -141,6 +141,18 @@ namespace kernel_selector
KernelsData ConvolutionKernel_bfyx_3x3_dw_opt::GetTunedKernelsDataByIndex(const Params& params, const optional_params& options, const int autoTuneIndex) const
{
+ constexpr int simdSize = 16;
+
+ KernelData kd = KernelData::Default<convolution_params>(params);
+ convolution_params& convParams = *static_cast<convolution_params*>(kd.params.get());
+ DispatchData runInfo = SetDefault(convParams, autoTuneIndex);
+
+ if (static_cast<int>(static_cast<int>(runInfo.gws0 - 1) / simdSize) * runInfo.cldnnStyle.blockWidth + simdSize > convParams.inputs[0].Y().pitch)
+ {
+ // Internal Error - requested tile size is not supported for y pitch
+ return{};
+ }
+
return GetCommonKernelsData(params, options, GetAutoTuneOptions(params, autoTuneIndex).exeMode, autoTuneIndex);
}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution/convolution_kernel_bfyx_depthwise_weights_lwg.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution/convolution_kernel_bfyx_depthwise_weights_lwg.cpp
new file mode 100644
index 000000000..f6841db94
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution/convolution_kernel_bfyx_depthwise_weights_lwg.cpp
@@ -0,0 +1,100 @@
+/*
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+*/
+
+#include "convolution_kernel_bfyx_depthwise_weights_lwg.h"
+#include "kernel_selector_utils.h"
+
+namespace kernel_selector
+{
+ ParamsKey ConvolutionKernel_bfyx_depthwise_weights_lwg::GetSupportedKey() const
+ {
+ ParamsKey k;
+ k.EnableInputDataType(Datatype::F32);
+ k.EnableInputDataType(Datatype::F16);
+ k.EnableInputWeightsType(WeightsType::F16);
+ k.EnableInputWeightsType(WeightsType::F32);
+ k.EnableOutputDataType(Datatype::F32);
+ k.EnableOutputDataType(Datatype::F16);
+ k.EnableInputLayout(DataLayout::bfyx);
+ k.EnableOutputLayout(DataLayout::bfyx);
+ k.EnableTensorOffset();
+ k.EnableTensorPitches();
+ k.EnableBiasPerFeature();
+ k.EnableNonBiasTerm();
+ k.EnableBatching();
+ k.EnableSplitSupport();
+ k.EnableSubGroup();
+ k.EnableSubGroupShort();
+ k.EnableDepthwiseSeparableOpt();
+ return k;
+ }
+
+ bool ConvolutionKernel_bfyx_depthwise_weights_lwg::Validate(const Params& p, const optional_params& o) const
+ {
+ if (!ConvolutionKernelBase::Validate(p, o) ||
+ !CovolutionCheckInput(p, o))
+ {
+ return false;
+ }
+
+ const convolution_params& cp = static_cast<const convolution_params&>(p);
+ if (!cp.depthwiseSeparableOpt)
+ return false;
+
+ if ((cp.filterSize.x > 4) ||
+ (cp.filterSize.y > 4) ||
+ (cp.inputs[0].Feature().v != cp.split))
+ {
+ return false;
+ }
+
+ return true;
+ }
+
+ ConvolutionKernelBase::DispatchData ConvolutionKernel_bfyx_depthwise_weights_lwg::SetDefault(const convolution_params& params, int) const
+ {
+ DispatchData runInfo = Parent::SetDefault(params);
+ const auto& out = params.output;
+
+ std::vector<size_t> global = { out.X().v * out.Y().v, out.Feature().v, out.Batch().v };
+
+ runInfo.gws0 = Align(global[0], 16);
+ runInfo.gws1 = global[1];
+ runInfo.gws2 = global[2];
+ runInfo.lws0 = 16;
+ runInfo.lws1 = 1;
+ runInfo.lws2 = 1;
+
+ runInfo.effiency = FORCE_PRIORITY_6;
+
+ return runInfo;
+ }
+
+ JitConstants ConvolutionKernel_bfyx_depthwise_weights_lwg::GetJitConstants(const convolution_params& params, const DispatchData& kd) const
+ {
+ auto mem_consts = ConvolutionKernelBase::GetJitConstants(params, kd);
+
+ if(params.padding.x != 0 || params.padding.y != 0)
+ mem_consts.AddConstant(MakeJitConstant("BOUNDARY_CHECK", 1));
+
+ return mem_consts;
+ }
+
+ KernelsData ConvolutionKernel_bfyx_depthwise_weights_lwg::GetKernelsData(const Params& params, const optional_params& options) const
+ {
+ return GetCommonKernelsData(params, options);
+ }
+} \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution/convolution_kernel_bfyx_depthwise_weights_lwg.h b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution/convolution_kernel_bfyx_depthwise_weights_lwg.h
new file mode 100644
index 000000000..b578f8fd5
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution/convolution_kernel_bfyx_depthwise_weights_lwg.h
@@ -0,0 +1,39 @@
+/*
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+*/
+
+#pragma once
+
+#include "convolution_kernel_base.h"
+
+namespace kernel_selector
+{
+ class ConvolutionKernel_bfyx_depthwise_weights_lwg : public ConvolutionKernelBase
+ {
+ public:
+ using Parent = ConvolutionKernelBase;
+ ConvolutionKernel_bfyx_depthwise_weights_lwg() : ConvolutionKernelBase("convolution_gpu_bfyx_depthwise_weights_lwg") {}
+ virtual ~ConvolutionKernel_bfyx_depthwise_weights_lwg() {}
+
+ virtual KernelsData GetKernelsData(const Params& params, const optional_params& options) const override;
+ virtual ParamsKey GetSupportedKey() const override;
+
+ protected:
+ bool Validate(const Params&, const optional_params&) const override;
+ std::vector<WeightsLayout> GetSupportedWeightLayouts(const convolution_params&) const override { return{ WeightsLayout::oiyx }; }
+ JitConstants GetJitConstants(const convolution_params& params, const DispatchData& kd) const override;
+ DispatchData SetDefault(const convolution_params& params, int autoTuneIndex = -1) const override;
+ };
+} \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution/convolution_kernel_mmad_batched.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution/convolution_kernel_mmad_batched.cpp
new file mode 100644
index 000000000..ce73392ac
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution/convolution_kernel_mmad_batched.cpp
@@ -0,0 +1,97 @@
+/*
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+*/
+
+#include "convolution_kernel_mmad_batched.h"
+#include "kernel_selector_utils.h"
+
+namespace kernel_selector {
+
+ ParamsKey ConvolutionKernel_mmad_batched::GetSupportedKey() const
+ {
+ ParamsKey k;
+ k.EnableInputDataType(Datatype::INT8);
+ k.EnableOutputDataType(Datatype::INT8);
+ k.EnableInputWeightsType(WeightsType::INT8);
+ k.EnableInputLayout(DataLayout::fs_bs_yx_bsv4_fsv32);
+ k.EnableOutputLayout(DataLayout::fs_bs_yx_bsv4_fsv32);
+ k.EnableTensorOffset();
+ k.EnableTensorPitches();
+ k.EnableDilation();
+ k.EnableBiasPerFeature();
+ k.EnableNonBiasTerm();
+ k.EnableBatching();
+ k.EnableSplitSupport();
+ k.EnableInt8Quantization();
+ k.EnableOutputCalibration();
+ k.DisableTuning();
+ return k;
+ }
+
+ ConvolutionKernelBase::DispatchData ConvolutionKernel_mmad_batched::SetDefault(const convolution_params& arg, int) const
+ {
+ DispatchData runInfo = ConvolutionKernelBase::SetDefault(arg);
+
+ constexpr size_t sub_group_size = 8;
+
+ const auto of_maps = arg.output.Feature().v;
+ const size_t of_threads_per_batch = RoundUp(of_maps, sub_group_size);
+
+ runInfo.effiency = FORCE_PRIORITY_3;
+
+ runInfo.gws0 = arg.output.X().v;
+ runInfo.gws1 = arg.output.Y().v;
+ runInfo.gws2 = of_threads_per_batch * ((arg.output.Batch().v+3) / 4);
+
+ runInfo.lws0 = 1;
+ runInfo.lws1 = 1;
+ runInfo.lws2 = sub_group_size;
+
+ return runInfo;
+ }
+
+ JitConstants ConvolutionKernel_mmad_batched::GetJitConstants(const convolution_params& params, const DispatchData& runInfo) const
+ {
+ auto jit = Parent::GetJitConstants(params, runInfo);
+
+ jit.AddConstant(MakeJitConstant("SUB_GROUP_SIZE", runInfo.lws2));
+
+ // pitch for special block format used in this kernel
+ const size_t ifm_32_aligned = Align(params.weights.IFM().v, 32);
+ const size_t filter_ofm_block_pitch = (ifm_32_aligned / 32) * params.weights.X().v * params.weights.Y().v * 4 * 8 * 8;
+ jit.AddConstant(MakeJitConstant("FILTER_OFM_BLOCK_PITCH", filter_ofm_block_pitch));
+
+ const size_t in_x_pitch = 32 * 4;
+ const size_t in_y_pitch = 32 * 4 * params.inputs[0].X().LogicalDimPadded();
+ const size_t in_b_block_pitch = in_y_pitch * params.inputs[0].Y().LogicalDimPadded();
+ const size_t in_f_block_pitch = in_b_block_pitch * ((params.inputs[0].Batch().v + 3) / 4);
+ const size_t in_offset = in_x_pitch * params.inputs[0].X().pad.before + in_y_pitch * params.inputs[0].Y().pad.before;
+
+ jit.AddConstant(MakeJitConstant("IN_X_PITCH", in_x_pitch));
+ jit.AddConstant(MakeJitConstant("IN_Y_PITCH", in_y_pitch));
+ jit.AddConstant(MakeJitConstant("IN_B_BLOCK_PITCH", in_b_block_pitch));
+ jit.AddConstant(MakeJitConstant("IN_F_BLOCK_PITCH", in_f_block_pitch));
+ jit.AddConstant(MakeJitConstant("IN_OFFSET", in_offset));
+ return jit;
+ }
+
+ KernelsData ConvolutionKernel_mmad_batched::GetKernelsData(const Params& params, const optional_params& options) const
+ {
+ KernelsData kd = GetCommonKernelsData(params, options);
+ if(!kd.empty())
+ kd[0].estimatedTime = FORCE_PRIORITY_3;
+ return kd;
+ }
+} \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution/convolution_kernel_mmad_batched.h b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution/convolution_kernel_mmad_batched.h
new file mode 100644
index 000000000..8a3dda451
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution/convolution_kernel_mmad_batched.h
@@ -0,0 +1,43 @@
+/*
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+*/
+
+#pragma once
+
+#include "convolution_kernel_base.h"
+
+namespace kernel_selector {
+
+ class ConvolutionKernel_mmad_batched : public ConvolutionKernelBase
+ {
+ public:
+ using Parent = ConvolutionKernelBase;
+ ConvolutionKernel_mmad_batched() : ConvolutionKernelBase("convolution_gpu_mmad_batched") {}
+ virtual ~ConvolutionKernel_mmad_batched() {}
+
+ virtual KernelsData GetKernelsData(const Params& params, const optional_params& options) const override;
+ virtual ParamsKey GetSupportedKey() const override;
+
+ protected:
+ JitConstants GetJitConstants(const convolution_params& params, const DispatchData& kd) const override;
+ DispatchData SetDefault(const convolution_params& arg, int autoTuneIndex = -1) const override;
+ virtual std::vector<WeightsLayout> GetSupportedWeightLayouts(const convolution_params&) const override
+ {
+ return{
+ WeightsLayout::os_is_yx_isa8_osv8_isv4,
+ };
+ }
+ };
+} \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution/convolution_kernel_selector.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution/convolution_kernel_selector.cpp
index 21d9c92ff..aa5850593 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution/convolution_kernel_selector.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution/convolution_kernel_selector.cpp
@@ -1,5 +1,5 @@
/*
-// Copyright (c) 2016 Intel Corporation
+// Copyright (c) 2016-2018 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -35,6 +35,8 @@
#include "convolution_kernel_MMAD_blocks.h"
#include "convolution_kernel_1x1_gemm_MMAD.h"
#include "convolution_kernel_byxf_af32_depthwise.h"
+#include "convolution_kernel_mmad_batched.h"
+#include "convolution_kernel_bfyx_depthwise_weights_lwg.h"
#include <iostream>
@@ -61,6 +63,8 @@ namespace kernel_selector
Attach<ConvolutionKernel_MMAD_blocks>();
Attach<ConvolutionKernel_1x1_gemm_MMAD>();
Attach<ConvolutionKernel_byxf_af32_depthiwise>();
+ Attach<ConvolutionKernel_mmad_batched>();
+ Attach<ConvolutionKernel_bfyx_depthwise_weights_lwg>();
//Attach<ConvolutionKernel_Tutorial>(); //In order to use this implementation for tutorial purposes please uncomment this line
}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution/convolution_kernel_selector.h b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution/convolution_kernel_selector.h
index 9275a5fcb..6b4c756d0 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution/convolution_kernel_selector.h
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution/convolution_kernel_selector.h
@@ -17,7 +17,6 @@
#pragma once
#include "kernel_selector.h"
-#include "kernel_runner_interface.h"
namespace kernel_selector
{
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution_grad_weights/convolution_grad_weights_kernel_1x1.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution_grad_weights/convolution_grad_weights_kernel_1x1.cpp
index b6065edc6..13f8ba40b 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution_grad_weights/convolution_grad_weights_kernel_1x1.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution_grad_weights/convolution_grad_weights_kernel_1x1.cpp
@@ -22,11 +22,8 @@ namespace kernel_selector
ParamsKey ConvolutionGradWeightsKernel1x1::GetSupportedKey() const
{
ParamsKey k;
- k.EnableInputDataType(Datatype::F16);
k.EnableInputDataType(Datatype::F32);
- k.EnableInputWeightsType(WeightsType::F16);
k.EnableInputWeightsType(WeightsType::F32);
- k.EnableOutputDataType(Datatype::F16);
k.EnableOutputDataType(Datatype::F32);
k.EnableInputLayout(DataLayout::bfyx);
k.EnableOutputLayout(DataLayout::yxfb);
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution_grad_weights/convolution_grad_weights_kernel_3x3.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution_grad_weights/convolution_grad_weights_kernel_3x3.cpp
new file mode 100644
index 000000000..c892f6d2d
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution_grad_weights/convolution_grad_weights_kernel_3x3.cpp
@@ -0,0 +1,75 @@
+/*
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+*/
+
+#include "convolution_grad_weights_kernel_3x3.h"
+
+namespace kernel_selector
+{
+
+ ParamsKey ConvolutionGradWeightsKernel3x3::GetSupportedKey() const
+ {
+ ParamsKey k;
+ k.EnableInputDataType(Datatype::F32);
+ k.EnableInputWeightsType(WeightsType::F32);
+ k.EnableOutputDataType(Datatype::F32);
+ k.EnableInputLayout(DataLayout::bfyx);
+ k.EnableOutputLayout(DataLayout::yxfb);
+ k.EnableOutputLayout(DataLayout::bfyx);
+ k.EnableOutputLayout(DataLayout::byxf);
+ k.EnableTensorOffset();
+ k.EnableTensorPitches();
+ k.EnableBiasPerFeature();
+ k.EnableNonBiasTerm();
+ k.EnableMomentum();
+ k.EnableBatching();
+ k.EnableSplitSupport();
+ k.EnableGradient();
+ k.DisableTuning();
+ return k;
+ }
+
+ bool ConvolutionGradWeightsKernel3x3::Validate(const Params& p, const optional_params&) const
+ {
+ const auto& params = static_cast<const convolution_grad_weights_params&>(p);
+
+ if (params.stride.x != 1 || params.stride.y != 1)
+ return false;
+ if (params.filterSize.x != 3 || params.filterSize.y != 3)
+ return false;
+ return true;
+ }
+
+ ConvolutionGradWeightsKernelBase::DispatchData ConvolutionGradWeightsKernel3x3::SetDefault(const convolution_grad_weights_params& params) const
+ {
+ auto input_features = params.weights.IFM().v;
+ auto output_features = params.weights.OFM().v;
+
+ DispatchData kd;
+
+ kd.gws0 = Align(output_features, 16);
+ kd.gws1 = input_features;
+ kd.gws2 = 1;
+ kd.lws0 = std::min(std::max(kd.gws0, static_cast<size_t>(1)), static_cast<size_t>(32));
+ while (kd.gws0 % kd.lws0 != 0)
+ {
+ kd.lws0 -= 16;
+ }
+ kd.lws1 = 1;
+ kd.lws2 = 1;
+ kd.effiency = FORCE_PRIORITY_8;
+ return kd;
+ }
+}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution_grad_weights/convolution_grad_weights_kernel_3x3.h b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution_grad_weights/convolution_grad_weights_kernel_3x3.h
new file mode 100644
index 000000000..39fcb7e96
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution_grad_weights/convolution_grad_weights_kernel_3x3.h
@@ -0,0 +1,33 @@
+/*
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+*/
+
+#pragma once
+
+#include "convolution_grad_weights_kernel_base.h"
+
+namespace kernel_selector {
+
+ class ConvolutionGradWeightsKernel3x3 : public ConvolutionGradWeightsKernelBase
+ {
+ public:
+ ConvolutionGradWeightsKernel3x3() : ConvolutionGradWeightsKernelBase("convolution_grad_weights_3x3") {}
+ virtual ~ConvolutionGradWeightsKernel3x3() {}
+
+ virtual DispatchData SetDefault(const convolution_grad_weights_params& params) const override;
+ virtual bool Validate(const Params& p, const optional_params& o) const override;
+ virtual ParamsKey GetSupportedKey() const override;
+ };
+} \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution_grad_weights/convolution_grad_weights_kernel_7x7.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution_grad_weights/convolution_grad_weights_kernel_7x7.cpp
new file mode 100644
index 000000000..8bd5000d6
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution_grad_weights/convolution_grad_weights_kernel_7x7.cpp
@@ -0,0 +1,73 @@
+/*
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+*/
+
+#include "convolution_grad_weights_kernel_7x7.h"
+
+namespace kernel_selector
+{
+
+ ParamsKey ConvolutionGradWeightsKernel7x7::GetSupportedKey() const
+ {
+ ParamsKey k;
+ k.EnableInputDataType(Datatype::F32);
+ k.EnableInputWeightsType(WeightsType::F32);
+ k.EnableOutputDataType(Datatype::F32);
+ k.EnableInputLayout(DataLayout::bfyx);
+ k.EnableOutputLayout(DataLayout::yxfb);
+ k.EnableOutputLayout(DataLayout::bfyx);
+ k.EnableOutputLayout(DataLayout::byxf);
+ k.EnableTensorOffset();
+ k.EnableTensorPitches();
+ k.EnableBiasPerFeature();
+ k.EnableNonBiasTerm();
+ k.EnableMomentum();
+ k.EnableBatching();
+ k.EnableSplitSupport();
+ k.EnableGradient();
+ k.DisableTuning();
+ return k;
+ }
+
+ bool ConvolutionGradWeightsKernel7x7::Validate(const Params& p, const optional_params&) const
+ {
+ const auto& params = static_cast<const convolution_grad_weights_params&>(p);
+
+ if (params.filterSize.x != 7 || params.filterSize.y != 7)
+ return false;
+ return true;
+ }
+
+ ConvolutionGradWeightsKernelBase::DispatchData ConvolutionGradWeightsKernel7x7::SetDefault(const convolution_grad_weights_params& params) const
+ {
+ auto input_features = params.weights.IFM().v;
+ auto output_features = params.weights.OFM().v;
+
+ DispatchData kd;
+
+ kd.gws0 = 8;
+ kd.gws1 = Align(output_features, 16);
+ kd.gws2 = input_features;
+ kd.lws0 = 1;
+ kd.lws1 = std::min(std::max(kd.gws1, static_cast<size_t>(1)), static_cast<size_t>(32));
+ while (kd.gws1 % kd.lws1 != 0)
+ {
+ kd.lws1 -= 16;
+ }
+ kd.lws2 = 1;
+ kd.effiency = FORCE_PRIORITY_8;
+ return kd;
+ }
+}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution_grad_weights/convolution_grad_weights_kernel_7x7.h b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution_grad_weights/convolution_grad_weights_kernel_7x7.h
new file mode 100644
index 000000000..286caf5c0
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution_grad_weights/convolution_grad_weights_kernel_7x7.h
@@ -0,0 +1,33 @@
+/*
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+*/
+
+#pragma once
+
+#include "convolution_grad_weights_kernel_base.h"
+
+namespace kernel_selector {
+
+ class ConvolutionGradWeightsKernel7x7 : public ConvolutionGradWeightsKernelBase
+ {
+ public:
+ ConvolutionGradWeightsKernel7x7() : ConvolutionGradWeightsKernelBase("convolution_grad_weights_7x7") {}
+ virtual ~ConvolutionGradWeightsKernel7x7() {}
+
+ virtual DispatchData SetDefault(const convolution_grad_weights_params& params) const override;
+ virtual bool Validate(const Params& p, const optional_params& o) const override;
+ virtual ParamsKey GetSupportedKey() const override;
+ };
+} \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution_grad_weights/convolution_grad_weights_kernel_base.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution_grad_weights/convolution_grad_weights_kernel_base.cpp
index 2998075b7..1e2cd30a8 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution_grad_weights/convolution_grad_weights_kernel_base.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution_grad_weights/convolution_grad_weights_kernel_base.cpp
@@ -124,7 +124,7 @@ namespace kernel_selector
auto jit = CreateJit(kernelName, cldnn_jit, entry_point);
auto& kernel = kd.kernels[0];
- FillCLKernelData(kernel, runInfo, kernelName, jit, entry_point, ROUND_ROBIN, true, !orgParams.bias.empty());
+ FillCLKernelData(kernel, runInfo, params.engineInfo, kernelName, jit, entry_point, ROUND_ROBIN, true, !orgParams.bias.empty());
if (newParams.use_momentum)
{
kernel.arguments.push_back({ ArgumentDescriptor::Types::PREV_WEIGHTS_GRADIENT, 0 });
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution_grad_weights/convolution_grad_weights_kernel_ref.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution_grad_weights/convolution_grad_weights_kernel_ref.cpp
index 7ca7c9a39..3c29a7616 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution_grad_weights/convolution_grad_weights_kernel_ref.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution_grad_weights/convolution_grad_weights_kernel_ref.cpp
@@ -24,7 +24,6 @@ namespace kernel_selector
ParamsKey k;
k.EnableInputDataType(Datatype::F16);
k.EnableInputDataType(Datatype::F32);
- k.EnableInputWeightsType(WeightsType::F16);
k.EnableInputWeightsType(WeightsType::F32);
k.EnableOutputDataType(Datatype::F16);
k.EnableOutputDataType(Datatype::F32);
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution_grad_weights/convolution_grad_weights_kernel_selector.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution_grad_weights/convolution_grad_weights_kernel_selector.cpp
index 16b842e9e..fb045a273 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution_grad_weights/convolution_grad_weights_kernel_selector.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution_grad_weights/convolution_grad_weights_kernel_selector.cpp
@@ -18,6 +18,8 @@
#include "convolution_grad_weights_kernel_ref.h"
#include "convolution_grad_weights_kernel_1x1.h"
#include "convolution_grad_weights_kernel_yxfb.h"
+#include "convolution_grad_weights_kernel_3x3.h"
+#include "convolution_grad_weights_kernel_7x7.h"
namespace kernel_selector
{
@@ -26,6 +28,8 @@ namespace kernel_selector
Attach<ConvolutionGradWeightsKernelRef>();
Attach<ConvolutionGradWeightsKernel1x1>();
Attach<ConvolutionGradWeightsKernel_yxfb>();
+ Attach<ConvolutionGradWeightsKernel3x3>();
+ Attach<ConvolutionGradWeightsKernel7x7>();
}
KernelsData convolution_grad_weights_kernel_selector::GetBestKernels(const Params& params, const optional_params& options) const
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution_grad_weights/convolution_grad_weights_kernel_yxfb.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution_grad_weights/convolution_grad_weights_kernel_yxfb.cpp
index e6fb6d026..f53d51b39 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution_grad_weights/convolution_grad_weights_kernel_yxfb.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution_grad_weights/convolution_grad_weights_kernel_yxfb.cpp
@@ -24,7 +24,6 @@ namespace kernel_selector
ParamsKey k;
k.EnableInputDataType(Datatype::F32);
k.EnableInputWeightsType(WeightsType::F32);
- k.EnableOutputDataType(Datatype::F16);
k.EnableOutputDataType(Datatype::F32);
k.EnableInputLayout(DataLayout::yxfb);
k.EnableOutputLayout(DataLayout::yxfb);
@@ -64,11 +63,11 @@ namespace kernel_selector
DispatchData kd;
- kd.gws0 = 32;
+ kd.gws0 = 16;
kd.gws1 = input_features * output_features;
kd.gws2 = x * y;
- kd.lws0 = 32;
+ kd.lws0 = 16;
kd.lws1 = 1;
kd.lws2 = 1;
kd.effiency = FORCE_PRIORITY_7;
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/deconvolution/deconvolution_kernel_base.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/deconvolution/deconvolution_kernel_base.cpp
index 5369d7ac0..cbc0bd780 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/deconvolution/deconvolution_kernel_base.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/deconvolution/deconvolution_kernel_base.cpp
@@ -57,6 +57,7 @@ namespace kernel_selector
MakeJitConstant("FILTER_ARRAY_NUM", dp.split),
MakeJitConstant("INPUT0_OFFSET_WITH_PADDING", input_offset_with_padding),
MakeJitConstant("DEPTHWISE_SEPARABLE_OPT", dp.depthwiseSeparableOpt),
+ MakeJitConstant("FUSED_ELTWISE", dp.fused_eltwise)
});
return jit;
@@ -114,13 +115,15 @@ namespace kernel_selector
return{};
}
- auto cldnn_jit = GetJitConstants(orgParams);
- auto entry_point = GetEntryPoint(kernelName, orgParams.layerID, options);
+ auto cldnn_jit = GetJitConstants(newParams);
+ auto entry_point = GetEntryPoint(kernelName, newParams.layerID, options);
auto jit = CreateJit(kernelName, cldnn_jit, entry_point);
auto& kernel = kd.kernels[0];
- FillCLKernelData(kernel, runInfo, kernelName, jit, entry_point, ROUND_ROBIN, true, !orgParams.bias.empty());
+ FillCLKernelData(kernel, runInfo, params.engineInfo, kernelName, jit, entry_point, ROUND_ROBIN, true, !newParams.bias.empty());
kernel.arguments.push_back({ ArgumentDescriptor::Types::SPLIT, 0 });
+ if (orgParams.fused_eltwise)
+ kernel.arguments.push_back({ ArgumentDescriptor::Types::INPUT, 1 });
kd.estimatedTime = runInfo.effiency;
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/deconvolution/deconvolution_kernel_base.h b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/deconvolution/deconvolution_kernel_base.h
index ac5baec0f..206614a70 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/deconvolution/deconvolution_kernel_base.h
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/deconvolution/deconvolution_kernel_base.h
@@ -34,6 +34,7 @@ namespace kernel_selector
uSize padding;
uint32_t split = 1;
bool depthwiseSeparableOpt = false;
+ bool fused_eltwise = false;
virtual std::string to_string() const override;
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/eltwise/eltwise_kernel_base.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/eltwise/eltwise_kernel_base.cpp
index 613fbb4f8..5feac0ca5 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/eltwise/eltwise_kernel_base.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/eltwise/eltwise_kernel_base.cpp
@@ -41,6 +41,22 @@ namespace kernel_selector
}
}
+ ParamsKey eltwise_params::GetParamsKey() const
+ {
+ ParamsKey k = base_params::GetParamsKey();
+ if (int8_quantization)
+ {
+ k.EnableInt8Quantization();
+ }
+
+ if (output_calibration)
+ {
+ k.EnableOutputCalibration();
+ }
+
+ return k;
+ }
+
bool EltwiseKernelBase::Validate(const Params& p, const optional_params& o) const
{
if (p.GetType() != KernelType::ELTWISE ||
@@ -56,7 +72,7 @@ namespace kernel_selector
return false;
}
- auto& operations = params.eltwiseParams.operations;
+ auto& operations = params.operations;
if (operations.size() == 0)
{
@@ -91,24 +107,24 @@ namespace kernel_selector
JitConstants jit = MakeBaseParamsJitConstants(params);
jit.AddConstants({
- MakeJitConstant("ELTWISE_LAYOUT_BASED", params.eltwiseParams.layoutBased),
- MakeJitConstant("QUANTIZATION_TERM", params.eltwiseParams.int8_quantization),
+ MakeJitConstant("ELTWISE_LAYOUT_BASED", params.layoutBased),
+ MakeJitConstant("QUANTIZATION_TERM", params.int8_quantization),
});
- if (params.eltwiseParams.int8_quantization)
+ if (params.int8_quantization)
{
- if (params.eltwiseParams.output_calibration)
+ if (params.output_calibration)
{
- jit.AddConstant(MakeJitConstant("CALIBRATION_TERM", params.eltwiseParams.output_calibration));
+ jit.AddConstant(MakeJitConstant("CALIBRATION_TERM", params.output_calibration));
jit.AddConstant(MakeJitConstant("O_QF", params.output_calibration_factors[0]));
}
else
- jit.AddConstants({ MakeJitConstant("O_QF", params.eltwiseParams.output_quantization_factor) });
+ jit.AddConstants({ MakeJitConstant("O_QF", params.output_quantization_factor) });
}
std::string inputs_decls, vload_decls;
- auto& updateInputs = params.eltwiseParams.updateInputIds;
+ auto& updateInputs = params.updateInputIds;
for (size_t i = 0; i < params.inputs.size(); i++)
{
@@ -143,8 +159,8 @@ namespace kernel_selector
std::string do_eltwise;
- auto& operations = params.eltwiseParams.operations;
- auto& coefficients = params.eltwiseParams.coefficients;
+ auto& operations = params.operations;
+ auto& coefficients = params.coefficients;
for (size_t op_num = 0; op_num < operations.size(); op_num++)
{
@@ -187,7 +203,7 @@ namespace kernel_selector
cast_type = "(MAKE_VECTOR_TYPE(UNIT_TYPE, 8))";
op = "const MAKE_VECTOR_TYPE(UNIT_TYPE, 8) tmp" + op_num_str + " = ";
}
- else if(params.eltwiseParams.int8_quantization)
+ else if(params.int8_quantization)
{
cast_type = "(int)";
op = "const int tmp" + op_num_str + " = ";
@@ -251,7 +267,7 @@ namespace kernel_selector
jit.AddConstant(MakeJitConstant("DO_ELTWISE", do_eltwise));
- if (params.eltwiseParams.layoutBased || params.eltwiseParams.int8_quantization)
+ if (params.layoutBased || params.int8_quantization)
{
jit.Merge(GetTensorFriendlyWorkGroupsJit(params.inputs[0]));
}
@@ -264,32 +280,27 @@ namespace kernel_selector
return GetJitConstantsCommon(params, false);
}
- KernelsData EltwiseKernelBase::GetCommonKernelsData(const Params& params, const optional_params& options) const
+ EltwiseKernelBase::DispatchData EltwiseKernelBase::SetDefault(const eltwise_params& params) const
{
- if (!Validate(params, options))
- {
- return{};
- }
-
- KernelData kd = KernelData::Default<eltwise_params>(params);
- eltwise_params& newParams = *static_cast<eltwise_params*>(kd.params.get());
+ DispatchData kd;
- auto entry_point = GetEntryPoint(kernelName, newParams.layerID, options);
- auto cldnn_jit = GetJitConstants(newParams);
- std::string jit = CreateJit(kernelName, cldnn_jit, entry_point);
-
- const auto& out = newParams.output;
- auto& kernel = kd.kernels[0];
- if (newParams.eltwiseParams.layoutBased || newParams.eltwiseParams.int8_quantization)
+ if (params.layoutBased || params.int8_quantization)
{
- kernel.workGroups.global = GetTensorFriendlyWorkGroups(newParams.inputs[0]);
+ auto global = GetTensorFriendlyWorkGroups(params.inputs[0]);
+ kd.gws0 = global[0];
+ kd.gws1 = global[1];
+ kd.gws2 = global[2];
}
- else if (CheckInputsOutputNoPitchSameDims(newParams))
+ else if (CheckInputsOutputNoPitchSameDims(params))
{
- kernel.workGroups.global = { newParams.inputs[0].LogicalSize(), 1, 1 };
+ kd.gws0 = params.inputs[0].LogicalSize();
+ kd.gws1 = 1;
+ kd.gws2 = 1;
}
else
{
+ const auto& out = params.output;
+
std::vector<size_t> gws;
for (const auto& o : out.GetDims())
{
@@ -301,11 +312,42 @@ namespace kernel_selector
gws.push_back(1U);
}
- kernel.workGroups.global = { gws[0], gws[1], gws[2] * gws[3] };
+ kd.gws0 = gws[0];
+ kd.gws1 = gws[1];
+ kd.gws2 = gws[2] * gws[3];
}
- kernel.workGroups.local = GetOptimalLocalWorkGroupSizes(kernel.workGroups.global);
- kernel.kernelString = GetKernelString(kernelName, jit, entry_point, ROUND_ROBIN);
- kernel.arguments = GetArgsDesc((uint32_t)newParams.inputs.size(), false, false, newParams.eltwiseParams.int8_quantization, newParams.eltwiseParams.output_calibration);
+
+ auto local = GetOptimalLocalWorkGroupSizes( { kd.gws0, kd.gws1, kd.gws2 } );
+ kd.lws0 = local[0];
+ kd.lws1 = local[1];
+ kd.lws2 = local[2];
+
+ return kd;
+ }
+
+ KernelsData EltwiseKernelBase::GetCommonKernelsData(const Params& params, const optional_params& options) const
+ {
+ if (!Validate(params, options))
+ {
+ return{};
+ }
+
+ KernelData kd = KernelData::Default<eltwise_params>(params);
+ eltwise_params& newParams = *static_cast<eltwise_params*>(kd.params.get());
+
+ auto entry_point = GetEntryPoint(kernelName, newParams.layerID, options);
+ auto cldnn_jit = GetJitConstants(newParams);
+ std::string jit = CreateJit(kernelName, cldnn_jit, entry_point);
+
+ DispatchData runInfo = SetDefault(newParams);
+
+ auto& kernel = kd.kernels[0];
+
+ kernel.workGroups.global = { runInfo.gws0, runInfo.gws1, runInfo.gws2 };
+ kernel.workGroups.local = { runInfo.lws0, runInfo.lws1, runInfo.lws2 };
+
+ kernel.kernelString = GetKernelString(kernelName, jit, entry_point, params.engineInfo, ROUND_ROBIN);
+ kernel.arguments = GetArgsDesc((uint32_t)newParams.inputs.size(), false, false, newParams.int8_quantization, newParams.output_calibration);
kd.estimatedTime = DONT_USE_IF_HAVE_SOMETHING_ELSE;
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/eltwise/eltwise_kernel_base.h b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/eltwise/eltwise_kernel_base.h
index 9d7127822..161140849 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/eltwise/eltwise_kernel_base.h
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/eltwise/eltwise_kernel_base.h
@@ -25,7 +25,7 @@ namespace kernel_selector
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
struct eltwise_params : public base_params
{
- eltwise_params() : base_params(KernelType::ELTWISE), eltwiseParams() {}
+ eltwise_params() : base_params(KernelType::ELTWISE) {}
struct InputType
{
@@ -87,35 +87,17 @@ namespace kernel_selector
uint32_t tmpId;
};
- struct DedicatedParams
- {
- std::vector<eltwise_params::Node> operations;
- std::vector<float> coefficients;
- std::vector<UpdateInputData> updateInputIds;
- bool layoutBased = false;
- bool int8_quantization = false;
- bool output_calibration = false;
- float output_quantization_factor = 1.0f;
- };
-
- DedicatedParams eltwiseParams;
+ std::vector<eltwise_params::Node> operations;
+ std::vector<float> coefficients;
+ std::vector<UpdateInputData> updateInputIds;
+
+ bool layoutBased = false;
+ bool int8_quantization = false;
+ bool output_calibration = false;
+ float output_quantization_factor = 1.0f;
+
MultiDataTensor output_calibration_factors;
-
- virtual ParamsKey GetParamsKey() const
- {
- ParamsKey k = base_params::GetParamsKey();
- if (eltwiseParams.int8_quantization)
- {
- k.EnableInt8Quantization();
- }
-
- if (eltwiseParams.output_calibration)
- {
- k.EnableOutputCalibration();
- }
-
- return k;
- }
+ virtual ParamsKey GetParamsKey() const;
};
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
@@ -141,6 +123,7 @@ namespace kernel_selector
protected:
virtual bool Validate(const Params& p, const optional_params& o) const override;
virtual JitConstants GetJitConstants(const eltwise_params& params) const;
+ virtual DispatchData SetDefault(const eltwise_params& params) const;
KernelsData GetCommonKernelsData(const Params& params, const optional_params& options) const;
};
}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/eltwise/eltwise_kernel_fs_bs_yx_bsv4_fsv32.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/eltwise/eltwise_kernel_fs_bs_yx_bsv4_fsv32.cpp
new file mode 100644
index 000000000..571a013ce
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/eltwise/eltwise_kernel_fs_bs_yx_bsv4_fsv32.cpp
@@ -0,0 +1,222 @@
+/*
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+*/
+
+#include "eltwise_kernel_fs_bs_yx_bsv4_fsv32.h"
+#include "kernel_selector_utils.h"
+
+namespace kernel_selector {
+
+ ParamsKey EltwiseKernel_fs_bs_yx_bsv4_fsv32::GetSupportedKey() const
+ {
+ ParamsKey k;
+ k.EnableInputDataType(Datatype::INT8);
+ k.EnableOutputDataType(Datatype::INT8);
+ k.EnableInputLayout(DataLayout::fs_bs_yx_bsv4_fsv32);
+ k.EnableOutputLayout(DataLayout::fs_bs_yx_bsv4_fsv32);
+ k.EnableTensorOffset();
+ k.EnableTensorPitches();
+ k.EnableBatching();
+ k.EnableInt8Quantization();
+ k.EnableOutputCalibration();
+ return k;
+ }
+
+ EltwiseKernelBase::DispatchData EltwiseKernel_fs_bs_yx_bsv4_fsv32::SetDefault(const eltwise_params& params) const
+ {
+ DispatchData kd;
+
+ kd.gws0 = params.output.X().v;
+ kd.gws1 = params.output.Y().v;
+ // we process 4 batches and 4 features per workitem
+ kd.gws2 = (params.output.Batch().v / 4) * (params.output.Feature().v / 4);
+ kd.lws0 = 1;
+ kd.lws1 = 1;
+ kd.lws2 = 8;
+
+ return kd;
+ }
+
+ JitConstants EltwiseKernel_fs_bs_yx_bsv4_fsv32::GetJitConstants(const eltwise_params& params) const
+ {
+ JitConstants jit = MakeBaseParamsJitConstants(params);
+
+ const size_t in_x_pitch = 32 * 4;
+ const size_t in_y_pitch = 32 * 4 * params.inputs[0].X().LogicalDimPadded();
+ const size_t in_b_block_pitch = in_y_pitch * params.inputs[0].Y().LogicalDimPadded();
+ const size_t in_f_block_pitch = in_b_block_pitch * ((params.inputs[0].Batch().v + 3) / 4);
+ const size_t in_offset = in_x_pitch * params.inputs[0].X().pad.before + in_y_pitch * params.inputs[0].Y().pad.before;
+
+ jit.AddConstant(MakeJitConstant("IN_X_PITCH", in_x_pitch));
+ jit.AddConstant(MakeJitConstant("IN_Y_PITCH", in_y_pitch));
+ jit.AddConstant(MakeJitConstant("IN_B_BLOCK_PITCH", in_b_block_pitch));
+ jit.AddConstant(MakeJitConstant("IN_F_BLOCK_PITCH", in_f_block_pitch));
+ jit.AddConstant(MakeJitConstant("IN_OFFSET", in_offset));
+
+ ///////////////
+ jit.AddConstants({
+ MakeJitConstant("ELTWISE_LAYOUT_BASED", params.layoutBased),
+ MakeJitConstant("QUANTIZATION_TERM", params.int8_quantization),
+ });
+
+ if (params.int8_quantization)
+ {
+ if (params.output_calibration)
+ {
+ jit.AddConstant(MakeJitConstant("CALIBRATION_TERM", params.output_calibration));
+ jit.AddConstant(MakeJitConstant("O_QF", params.output_calibration_factors[0]));
+
+ }
+ else
+ jit.AddConstants({ MakeJitConstant("O_QF", params.output_quantization_factor) });
+ }
+
+ std::string inputs_decls;
+ auto& updateInputs = params.updateInputIds;
+
+ for (size_t i = 0; i < params.inputs.size(); i++)
+ {
+ //const should be added only to inputs which will not be updated
+ std::string const_str = "const";
+ for (size_t update_input_idx = 0; update_input_idx < updateInputs.size(); update_input_idx++)
+ {
+ if (updateInputs[update_input_idx].inputId == i)
+ {
+ const_str = "";
+ break;
+ }
+ }
+
+ inputs_decls += const_str + " __global " + toCLType(params.inputs[i].GetDType()) + "* input" + std::to_string(i) + ", ";
+ }
+
+ jit.AddConstant(MakeJitConstant("INPUTS_DECLS", inputs_decls));
+ jit.AddConstant(MakeJitConstant("ELTWISE_NO_PITCH_SAME_DIMS", CheckInputsOutputNoPitchSameDims(params)));
+
+ std::string do_eltwise;
+
+ auto& operations = params.operations;
+ auto& coefficients = params.coefficients;
+
+ for (size_t op_num = 0; op_num < operations.size(); op_num++)
+ {
+ const std::string op_num_str = std::to_string(op_num);
+ const auto& ew = operations[op_num];
+
+ for (size_t input_idx = 0; input_idx < ew.inputs.size(); input_idx++)
+ {
+ const auto& input = ew.inputs[input_idx];
+ const std::string name = "INPUT_" + op_num_str + "_" + std::to_string(input_idx);
+ switch (input.mode)
+ {
+ case EltwiseInputMode::SCALAR:
+ jit.AddConstant(MakeJitConstant(name, input.scalar));
+ break;
+ case EltwiseInputMode::INPUT_BUFFER:
+ jit.AddConstant(MakeJitConstant(name, "GET_INPUT(input" + std::to_string(input.index) + ", INPUT" + std::to_string(input.index) + ")"));
+ break;
+ case EltwiseInputMode::OUTPUT_BUFFER:
+ jit.AddConstant(MakeJitConstant(name, "output[GET_INDEX(OUTPUT, )]"));
+ break;
+ case EltwiseInputMode::UNORDERED_ACCESS_INPUT_BUFFER:
+ jit.AddConstant(MakeJitConstant(name, "input" + std::to_string(input.index) + "[(size_t)tmp" + std::to_string(input.tmpIndex) + "]"));
+ break;
+ case EltwiseInputMode::INTERMEDIATE_RESULTS_INDEX:
+ jit.AddConstant(MakeJitConstant(name, "tmp" + std::to_string(input.tmpIndex)));
+ break;
+ default:
+ break;
+ }
+ }
+ std::string input0_str, input1_str, cast_type, op;
+
+ if (params.int8_quantization)
+ {
+ cast_type = "(int16)";
+ op = "const int16 tmp" + op_num_str + " = ";
+ }
+ else
+ {
+ cast_type = "(UNIT_TYPE)";
+ op = "const UNIT_TYPE tmp" + op_num_str + " = ";
+ }
+
+ input0_str = cast_type + "INPUT_" + op_num_str + "_0";
+ input1_str = cast_type + "INPUT_" + op_num_str + "_1";
+
+ if (ew.mode == EltwiseMode::ADD)
+ {
+ std::vector<std::string> coeff_strings(ew.inputs.size(), "");
+ for (size_t input_idx = 0; input_idx < ew.inputs.size(); input_idx++)
+ {
+ const auto& input = ew.inputs[input_idx];
+ if (input.mode == EltwiseInputMode::INPUT_BUFFER && input.index < coefficients.size())
+ {
+ const float c = coefficients[input.index];
+ if (c != 1.0f)
+ coeff_strings[input_idx] = cast_type + "(" + std::to_string(c) + ")*";
+ }
+ }
+
+ input0_str = coeff_strings[0] + input0_str;
+ input1_str = coeff_strings[1] + input1_str;
+ }
+
+
+ switch (ew.mode)
+ {
+ case EltwiseMode::ADD: op += input0_str + " + " + input1_str; break;
+ case EltwiseMode::SUB: op += input0_str + " - " + input1_str; break;
+ case EltwiseMode::MUL: op += input0_str + " * " + input1_str; break;
+ case EltwiseMode::DIV: op += input0_str + " / " + input1_str; break;
+ case EltwiseMode::MODULU: op += cast_type + "fmod(" + input0_str + ", " + input1_str + ")"; break;
+ case EltwiseMode::MIN: op += cast_type + "fmin(" + input0_str + ", " + input1_str + ")"; break;
+ case EltwiseMode::MAX: op += cast_type + "fmax(" + input0_str + ", " + input1_str + ")"; break;
+ case EltwiseMode::POW: op += cast_type + "pow(" + input0_str + ", " + input1_str + ")"; break;
+ case EltwiseMode::SQRT: op += cast_type + "sqrt(" + input0_str + ")"; break;
+ case EltwiseMode::RSQRT: op += cast_type + "1/sqrt(" + input0_str + ")"; break;
+ case EltwiseMode::ASSIGN: op += input0_str; break;
+ default:
+ break;
+ }
+
+ std::string opname = "OPERATION" + op_num_str;
+ jit.AddConstant(MakeJitConstant(opname, op));
+ do_eltwise += "\\\n\t" + opname + ";";
+ }
+
+ for (size_t update_input_idx = 0; update_input_idx < updateInputs.size(); update_input_idx++)
+ do_eltwise += "\\\n\tinput" + std::to_string(updateInputs[update_input_idx].inputId) +
+ "[GET_INDEX(INPUT, " + std::to_string(updateInputs[update_input_idx].inputId) +
+ ")] = tmp" + std::to_string(updateInputs[update_input_idx].tmpId) + ";";
+
+ do_eltwise += "\\\n\tres = tmp" + std::to_string(operations.size() - 1) + ";";
+
+ jit.AddConstant(MakeJitConstant("DO_ELTWISE", do_eltwise));
+
+ if (params.layoutBased || params.int8_quantization)
+ {
+ jit.Merge(GetTensorFriendlyWorkGroupsJit(params.inputs[0]));
+ }
+
+ ///////////////
+ return jit;
+ }
+
+ KernelsData EltwiseKernel_fs_bs_yx_bsv4_fsv32::GetKernelsData(const Params& params, const optional_params& options) const
+ {
+ return GetCommonKernelsData(params, options);
+ }
+} \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/eltwise/eltwise_kernel_fs_bs_yx_bsv4_fsv32.h b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/eltwise/eltwise_kernel_fs_bs_yx_bsv4_fsv32.h
new file mode 100644
index 000000000..b1fb3e950
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/eltwise/eltwise_kernel_fs_bs_yx_bsv4_fsv32.h
@@ -0,0 +1,35 @@
+/*
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+*/
+
+#pragma once
+
+#include "eltwise_kernel_base.h"
+
+namespace kernel_selector
+{
+ class EltwiseKernel_fs_bs_yx_bsv4_fsv32 : public EltwiseKernelBase
+ {
+ public:
+ EltwiseKernel_fs_bs_yx_bsv4_fsv32() : EltwiseKernelBase("eltwise_fs_bs_yx_bsv4_fsv32") {}
+ virtual ~EltwiseKernel_fs_bs_yx_bsv4_fsv32() {}
+
+ virtual KernelsData GetKernelsData(const Params& params, const optional_params& options) const override;
+ virtual ParamsKey GetSupportedKey() const override;
+ protected:
+ JitConstants GetJitConstants(const eltwise_params& params) const override;
+ virtual DispatchData SetDefault(const eltwise_params& params) const override;
+ };
+} \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/eltwise/eltwise_kernel_ref.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/eltwise/eltwise_kernel_ref.cpp
index 3840f463e..3a7776575 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/eltwise/eltwise_kernel_ref.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/eltwise/eltwise_kernel_ref.cpp
@@ -22,8 +22,16 @@ namespace kernel_selector {
ParamsKey EltwiseKernelRef::GetSupportedKey() const
{
ParamsKey k;
- k.EnableAllInputDataType();
- k.EnableAllOutputDataType();
+ k.EnableInputDataType(Datatype::F16);
+ k.EnableInputDataType(Datatype::F32);
+ k.EnableInputDataType(Datatype::INT8);
+ k.EnableInputDataType(Datatype::INT32);
+ k.EnableInputDataType(Datatype::INT64);
+ k.EnableOutputDataType(Datatype::F16);
+ k.EnableOutputDataType(Datatype::F32);
+ k.EnableOutputDataType(Datatype::INT8);
+ k.EnableOutputDataType(Datatype::INT32);
+ k.EnableOutputDataType(Datatype::INT64);
k.EnableDifferentTypes();
k.EnableAllInputLayout();
k.EnableAllOutputLayout();
@@ -35,6 +43,25 @@ namespace kernel_selector {
return k;
}
+ bool EltwiseKernelRef::Validate(const Params& p, const optional_params& o) const
+ {
+ if (!EltwiseKernelBase::Validate(p, o))
+ {
+ return false;
+ }
+
+ const eltwise_params& params = static_cast<const eltwise_params&>(p);
+ for (size_t i = 0; i < params.inputs.size(); i++)
+ {
+ if (params.inputs[i].GetLayout() == DataLayout::fs_bs_yx_bsv4_fsv32)
+ return false;
+ }
+ if (params.output.GetLayout() == DataLayout::fs_bs_yx_bsv4_fsv32)
+ return false;
+
+ return true;
+ }
+
KernelsData EltwiseKernelRef::GetKernelsData(const Params& params, const optional_params& options) const
{
return GetCommonKernelsData(params, options);
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/eltwise/eltwise_kernel_ref.h b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/eltwise/eltwise_kernel_ref.h
index 2249dc8c9..c2ccf054d 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/eltwise/eltwise_kernel_ref.h
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/eltwise/eltwise_kernel_ref.h
@@ -28,5 +28,8 @@ namespace kernel_selector
virtual KernelsData GetKernelsData(const Params& params, const optional_params& options) const override;
virtual ParamsKey GetSupportedKey() const override;
+ protected:
+ bool Validate(const Params& p, const optional_params& o) const override;
+
};
} \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/eltwise/eltwise_kernel_selector.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/eltwise/eltwise_kernel_selector.cpp
index d71deddfb..cf7565216 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/eltwise/eltwise_kernel_selector.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/eltwise/eltwise_kernel_selector.cpp
@@ -17,13 +17,15 @@
#include "eltwise_kernel_selector.h"
#include "eltwise_kernel_ref.h"
#include "eltwise_kernel_vload8.h"
-
+#include "eltwise_kernel_fs_bs_yx_bsv4_fsv32.h"
+
namespace kernel_selector
{
eltwise_kernel_selector::eltwise_kernel_selector()
{
Attach<EltwiseKernelRef>();
Attach<EltwiseKernel_vload8>();
+ Attach<EltwiseKernel_fs_bs_yx_bsv4_fsv32>();
}
KernelsData eltwise_kernel_selector::GetBestKernels(const Params& params, const optional_params& options) const
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/eltwise/eltwise_kernel_vload8.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/eltwise/eltwise_kernel_vload8.cpp
index 934bc44cd..5ceb75084 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/eltwise/eltwise_kernel_vload8.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/eltwise/eltwise_kernel_vload8.cpp
@@ -45,6 +45,15 @@ namespace kernel_selector {
}
const auto& ewParams = static_cast<const eltwise_params&>(params);
+
+ for (size_t i = 0; i < ewParams.inputs.size(); i++)
+ {
+ if (ewParams.inputs[i].GetLayout() == DataLayout::fs_bs_yx_bsv4_fsv32)
+ return false;
+ }
+ if (ewParams.output.GetLayout() == DataLayout::fs_bs_yx_bsv4_fsv32)
+ return false;
+
const auto& output = ewParams.output;
const auto count = output.PhysicalSize();
@@ -62,16 +71,16 @@ namespace kernel_selector {
//TODO: add support to this implementation when user requests input values updates
bool bCheckUpdateInput = true;
- if (!ewParams.eltwiseParams.updateInputIds.empty())
+ if (!ewParams.updateInputIds.empty())
bCheckUpdateInput = false;
//TODO: add support for reading from output buffer and using its values in computation
bool bCheckUseOutput = true;
- for (size_t op = 0; op < ewParams.eltwiseParams.operations.size(); op++)
+ for (size_t op = 0; op < ewParams.operations.size(); op++)
{
- for (size_t input_idx = 0; input_idx < ewParams.eltwiseParams.operations[op].inputs.size(); input_idx++)
+ for (size_t input_idx = 0; input_idx < ewParams.operations[op].inputs.size(); input_idx++)
{
- if (ewParams.eltwiseParams.operations[op].inputs[input_idx].mode == EltwiseInputMode::OUTPUT_BUFFER)
+ if (ewParams.operations[op].inputs[input_idx].mode == EltwiseInputMode::OUTPUT_BUFFER)
{
bCheckUseOutput = false;
break;
@@ -114,7 +123,7 @@ namespace kernel_selector {
auto& kernel = kd.kernels[0];
kernel.workGroups.global = { std::max(newParams.inputs[0].LogicalSize()/8, (size_t)1), 1, 1 };
kernel.workGroups.local = GetOptimalLocalWorkGroupSizes(kernel.workGroups.global);
- kernel.kernelString = GetKernelString(kernelName, jit, entry_point, ROUND_ROBIN);
+ kernel.kernelString = GetKernelString(kernelName, jit, entry_point, params.engineInfo, ROUND_ROBIN);
kernel.arguments = GetArgsDesc((uint32_t)newParams.inputs.size(), false, false);
kd.estimatedTime = FORCE_PRIORITY_8;
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/embed/embed_kernel_ref.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/embed/embed_kernel_ref.cpp
index d4c9b126c..f126daa94 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/embed/embed_kernel_ref.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/embed/embed_kernel_ref.cpp
@@ -103,7 +103,7 @@ namespace kernel_selector
auto& kernel = kd.kernels[0];
- FillCLKernelData(kernel, runInfo, kernelName, jit, entry_point, ROUND_ROBIN, true, !newParams.bias.empty());
+ FillCLKernelData(kernel, runInfo, params.engineInfo, kernelName, jit, entry_point, ROUND_ROBIN, true, !newParams.bias.empty());
kd.estimatedTime = runInfo.effiency;
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/fully_connected/fully_connected_kernel_base.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/fully_connected/fully_connected_kernel_base.cpp
index 6702ebc69..20e6e8dca 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/fully_connected/fully_connected_kernel_base.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/fully_connected/fully_connected_kernel_base.cpp
@@ -49,7 +49,7 @@ namespace kernel_selector
std::unique_ptr<FullyConnectedKernelBase::DispatchData> FullyConnectedKernelBase::SetDefault(const fully_connected_params& params) const
{
- std::unique_ptr<DispatchData> dispatchData = std::make_unique<DispatchData>();
+ std::unique_ptr<DispatchData> dispatchData = std::unique_ptr<DispatchData>(new DispatchData());
dispatchData->fp16UnitUsed = params.inputs[0].GetDType() == Datatype::F16;
// Determine global work sizes.
@@ -122,10 +122,10 @@ namespace kernel_selector
std::string jit = CreateJit(kernelName, cldnn_jit, entry_point);
auto& kernel = kd.kernels[0];
- FillCLKernelData(kernel, *runInfo.get(), kernelName, jit, entry_point, ROUND_ROBIN, true, !orgParams.bias.empty(), 1, newParams.int8_quantization, newParams.output_calibration);
+ FillCLKernelData(kernel, *runInfo.get(), params.engineInfo, kernelName, jit, entry_point, ROUND_ROBIN, true, !orgParams.bias.empty(), 1, newParams.int8_quantization, newParams.output_calibration);
kd.estimatedTime = estimated_time;
kd.autoTuneIndex = -1;
return{ kd };
}
-} \ No newline at end of file
+}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/fully_connected/fully_connected_kernel_bs_f_bsv16_b1.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/fully_connected/fully_connected_kernel_bs_f_bsv16_b1.cpp
index 0f836133b..b98b528a8 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/fully_connected/fully_connected_kernel_bs_f_bsv16_b1.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/fully_connected/fully_connected_kernel_bs_f_bsv16_b1.cpp
@@ -60,7 +60,7 @@ namespace kernel_selector
std::unique_ptr<FullyConnected_bs_f_bsv16_b1::FullyConnectedKernelBase::DispatchData> FullyConnected_bs_f_bsv16_b1::SetDefault(const fully_connected_params& arg) const
{
- auto run_info = std::make_unique<DispatchData>(*FullyConnectedKernelBase::SetDefault(arg).get());
+ auto run_info = std::unique_ptr<DispatchData>(new DispatchData(*FullyConnectedKernelBase::SetDefault(arg)));
// Properties of chunk and unit.
const char* chunk_type = "uint";
@@ -100,4 +100,4 @@ namespace kernel_selector
{
return GetCommonKernelsData(params, optParams, DataLayout::bf, {WeightsLayout::os_i_osv16}, FORCE_PRIORITY_5);
}
-} \ No newline at end of file
+}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/fully_connected/fully_connected_kernel_fb_io_block.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/fully_connected/fully_connected_kernel_fb_io_block.cpp
index 1ceb3ebc9..b32c8a54e 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/fully_connected/fully_connected_kernel_fb_io_block.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/fully_connected/fully_connected_kernel_fb_io_block.cpp
@@ -37,7 +37,7 @@ namespace kernel_selector
std::unique_ptr<FullyConnected_fb_io_block::FullyConnectedKernelBase::DispatchData> FullyConnected_fb_io_block::SetDefault(const fully_connected_params& arg) const
{
- auto kd = std::make_unique<DispatchData>(*FullyConnectedKernelBase::SetDefault(arg).get());
+ auto kd = std::unique_ptr<DispatchData>(new DispatchData(*FullyConnectedKernelBase::SetDefault(arg)));
const auto& output = arg.output;
auto batch_size = output.Batch().v;
@@ -146,4 +146,4 @@ namespace kernel_selector
// return GetCommonKernelsData(params, optParams, DataLayout::fb, WeightsLayout::io, estimated_time);
return GetCommonKernelsData(params, optParams, DataLayout::yxfb, { WeightsLayout::yxio }, estimated_time);
}
-} \ No newline at end of file
+}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/fully_connected/fully_connected_kernel_mmad_batched.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/fully_connected/fully_connected_kernel_mmad_batched.cpp
new file mode 100644
index 000000000..46e4dea8d
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/fully_connected/fully_connected_kernel_mmad_batched.cpp
@@ -0,0 +1,117 @@
+/*
+// Copyright (c) 2016 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+*/
+
+#include "fully_connected_kernel_mmad_batched.h"
+#include "kernel_selector_utils.h"
+
+namespace kernel_selector
+{
+ ParamsKey FullyConnected_mmad_batched::GetSupportedKey() const
+ {
+ ParamsKey k;
+ k.EnableInputDataType(Datatype::INT8);
+ k.EnableOutputDataType(Datatype::INT8);
+ k.EnableInputWeightsType(WeightsType::INT8);
+ k.EnableInputLayout(DataLayout::fs_bs_yx_bsv4_fsv32);
+ k.EnableOutputLayout(DataLayout::fs_bs_yx_bsv4_fsv32);
+ k.EnableOutputLayout(DataLayout::bf);
+ k.EnableBiasPerOutput();
+ k.EnableBiasPerFeature();
+ k.EnableNonBiasTerm();
+ k.EnableTensorOffset();
+ k.EnableTensorPitches();
+ k.EnableBatching();
+ k.EnableInt8Quantization();
+ k.EnableOutputCalibration();
+ return k;
+ }
+
+ bool FullyConnected_mmad_batched::Validate(const Params& p, const optional_params& o) const
+ {
+ if (!FullyConnectedKernelBase::Validate(p, o))
+ {
+ return false;
+ }
+
+ const auto& params = static_cast<const fully_connected_params&>(p);
+
+ // we do not support padded input
+ if (params.inputs[0].X().pad.Total() != 0 || params.inputs[0].Y().pad.Total() != 0)
+ return false;
+
+ size_t batch = params.inputs[0].Batch().v;
+ // batch must be a multiple of 8
+ if (batch % 8 != 0)
+ {
+ return false;
+ }
+
+ return true;
+ }
+
+ JitConstants FullyConnected_mmad_batched::GetJitConstants(const fully_connected_params& params, const DispatchData& runInfo) const
+ {
+ auto jit = Parent::GetJitConstants(params, runInfo);
+
+ jit.AddConstant(MakeJitConstant("SUB_GROUP_SIZE", runInfo.lws1));
+
+ // pitch for special block format used in this kernel
+ const size_t ifm_32_aligned = Align(params.weights.IFM().v, 32);
+ const size_t filter_ofm_block_pitch = (ifm_32_aligned / 32) * params.weights.X().v * params.weights.Y().v * 4 * 8 * 8;
+ jit.AddConstant(MakeJitConstant("FILTER_OFM_BLOCK_PITCH", filter_ofm_block_pitch));
+
+ const size_t in_x_pitch = 32 * 4;
+ const size_t in_y_pitch = 32 * 4 * params.inputs[0].X().LogicalDimPadded();
+ const size_t in_b_block_pitch = in_y_pitch * params.inputs[0].Y().LogicalDimPadded();
+ const size_t in_f_block_pitch = in_b_block_pitch * ((params.inputs[0].Batch().v + 3) / 4);
+ const size_t in_offset = in_x_pitch * params.inputs[0].X().pad.before + in_y_pitch * params.inputs[0].Y().pad.before;
+
+ jit.AddConstant(MakeJitConstant("IN_X_PITCH", in_x_pitch));
+ jit.AddConstant(MakeJitConstant("IN_Y_PITCH", in_y_pitch));
+ jit.AddConstant(MakeJitConstant("IN_B_BLOCK_PITCH", in_b_block_pitch));
+ jit.AddConstant(MakeJitConstant("IN_F_BLOCK_PITCH", in_f_block_pitch));
+ jit.AddConstant(MakeJitConstant("IN_OFFSET", in_offset));
+
+ return jit;
+ }
+
+ std::unique_ptr<FullyConnected_mmad_batched::Parent::DispatchData> FullyConnected_mmad_batched::SetDefault(const fully_connected_params& params) const
+ {
+ auto runInfo = Parent::SetDefault(params);
+
+ constexpr size_t sub_group_size = 8;
+
+ const auto of_maps = params.output.Feature().v;
+ const size_t of_threads_per_batch = RoundUp(of_maps, sub_group_size);
+
+ runInfo->gws0 = params.output.Batch().v / 8; // we process 8 batches in a single WG
+ runInfo->gws1 = of_threads_per_batch;
+ runInfo->gws2 = 1;
+
+ runInfo->lws0 = 1;
+ runInfo->lws1 = sub_group_size;
+ runInfo->lws2 = 1;
+
+ runInfo->effiency = FORCE_PRIORITY_1;
+ return std::move(runInfo);
+ }
+
+ KernelsData FullyConnected_mmad_batched::GetKernelsData(const Params& params, const optional_params& options) const
+ {
+ return GetCommonKernelsData(params, options, DataLayout::fs_bs_yx_bsv4_fsv32,
+ { WeightsLayout::os_is_yx_isa8_osv8_isv4 }, FORCE_PRIORITY_1);
+ }
+} \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/fully_connected/fully_connected_kernel_mmad_batched.h b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/fully_connected/fully_connected_kernel_mmad_batched.h
new file mode 100644
index 000000000..61af89f19
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/fully_connected/fully_connected_kernel_mmad_batched.h
@@ -0,0 +1,38 @@
+/*
+// Copyright (c) 2016 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+*/
+
+#pragma once
+
+#include "fully_connected_kernel_base.h"
+
+namespace kernel_selector {
+
+ class FullyConnected_mmad_batched : public FullyConnectedKernelBase
+ {
+ public:
+ using Parent = FullyConnectedKernelBase;
+
+ FullyConnected_mmad_batched() : Parent("fully_connected_gpu_mmad_batched") {}
+
+ KernelsData GetKernelsData(const Params& params, const optional_params& options) const override;
+ ParamsKey GetSupportedKey() const override;
+
+ protected:
+ bool Validate(const Params& p, const optional_params& o) const override;
+ JitConstants GetJitConstants(const fully_connected_params& params, const DispatchData& kd) const override;
+ std::unique_ptr<DispatchData> SetDefault(const fully_connected_params& params) const override;
+ };
+} \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/fully_connected/fully_connected_kernel_selector.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/fully_connected/fully_connected_kernel_selector.cpp
index d7c1a1a85..529e1ca33 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/fully_connected/fully_connected_kernel_selector.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/fully_connected/fully_connected_kernel_selector.cpp
@@ -30,6 +30,7 @@
#include "fully_connected_kernel_bf_io_input_spatial.h"
#include "fully_connected_kernel_image_tutorial.h"
#include "fully_connected_kernel_MMAD.h"
+#include "fully_connected_kernel_mmad_batched.h"
namespace kernel_selector {
@@ -49,6 +50,7 @@ namespace kernel_selector {
Attach<FullyConnected_fb_io_b8_f8>();
Attach<FullyConnected_bf_io_input_spatial>();
Attach<FullyConnectedKernelMMAD>();
+ Attach<FullyConnected_mmad_batched>();
}
KernelsData fully_connected_kernel_selector::GetBestKernels(const Params& params, const optional_params& options) const
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/fully_connected_grad_input/fully_connected_grad_input_kernel_base.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/fully_connected_grad_input/fully_connected_grad_input_kernel_base.cpp
index 94d0b4751..e40848af7 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/fully_connected_grad_input/fully_connected_grad_input_kernel_base.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/fully_connected_grad_input/fully_connected_grad_input_kernel_base.cpp
@@ -80,7 +80,7 @@ namespace kernel_selector
auto jit = CreateJit(kernelName, cldnn_jit, entry_point);
auto& kernel = kd.kernels[0];
- FillCLKernelData(kernel, runInfo, kernelName, jit, entry_point, ROUND_ROBIN, true, !orgParams.bias.empty());
+ FillCLKernelData(kernel, runInfo, params.engineInfo, kernelName, jit, entry_point, ROUND_ROBIN, true, !orgParams.bias.empty());
kernel.arguments.push_back({ ArgumentDescriptor::Types::INPUT, 1 });
kd.estimatedTime = runInfo.effiency;
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/fully_connected_grad_weights/fully_connected_grad_weights_kernel_base.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/fully_connected_grad_weights/fully_connected_grad_weights_kernel_base.cpp
index 55d8bdf88..67328ac99 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/fully_connected_grad_weights/fully_connected_grad_weights_kernel_base.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/fully_connected_grad_weights/fully_connected_grad_weights_kernel_base.cpp
@@ -82,7 +82,7 @@ namespace kernel_selector
auto jit = CreateJit(kernelName, cldnn_jit, entry_point);
auto& kernel = kd.kernels[0];
- FillCLKernelData(kernel, runInfo, kernelName, jit, entry_point, ROUND_ROBIN, true, !orgParams.bias.empty());
+ FillCLKernelData(kernel, runInfo, params.engineInfo, kernelName, jit, entry_point, ROUND_ROBIN, true, !orgParams.bias.empty());
if (orgParams.use_momentum)
{
kernel.arguments.push_back({ ArgumentDescriptor::Types::PREV_WEIGHTS_GRADIENT, 0 });
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/fully_connected_grad_weights/fully_connected_grad_weights_kernel_ref.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/fully_connected_grad_weights/fully_connected_grad_weights_kernel_ref.cpp
index 9ec0f8e17..bb8380457 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/fully_connected_grad_weights/fully_connected_grad_weights_kernel_ref.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/fully_connected_grad_weights/fully_connected_grad_weights_kernel_ref.cpp
@@ -24,7 +24,6 @@ namespace kernel_selector
ParamsKey k;
k.EnableInputDataType(Datatype::F16);
k.EnableInputDataType(Datatype::F32);
- k.EnableInputWeightsType(WeightsType::F16);
k.EnableInputWeightsType(WeightsType::F32);
k.EnableOutputDataType(Datatype::F16);
k.EnableOutputDataType(Datatype::F32);
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/gemm/gemm_kernel_base.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/gemm/gemm_kernel_base.cpp
new file mode 100644
index 000000000..12af8a1c5
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/gemm/gemm_kernel_base.cpp
@@ -0,0 +1,98 @@
+/*
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+*/
+
+#include "gemm_kernel_base.h"
+
+#include "kernel_selector_utils.h"
+
+
+namespace kernel_selector
+{
+ JitConstants GemmKernelBase::GetJitConstants(const gemm_params& params) const
+ {
+ JitConstants jit = MakeBaseParamsJitConstants(params);
+
+ jit.AddConstants({
+ MakeJitConstant("X1", params.inputs[0].X().v),
+ MakeJitConstant("Y1", params.inputs[0].Y().v),
+ MakeJitConstant("X2", params.inputs[1].X().v),
+ MakeJitConstant("Y2", params.inputs[1].Y().v),
+ MakeJitConstant("ALPHA", params.alpha),
+ MakeJitConstant("BETA", params.beta),
+ MakeJitConstant("TRANSPOSE_INPUT1", params.transpose_input1),
+ MakeJitConstant("TRANSPOSE_INPUT2", params.transpose_input2),
+ });
+
+ if (params.inputs.size() > 2)
+ {
+ jit.AddConstants({MakeJitConstant("OUT_BIAS_TERM", true),});
+ }
+ else
+ jit.AddConstants({ MakeJitConstant("OUT_BIAS_TERM", false)});
+
+ return jit;
+ }
+
+ GemmKernelBase::DispatchData GemmKernelBase::SetDefault(const gemm_params& params) const
+ {
+ const auto& output = params.output;
+
+ DispatchData kd;
+
+ kd.fp16UnitUsed = params.inputs[0].GetDType() == Datatype::F16;
+ std::vector<size_t> global{ params.inputs[0].Y().v, params.inputs[1].X().v, output.Batch().v };
+
+ if (params.transpose_input1 && params.transpose_input2)
+ global ={ params.inputs[0].X().v, params.inputs[1].Y().v, output.Batch().v };
+ else if(params.transpose_input1)
+ global = { params.inputs[0].X().v, params.inputs[1].X().v, output.Batch().v };
+ else if (params.transpose_input2)
+ global = { params.inputs[0].Y().v, params.inputs[1].Y().v, output.Batch().v };
+
+ const auto& local = GetOptimalLocalWorkGroupSizes(global);
+
+ kd.gws0 = global[0];
+ kd.gws1 = global[1];
+ kd.gws2 = global[2];
+
+ kd.lws0 = local[0];
+ kd.lws1 = local[1];
+ kd.lws2 = local[2];
+
+ return kd;
+ }
+
+ KernelsData GemmKernelBase::GetCommonKernelsData(const Params& params, const optional_params& options, float estimated_time) const
+ {
+ assert(params.GetType() == KernelType::GEMM);
+
+ const auto& prim_params = static_cast<const gemm_params&>(params);
+
+ auto run_info = SetDefault(prim_params);
+ KernelData k_data = KernelData::Default<gemm_params>(params);
+
+ auto cldnn_jit = GetJitConstants(prim_params);
+ auto entry_point = GetEntryPoint(kernelName, prim_params.layerID, options);
+ auto jit = CreateJit(kernelName, cldnn_jit, entry_point);
+
+ auto& kernel = k_data.kernels[0];
+ FillCLKernelData(kernel, run_info, params.engineInfo, kernelName, jit, entry_point, ROUND_ROBIN, false, false, (uint32_t)prim_params.inputs.size());
+
+ k_data.estimatedTime = estimated_time;
+
+ return { k_data };
+ }
+} \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/gemm/gemm_kernel_base.h b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/gemm/gemm_kernel_base.h
new file mode 100644
index 000000000..643a0bec7
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/gemm/gemm_kernel_base.h
@@ -0,0 +1,69 @@
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+#pragma once
+
+#include "common_kernel_base.h"
+#include "kernel_selector_params.h"
+
+
+namespace kernel_selector
+{
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ // gemm_params
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ struct gemm_params : public base_params
+ {
+ gemm_params() :
+ base_params(KernelType::GEMM),
+ alpha(1.0f),
+ beta(0.0f),
+ transpose_input1(false),
+ transpose_input2(false)
+ {}
+
+ float alpha;
+ float beta;
+ bool transpose_input1;
+ bool transpose_input2;
+
+ };
+
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ // gemm_optional_params
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ struct gemm_optional_params : optional_params
+ {
+ gemm_optional_params()
+ : optional_params(KernelType::GEMM)
+ {
+ }
+ };
+
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ // BorderKernelBase
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ class GemmKernelBase : public common_kernel_base
+ {
+ public:
+ using common_kernel_base::common_kernel_base;
+
+ using DispatchData = CommonDispatchData;
+
+ protected:
+ JitConstants GetJitConstants(const gemm_params& params) const;
+ DispatchData SetDefault(const gemm_params& params) const;
+ KernelsData GetCommonKernelsData(const Params& params, const optional_params&, float estimated_time) const;
+ };
+}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/gemm/gemm_kernel_ref.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/gemm/gemm_kernel_ref.cpp
new file mode 100644
index 000000000..585d9d90d
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/gemm/gemm_kernel_ref.cpp
@@ -0,0 +1,41 @@
+/*
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+*/
+
+#include "gemm_kernel_ref.h"
+
+namespace kernel_selector
+{
+ ParamsKey GemmKernelRef::GetSupportedKey() const
+ {
+ ParamsKey k;
+
+ k.EnableInputDataType(Datatype::F16);
+ k.EnableInputDataType(Datatype::F32);
+ k.EnableOutputDataType(Datatype::F32);
+ k.EnableOutputDataType(Datatype::F16);
+ k.EnableInputLayout(DataLayout::bfyx);
+ k.EnableOutputLayout(DataLayout::bfyx);
+
+ k.EnableBatching();
+
+ return k;
+ }
+
+ KernelsData GemmKernelRef::GetKernelsData(const Params& params, const optional_params& options) const
+ {
+ return GetCommonKernelsData(params, options, FORCE_PRIORITY_9);
+ }
+} \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/gemm/gemm_kernel_ref.h b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/gemm/gemm_kernel_ref.h
new file mode 100644
index 000000000..89727597d
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/gemm/gemm_kernel_ref.h
@@ -0,0 +1,30 @@
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+#pragma once
+
+#include "gemm_kernel_base.h"
+
+
+namespace kernel_selector
+{
+ class GemmKernelRef : public GemmKernelBase
+ {
+ public:
+ GemmKernelRef() : GemmKernelBase("gemm_ref") {}
+
+ KernelsData GetKernelsData(const Params& params, const optional_params& options) const override;
+ ParamsKey GetSupportedKey() const override;
+ };
+}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/gemm/gemm_kernel_selector.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/gemm/gemm_kernel_selector.cpp
new file mode 100644
index 000000000..a31f3cb9f
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/gemm/gemm_kernel_selector.cpp
@@ -0,0 +1,31 @@
+/*
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+*/
+
+#include "gemm_kernel_selector.h"
+#include "gemm_kernel_ref.h"
+
+namespace kernel_selector
+{
+ gemm_kernel_selector::gemm_kernel_selector()
+ {
+ Attach<GemmKernelRef>();
+ }
+
+ KernelsData gemm_kernel_selector::GetBestKernels(const Params& params, const optional_params& options) const
+ {
+ return GetNaiveBestKernel(params, options, KernelType::GEMM);
+ }
+} \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/gemm/gemm_kernel_selector.h b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/gemm/gemm_kernel_selector.h
new file mode 100644
index 000000000..7a7896afd
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/gemm/gemm_kernel_selector.h
@@ -0,0 +1,35 @@
+/*
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+*/
+
+#pragma once
+
+#include "kernel_selector.h"
+
+namespace kernel_selector
+{
+ class gemm_kernel_selector : public kernel_selector_base
+ {
+ public:
+ static gemm_kernel_selector &Instance() {
+ static gemm_kernel_selector instance;
+ return instance;
+ }
+
+ gemm_kernel_selector();
+
+ KernelsData GetBestKernels(const Params& params, const optional_params& options) const override;
+ };
+} \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/index_select/index_select_kernel_base.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/index_select/index_select_kernel_base.cpp
new file mode 100644
index 000000000..c0dc0851c
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/index_select/index_select_kernel_base.cpp
@@ -0,0 +1,86 @@
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+
+#include "index_select_kernel_base.h"
+
+#include "kernel_selector_utils.h"
+
+
+namespace kernel_selector
+{
+ JitConstants IndexSelectKernelBase::GetJitConstants(const index_select_params& params)
+ {
+ JitConstants jit = MakeBaseParamsJitConstants(params);
+
+ jit.AddConstant(MakeJitConstant(toString(params.axis), ""));
+
+ return jit;
+ }
+
+ IndexSelectKernelBase::DispatchData IndexSelectKernelBase::SetDefault(const index_select_params& params)
+ {
+ const auto& output = params.output;
+ const auto& indices = params.inputs.at(1);
+ DispatchData kd;
+
+ kd.fp16UnitUsed = params.inputs[0].GetDType() == Datatype::F16;
+
+ std::vector<size_t> global;
+ if (params.axis == IndexSelectAxis::BATCH)
+ {
+ global = { 1, indices.X().v, output.Feature().v };
+ }
+ else if (params.axis == IndexSelectAxis::X || params.axis == IndexSelectAxis::Y)
+ {
+ global = { output.Batch().v, indices.X().v, output.Feature().v };
+ }
+ else if(params.axis == IndexSelectAxis::FEATURE)
+ {
+ global = { output.Batch().v, indices.X().v, output.Y().v };
+ }
+ const auto& local = GetOptimalLocalWorkGroupSizes(global);
+
+ kd.gws0 = global[0];
+ kd.gws1 = global[1];
+ kd.gws2 = global[2];
+
+ kd.lws0 = local[0];
+ kd.lws1 = local[1];
+ kd.lws2 = local[2];
+
+ return kd;
+ }
+
+ KernelsData IndexSelectKernelBase::GetCommonKernelsData(const Params& params, const optional_params& options, float estimated_time) const
+ {
+ assert(params.GetType() == KernelType::INDEX_SELECT);
+
+ const auto& prim_params = static_cast<const index_select_params&>(params); // NOLINT(cppcoreguidelines-pro-type-static-cast-downcast)
+
+ auto run_info = SetDefault(prim_params);
+ KernelData k_data = KernelData::Default<index_select_params>(params);
+
+ auto cldnn_jit = GetJitConstants(prim_params);
+ auto entry_point = GetEntryPoint(kernelName, prim_params.layerID, options);
+ auto jit = CreateJit(kernelName, cldnn_jit, entry_point);
+
+ auto& kernel = k_data.kernels[0];
+ FillCLKernelData(kernel, run_info, params.engineInfo, kernelName, jit, entry_point, ROUND_ROBIN, false, false, (uint32_t)prim_params.inputs.size());
+
+ k_data.estimatedTime = estimated_time;
+
+ return {k_data};
+ }
+}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/index_select/index_select_kernel_base.h b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/index_select/index_select_kernel_base.h
new file mode 100644
index 000000000..c7abe43bc
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/index_select/index_select_kernel_base.h
@@ -0,0 +1,61 @@
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+#pragma once
+
+#include "common_kernel_base.h"
+#include "kernel_selector_params.h"
+
+
+namespace kernel_selector
+{
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ // index_select_params
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ struct index_select_params : public base_params
+ {
+ index_select_params()
+ : base_params(KernelType::INDEX_SELECT)
+ {}
+
+ IndexSelectAxis axis = IndexSelectAxis::BATCH;
+ };
+
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ // index_select_optional_params
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ struct index_select_optional_params : optional_params
+ {
+ index_select_optional_params()
+ : optional_params(KernelType::INDEX_SELECT)
+ {}
+ };
+
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ // IndexSelectKernelBase
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ class IndexSelectKernelBase : public common_kernel_base
+ {
+ public:
+ using common_kernel_base::common_kernel_base;
+ virtual ~IndexSelectKernelBase() {}
+
+ using DispatchData = CommonDispatchData;
+
+ protected:
+ static JitConstants GetJitConstants(const index_select_params& params);
+ static DispatchData SetDefault(const index_select_params& params);
+ KernelsData GetCommonKernelsData(const Params& params, const optional_params&, float estimated_time) const;
+ };
+}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/index_select/index_select_kernel_ref.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/index_select/index_select_kernel_ref.cpp
new file mode 100644
index 000000000..b5ab92dc1
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/index_select/index_select_kernel_ref.cpp
@@ -0,0 +1,58 @@
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+#include "index_select_kernel_ref.h"
+
+
+namespace kernel_selector
+{
+ ParamsKey IndexSelectKernelRef::GetSupportedKey() const
+ {
+ ParamsKey k;
+
+ k.EnableInputDataType(Datatype::F16);
+ k.EnableInputDataType(Datatype::F32);
+ k.EnableInputDataType(Datatype::INT8);
+ k.EnableInputDataType(Datatype::UINT8);
+ k.EnableInputDataType(Datatype::INT32);
+
+ k.EnableOutputDataType(Datatype::F32);
+ k.EnableOutputDataType(Datatype::F16);
+ k.EnableOutputDataType(Datatype::INT8);
+ k.EnableOutputDataType(Datatype::UINT8);
+ k.EnableOutputDataType(Datatype::INT32);
+
+ k.EnableInputLayout(DataLayout::bfyx);
+ k.EnableInputLayout(DataLayout::yxfb);
+
+ k.EnableOutputLayout(DataLayout::bfyx);
+ k.EnableOutputLayout(DataLayout::yxfb);
+
+ k.EnableBatching();
+
+ k.EnableIndexSelectAxis(IndexSelectAxis::BATCH);
+ k.EnableIndexSelectAxis(IndexSelectAxis::FEATURE);
+ k.EnableIndexSelectAxis(IndexSelectAxis::Y);
+ k.EnableIndexSelectAxis(IndexSelectAxis::X);
+
+ k.EnableDifferentTypes();
+
+ return k;
+ }
+
+ KernelsData IndexSelectKernelRef::GetKernelsData(const Params& params, const optional_params& options) const
+ {
+ return GetCommonKernelsData(params, options, FORCE_PRIORITY_9);
+ }
+}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/index_select/index_select_kernel_ref.h b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/index_select/index_select_kernel_ref.h
new file mode 100644
index 000000000..3dd16198f
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/index_select/index_select_kernel_ref.h
@@ -0,0 +1,30 @@
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+#pragma once
+
+#include "index_select_kernel_base.h"
+
+
+namespace kernel_selector
+{
+ class IndexSelectKernelRef : public IndexSelectKernelBase
+ {
+ public:
+ IndexSelectKernelRef() : IndexSelectKernelBase("index_select_gpu_ref") {}
+
+ KernelsData GetKernelsData(const Params& params, const optional_params& options) const override;
+ ParamsKey GetSupportedKey() const override;
+ };
+}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/index_select/index_select_kernel_selector.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/index_select/index_select_kernel_selector.cpp
new file mode 100644
index 000000000..3d1693046
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/index_select/index_select_kernel_selector.cpp
@@ -0,0 +1,30 @@
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+
+#include "index_select_kernel_selector.h"
+#include "index_select_kernel_ref.h"
+
+namespace kernel_selector
+{
+ index_select_kernel_selector::index_select_kernel_selector()
+ {
+ Attach<IndexSelectKernelRef>();
+ }
+
+ KernelsData index_select_kernel_selector::GetBestKernels(const Params& params, const optional_params& options) const
+ {
+ return GetNaiveBestKernel(params, options, KernelType::INDEX_SELECT);
+ }
+}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/index_select/index_select_kernel_selector.h b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/index_select/index_select_kernel_selector.h
new file mode 100644
index 000000000..21363f9f5
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/index_select/index_select_kernel_selector.h
@@ -0,0 +1,34 @@
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+#pragma once
+
+#include "kernel_selector.h"
+
+
+namespace kernel_selector
+{
+ class index_select_kernel_selector : public kernel_selector_base
+ {
+ public:
+ static index_select_kernel_selector &Instance() {
+ static index_select_kernel_selector instance;
+ return instance;
+ }
+
+ index_select_kernel_selector();
+
+ KernelsData GetBestKernels(const Params& params, const optional_params& options) const override;
+ };
+}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/lookup_table/lookup_table_kernel_axis.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/lookup_table/lookup_table_kernel_axis.cpp
index 8176f002b..af6737941 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/lookup_table/lookup_table_kernel_axis.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/lookup_table/lookup_table_kernel_axis.cpp
@@ -86,7 +86,7 @@ namespace kernel_selector
auto jit = CreateJit(kernelName, cldnn_jit, entry_point);
auto& kernel = kd.kernels[0];
- FillCLKernelData(kernel, runInfo, kernelName, jit, entry_point, "", false, false, 2);
+ FillCLKernelData(kernel, runInfo, params.engineInfo, kernelName, jit, entry_point, "", false, false, 2);
kd.estimatedTime = FORCE_PRIORITY_9;
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/lookup_table/lookup_table_kernel_base.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/lookup_table/lookup_table_kernel_base.cpp
index de31047d1..bb3f20f7f 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/lookup_table/lookup_table_kernel_base.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/lookup_table/lookup_table_kernel_base.cpp
@@ -81,7 +81,7 @@ namespace kernel_selector
auto jit = CreateJit(kernelName, cldnn_jit, entry_point);
auto& kernel = kd.kernels[0];
- FillCLKernelData(kernel, runInfo, kernelName, jit, entry_point, "", false, false, 2);
+ FillCLKernelData(kernel, runInfo, params.engineInfo, kernelName, jit, entry_point, "", false, false, 2);
kd.estimatedTime = estimatedTime;
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/lrn/lrn_kernel_base.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/lrn/lrn_kernel_base.cpp
index 4907d9992..9165ea692 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/lrn/lrn_kernel_base.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/lrn/lrn_kernel_base.cpp
@@ -103,7 +103,7 @@ namespace kernel_selector
auto jit = CreateJit(kernelName, cldnnJit, entryPoint);
auto& kernel = kd.kernels[0];
- FillCLKernelData(kernel, runInfo, kernelName, jit, entryPoint);
+ FillCLKernelData(kernel, runInfo, params.engineInfo, kernelName, jit, entryPoint);
kd.estimatedTime = estimatedTime;
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/lstm/lstm_elt_kernel_base.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/lstm/lstm_elt_kernel_base.cpp
index a74b21e27..6170abd46 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/lstm/lstm_elt_kernel_base.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/lstm/lstm_elt_kernel_base.cpp
@@ -77,7 +77,7 @@ namespace kernel_selector
auto jit = CreateJit(kernelName, cldnnJit, entryPoint);
kernel.workGroups.global = { out.X().v, out.Batch().v, 1 };
- kernel.kernelString = GetKernelString(kernelName, jit, entryPoint);
+ kernel.kernelString = GetKernelString(kernelName, jit, entryPoint, params.engineInfo);
kernel.arguments.push_back({ ArgumentDescriptor::Types::INPUT, 0 });
kernel.arguments.push_back({ ArgumentDescriptor::Types::OUTPUT, 0 });
if (orgParams.has_cell) {
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/lstm/lstm_elt_kernel_ref.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/lstm/lstm_elt_kernel_ref.cpp
index 6afb8504c..a068f9ae4 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/lstm/lstm_elt_kernel_ref.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/lstm/lstm_elt_kernel_ref.cpp
@@ -22,8 +22,10 @@ namespace kernel_selector {
ParamsKey LSTMEltKernelRef::GetSupportedKey() const
{
ParamsKey k;
- k.EnableAllInputDataType();
- k.EnableAllOutputDataType();
+ k.EnableInputDataType(Datatype::F16);
+ k.EnableInputDataType(Datatype::F32);
+ k.EnableOutputDataType(Datatype::F16);
+ k.EnableOutputDataType(Datatype::F32);
k.EnableDifferentTypes();
k.EnableAllInputLayout();
k.EnableAllOutputLayout();
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/lstm/lstm_gemm_kernel_base.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/lstm/lstm_gemm_kernel_base.cpp
index 6d2c9bcf0..703008546 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/lstm/lstm_gemm_kernel_base.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/lstm/lstm_gemm_kernel_base.cpp
@@ -35,6 +35,7 @@ namespace kernel_selector
}
jit.AddConstants({ MakeJitConstant("WEIGHTS", weights)});
+ jit.AddConstants({ MakeJitConstant("DIRECTION", params.direction)});
return jit;
}
@@ -64,7 +65,7 @@ namespace kernel_selector
auto jit = CreateJit(kernelName, cldnnJit, entryPoint);
kernel.workGroups.global = { out.X().v, out.Batch().v, 1 };
- kernel.kernelString = GetKernelString(kernelName, jit, entryPoint);
+ kernel.kernelString = GetKernelString(kernelName, jit, entryPoint, params.engineInfo);
kernel.arguments.push_back({ ArgumentDescriptor::Types::INPUT, 0 });
kernel.arguments.push_back({ ArgumentDescriptor::Types::OUTPUT, 0 });
kernel.arguments.push_back({ ArgumentDescriptor::Types::WEIGHTS, 0 });
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/lstm/lstm_gemm_kernel_base.h b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/lstm/lstm_gemm_kernel_base.h
index 6fd517586..e766120e0 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/lstm/lstm_gemm_kernel_base.h
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/lstm/lstm_gemm_kernel_base.h
@@ -34,6 +34,7 @@ namespace kernel_selector
DataTensor hidden;
bool hasBias = false;
bool hasHidden = false;
+ uint32_t direction = 0;
void SetBias(const DataTensor& v) {
bias = v;
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/lstm/lstm_gemm_kernel_ref.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/lstm/lstm_gemm_kernel_ref.cpp
index 167afcb5f..6484dd951 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/lstm/lstm_gemm_kernel_ref.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/lstm/lstm_gemm_kernel_ref.cpp
@@ -22,8 +22,10 @@ namespace kernel_selector {
ParamsKey LSTMGemmKernelRef::GetSupportedKey() const
{
ParamsKey k;
- k.EnableAllInputDataType();
- k.EnableAllOutputDataType();
+ k.EnableInputDataType(Datatype::F16);
+ k.EnableInputDataType(Datatype::F32);
+ k.EnableOutputDataType(Datatype::F16);
+ k.EnableOutputDataType(Datatype::F32);
k.EnableDifferentTypes();
k.EnableAllInputLayout();
k.EnableAllOutputLayout();
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/max_unpooling/max_unpooling_kernel_base.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/max_unpooling/max_unpooling_kernel_base.cpp
index faea3ea6e..d6e036f40 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/max_unpooling/max_unpooling_kernel_base.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/max_unpooling/max_unpooling_kernel_base.cpp
@@ -91,7 +91,7 @@ namespace kernel_selector
auto jit = CreateJit(kernelName, cldnn_jit, entry_point);
auto& kernel = kd.kernels[0];
- FillCLKernelData(kernel, runInfo, kernelName, jit, entry_point);
+ FillCLKernelData(kernel, runInfo, params.engineInfo, kernelName, jit, entry_point);
kernel.arguments.push_back({ ArgumentDescriptor::Types::INPUT, 1 });
kd.estimatedTime = estimatedTime;
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/mvn/mvn_kernel_base.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/mvn/mvn_kernel_base.cpp
index 23de0ff1a..4775a41b7 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/mvn/mvn_kernel_base.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/mvn/mvn_kernel_base.cpp
@@ -82,7 +82,7 @@ namespace kernel_selector
auto jit = CreateJit(finalKernelName, cldnn_jit, entry_point);
auto& kernel = kd.kernels[0];
- FillCLKernelData(kernel, runInfo, finalKernelName, jit, entry_point);
+ FillCLKernelData(kernel, runInfo, params.engineInfo, finalKernelName, jit, entry_point);
kd.estimatedTime = estimated_time;
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/normalize/normalize_kernel_base.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/normalize/normalize_kernel_base.cpp
index a50849125..b4e4c04c7 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/normalize/normalize_kernel_base.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/normalize/normalize_kernel_base.cpp
@@ -82,7 +82,7 @@ namespace kernel_selector
auto jit = CreateJit(kernelName, cldnn_jit, entry_point);
auto& kernel = kd.kernels[0];
- FillCLKernelData(kernel, runInfo, kernelName, jit, entry_point);
+ FillCLKernelData(kernel, runInfo, params.engineInfo, kernelName, jit, entry_point);
kernel.arguments.push_back({ ArgumentDescriptor::Types::SCALE_TABLE, 0 });
kd.estimatedTime = estimated_time;
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/permute/permute_kernel_ref.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/permute/permute_kernel_ref.cpp
index 057c4e655..ca6977952 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/permute/permute_kernel_ref.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/permute/permute_kernel_ref.cpp
@@ -24,8 +24,14 @@ namespace kernel_selector
ParamsKey k;
k.EnableInputDataType(Datatype::F16);
k.EnableInputDataType(Datatype::F32);
+ k.EnableInputDataType(Datatype::INT8);
+ k.EnableInputDataType(Datatype::INT32);
+ k.EnableInputDataType(Datatype::INT64);
k.EnableOutputDataType(Datatype::F16);
k.EnableOutputDataType(Datatype::F32);
+ k.EnableOutputDataType(Datatype::INT8);
+ k.EnableOutputDataType(Datatype::INT32);
+ k.EnableOutputDataType(Datatype::INT64);
k.EnableAllInputLayout();
k.EnableAllOutputLayout();
k.EnableTensorOffset();
@@ -72,7 +78,7 @@ namespace kernel_selector
kernel.workGroups.global = { gws[0], gws[1], gws[2] * gws[3] };
kernel.workGroups.local = GetOptimalLocalWorkGroupSizes(kernel.workGroups.global);
- kernel.kernelString = GetKernelString(kernelName, jit, entry_point, ROUND_ROBIN);
+ kernel.kernelString = GetKernelString(kernelName, jit, entry_point, params.engineInfo, ROUND_ROBIN);
kernel.arguments = GetArgsDesc(1, false, false);
kd.estimatedTime = DONT_USE_IF_HAVE_SOMETHING_ELSE;
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/pooling/pooling_kernel_base.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/pooling/pooling_kernel_base.cpp
index 13290c42d..9e5a9ad50 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/pooling/pooling_kernel_base.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/pooling/pooling_kernel_base.cpp
@@ -129,7 +129,7 @@ namespace kernel_selector
auto jit = CreateJit(kernelName, cldnn_jit, entry_point);
auto& kernel = kd.kernels[0];
- FillCLKernelData(kernel, runInfo, kernelName, jit, entry_point);
+ FillCLKernelData(kernel, runInfo, params.engineInfo, kernelName, jit, entry_point);
if(orgParams.poolType == PoolType::MAX_WITH_ARGMAX)
kernel.arguments.push_back({ ArgumentDescriptor::Types::INPUT, 1 });
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/pooling/pooling_kernel_gpu_fs_bs_yx_bsv4_fsv32.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/pooling/pooling_kernel_gpu_fs_bs_yx_bsv4_fsv32.cpp
new file mode 100644
index 000000000..5157b4d5e
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/pooling/pooling_kernel_gpu_fs_bs_yx_bsv4_fsv32.cpp
@@ -0,0 +1,83 @@
+/*
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+*/
+
+#include "pooling_kernel_gpu_fs_bs_yx_bsv4_fsv32.h"
+
+namespace kernel_selector
+{
+ ParamsKey PoolingKerneGPU_fs_bs_yx_bsv4_fsv32::GetSupportedKey() const
+ {
+ ParamsKey k;
+ k.EnableInputDataType(Datatype::INT8);
+ k.EnableOutputDataType(Datatype::INT8);
+ k.EnableInputLayout(DataLayout::fs_bs_yx_bsv4_fsv32);
+ k.EnableOutputLayout(DataLayout::fs_bs_yx_bsv4_fsv32);
+ k.EnableTensorOffset();
+ k.EnableTensorPitches();
+ k.EnableBatching();
+ k.EnablePoolType(PoolType::MAX);
+ k.EnablePoolType(PoolType::AVG);
+ k.EnablePoolRemainder(PoolRemainder::FLOOR);
+ k.EnablePoolRemainder(PoolRemainder::CEIL);
+ k.EnablePoolKernelDividerMode(KernelDividerMode::FIXED);
+ k.EnablePoolKernelDividerMode(KernelDividerMode::DYNAMIC);
+ k.EnablePoolKernelDividerMode(KernelDividerMode::DYNAMIC_WITH_PADDING);
+ k.EnableDifferentTypes();
+ return k;
+ }
+
+ PoolingKernelBase::DispatchData PoolingKerneGPU_fs_bs_yx_bsv4_fsv32::SetDefault(const pooling_params& params) const
+ {
+ constexpr int simdSize = 8;
+
+ DispatchData runInfo = PoolingKernelBase::SetDefault(params);
+
+ runInfo.gws0 = params.output.X().v;
+ runInfo.gws1 = params.output.Y().v;
+ // we got fs_bs_yx_bsv4_fsv32 format, we process 4 batches and 4 features per workitem
+ runInfo.gws2 = (RoundUp(params.output.Feature().v, 32) * RoundUp(params.output.Batch().v, 4)) / (4*4);
+
+ runInfo.lws0 = 1;
+ runInfo.lws1 = 1;
+ runInfo.lws2 = simdSize;
+
+ return runInfo;
+ }
+
+ JitConstants PoolingKerneGPU_fs_bs_yx_bsv4_fsv32::GetJitConstants(const pooling_params& params, DispatchData kd) const
+ {
+ auto jit = PoolingKernelBase::GetJitConstants(params, kd);
+
+ const size_t in_x_pitch = 32 * 4;
+ const size_t in_y_pitch = 32 * 4 * params.inputs[0].X().LogicalDimPadded();
+ const size_t in_b_block_pitch = in_y_pitch * params.inputs[0].Y().LogicalDimPadded();
+ const size_t in_f_block_pitch = in_b_block_pitch * ((params.inputs[0].Batch().v + 3) / 4);
+ const size_t in_offset = in_x_pitch * params.inputs[0].X().pad.before + in_y_pitch * params.inputs[0].Y().pad.before;
+
+ jit.AddConstant(MakeJitConstant("IN_X_PITCH", in_x_pitch));
+ jit.AddConstant(MakeJitConstant("IN_Y_PITCH", in_y_pitch));
+ jit.AddConstant(MakeJitConstant("IN_B_BLOCK_PITCH", in_b_block_pitch));
+ jit.AddConstant(MakeJitConstant("IN_F_BLOCK_PITCH", in_f_block_pitch));
+ jit.AddConstant(MakeJitConstant("IN_OFFSET", in_offset));
+
+ return jit;
+ }
+
+ KernelsData PoolingKerneGPU_fs_bs_yx_bsv4_fsv32::GetKernelsData(const Params& params, const optional_params& options) const
+ {
+ return GetCommonKernelsData(params, options, FORCE_PRIORITY_1);
+ }
+} \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/pooling/pooling_kernel_gpu_fs_bs_yx_bsv4_fsv32.h b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/pooling/pooling_kernel_gpu_fs_bs_yx_bsv4_fsv32.h
new file mode 100644
index 000000000..efb5c67cd
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/pooling/pooling_kernel_gpu_fs_bs_yx_bsv4_fsv32.h
@@ -0,0 +1,36 @@
+/*
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+*/
+
+#pragma once
+
+#include "pooling_kernel_base.h"
+
+namespace kernel_selector
+{
+ class PoolingKerneGPU_fs_bs_yx_bsv4_fsv32 : public PoolingKernelBase
+ {
+ public:
+ PoolingKerneGPU_fs_bs_yx_bsv4_fsv32() : PoolingKernelBase("pooling_gpu_fs_bs_yx_bsv4_fsv32") {}
+ virtual ~PoolingKerneGPU_fs_bs_yx_bsv4_fsv32() {}
+
+ virtual KernelsData GetKernelsData(const Params& params, const optional_params& options) const override;
+ virtual ParamsKey GetSupportedKey() const override;
+ DispatchData SetDefault(const pooling_params& params) const override;
+ protected:
+ JitConstants GetJitConstants(const pooling_params& params, DispatchData kd) const override;
+
+ };
+} \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/pooling/pooling_kernel_selector.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/pooling/pooling_kernel_selector.cpp
index 5a7d83b47..91ec4d2dc 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/pooling/pooling_kernel_selector.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/pooling/pooling_kernel_selector.cpp
@@ -22,6 +22,7 @@
#include "pooling_kernel_gpu_byxf_padding_opt.h"
#include "pooling_kernel_gpu_byxf_af32.h"
#include "pooling_kernel_gpu_int8_ref.h"
+#include "pooling_kernel_gpu_fs_bs_yx_bsv4_fsv32.h"
namespace kernel_selector {
@@ -34,6 +35,7 @@ namespace kernel_selector {
Attach<PoolingKernelGPUByxfPaddingOpt>();
Attach<PoolingKernelGPUInt8Ref>();
Attach<PoolingKerneGPU_byxf_af32>();
+ Attach<PoolingKerneGPU_fs_bs_yx_bsv4_fsv32>();
}
KernelsData pooling_kernel_selector::GetBestKernels(const Params& params, const optional_params& options) const
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/region_yolo/region_yolo_kernel_ref.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/region_yolo/region_yolo_kernel_ref.cpp
index 62420b510..6e5577a84 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/region_yolo/region_yolo_kernel_ref.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/region_yolo/region_yolo_kernel_ref.cpp
@@ -92,7 +92,7 @@ namespace kernel_selector
auto jit = CreateJit(kernelName, cldnn_jit, entry_point);
auto& kernel = kd.kernels[0];
- FillCLKernelData(kernel, runInfo, kernelName, jit, entry_point);
+ FillCLKernelData(kernel, runInfo, params.engineInfo, kernelName, jit, entry_point);
kd.estimatedTime = FORCE_PRIORITY_9;
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/reorder/reorder_kernel.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/reorder/reorder_kernel.cpp
index 87ee70660..ba6f7ce1a 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/reorder/reorder_kernel.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/reorder/reorder_kernel.cpp
@@ -24,11 +24,15 @@ namespace kernel_selector
ParamsKey k;
k.EnableInputDataType(Datatype::UINT8);
k.EnableInputDataType(Datatype::INT8);
+ k.EnableInputDataType(Datatype::INT32);
+ k.EnableInputDataType(Datatype::INT64);
k.EnableInputDataType(Datatype::F16);
k.EnableInputDataType(Datatype::F32);
k.EnableOutputDataType(Datatype::F16);
k.EnableOutputDataType(Datatype::F32);
k.EnableOutputDataType(Datatype::INT8);
+ k.EnableOutputDataType(Datatype::INT32);
+ k.EnableOutputDataType(Datatype::INT64);
k.EnableOutputDataType(Datatype::UINT8);
k.EnableDifferentTypes();
k.EnableAllInputLayout();
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/reorder/reorder_kernel_base.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/reorder/reorder_kernel_base.cpp
index d050de529..867a3c8b9 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/reorder/reorder_kernel_base.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/reorder/reorder_kernel_base.cpp
@@ -69,6 +69,14 @@ namespace kernel_selector
MakeJitConstant("OUTPUT", output),
};
+ if (fp16Supported)
+ {
+ jit.Merge(MakeUnitTypeJitConstants(Datatype::F16));
+ }
+ else
+ {
+ jit.Merge(MakeUnitTypeJitConstants(Datatype::F32));
+ }
return jit;
}
@@ -185,7 +193,7 @@ namespace kernel_selector
auto& kernel = kd.kernels[0];
- FillCLKernelData(kernel, runInfo, kernelName, jit, entry_point);
+ FillCLKernelData(kernel, runInfo, params.engineInfo, kernelName, jit, entry_point);
kernel.arguments = GetArgsDesc(1, false, false);
@@ -215,7 +223,7 @@ namespace kernel_selector
auto& kernel = kd.kernels[0];
- FillCLKernelData(kernel, runInfo, kernelName, jit, entry_point);
+ FillCLKernelData(kernel, runInfo, params.engineInfo, kernelName, jit, entry_point);
kernel.arguments = GetArgsDesc(1, false, false);
if (newParams.mode == MeanSubtractMode::IN_BUFFER)
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/reorg_yolo/reorg_yolo_kernel_ref.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/reorg_yolo/reorg_yolo_kernel_ref.cpp
index 9ae8d10d9..0462e4a8f 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/reorg_yolo/reorg_yolo_kernel_ref.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/reorg_yolo/reorg_yolo_kernel_ref.cpp
@@ -87,7 +87,7 @@ namespace kernel_selector
auto jit = CreateJit(kernelName, cldnn_jit, entry_point);
auto& kernel = kd.kernels[0];
- FillCLKernelData(kernel, runInfo, kernelName, jit, entry_point);
+ FillCLKernelData(kernel, runInfo, params.engineInfo, kernelName, jit, entry_point);
kd.estimatedTime = FORCE_PRIORITY_9;
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/reshape/reshape_kernel_ref.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/reshape/reshape_kernel_ref.cpp
index 2984e2e8f..9c9c760ee 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/reshape/reshape_kernel_ref.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/reshape/reshape_kernel_ref.cpp
@@ -24,8 +24,14 @@ namespace kernel_selector
ParamsKey k;
k.EnableInputDataType(Datatype::F16);
k.EnableInputDataType(Datatype::F32);
+ k.EnableInputDataType(Datatype::INT8);
+ k.EnableInputDataType(Datatype::INT32);
+ k.EnableInputDataType(Datatype::INT64);
k.EnableOutputDataType(Datatype::F16);
k.EnableOutputDataType(Datatype::F32);
+ k.EnableOutputDataType(Datatype::INT8);
+ k.EnableOutputDataType(Datatype::INT32);
+ k.EnableOutputDataType(Datatype::INT64);
k.EnableAllInputLayout();
k.EnableAllOutputLayout();
k.EnableTensorOffset();
@@ -60,7 +66,7 @@ namespace kernel_selector
kernel.workGroups.global = { gws[0], gws[1], gws[2] * gws[3] };
kernel.workGroups.local = GetOptimalLocalWorkGroupSizes(kernel.workGroups.global);
- kernel.kernelString = GetKernelString(kernelName, jit, entry_point, ROUND_ROBIN);
+ kernel.kernelString = GetKernelString(kernelName, jit, entry_point, params.engineInfo, ROUND_ROBIN);
kernel.arguments = GetArgsDesc(1, false, false);
kd.estimatedTime = DONT_USE_IF_HAVE_SOMETHING_ELSE;
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/roi_pooling/roi_pooling_kernel_ref.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/roi_pooling/roi_pooling_kernel_ref.cpp
index 0683beb3e..64dde2c32 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/roi_pooling/roi_pooling_kernel_ref.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/roi_pooling/roi_pooling_kernel_ref.cpp
@@ -1,5 +1,5 @@
/*
-// Copyright (c) 2016 Intel Corporation
+// Copyright (c) 2016-2018 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -27,6 +27,9 @@ namespace kernel_selector {
k.EnableOutputDataType(Datatype::F32);
k.EnableInputLayout(DataLayout::bfyx);
k.EnableOutputLayout(DataLayout::brfyx);
+ k.EnablePoolType(PoolType::MAX);
+ k.EnablePoolType(PoolType::AVG);
+ k.EnablePoolType(PoolType::BILINEAR);
k.EnableTensorOffset();
k.EnableTensorPitches();
k.EnableBatching();
@@ -69,7 +72,6 @@ namespace kernel_selector {
});
jit.AddConstants({
- MakeJitConstant("MAX_POOL", rp.mode == PoolType::MAX),
MakeJitConstant("USE_OLD_SCALE_AND_ROUNDING", rp.groupSize == 0)
});
@@ -94,11 +96,11 @@ namespace kernel_selector {
auto jit = CreateJit(kernelName, cldnn_jit, entry_point);
auto& kernel = kd.kernels[0];
- FillCLKernelData(kernel, runInfo, kernelName, jit, entry_point);
+ FillCLKernelData(kernel, runInfo, params.engineInfo, kernelName, jit, entry_point);
kernel.arguments.push_back({ ArgumentDescriptor::Types::INPUT, 1 });
kd.estimatedTime = FORCE_PRIORITY_9;
return{ kd };
}
-} \ No newline at end of file
+}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/scale_grad_weights/scale_grad_weights_kernel_base.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/scale_grad_weights/scale_grad_weights_kernel_base.cpp
index 471b61e6d..61edddabf 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/scale_grad_weights/scale_grad_weights_kernel_base.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/scale_grad_weights/scale_grad_weights_kernel_base.cpp
@@ -57,7 +57,7 @@ namespace kernel_selector
auto jit = CreateJit(kernelName, cldnn_jit, entry_point);
auto& kernel = kd.kernels[0];
- FillCLKernelData(kernel, runInfo, kernelName, jit, entry_point, ROUND_ROBIN, true, !orgParams.bias.empty(), 2);
+ FillCLKernelData(kernel, runInfo, params.engineInfo, kernelName, jit, entry_point, ROUND_ROBIN, true, !orgParams.bias.empty(), 2);
if (orgParams.use_momentum)
{
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/scale_grad_weights/scale_grad_weights_kernel_ref.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/scale_grad_weights/scale_grad_weights_kernel_ref.cpp
index 4b9190f18..51b1122d4 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/scale_grad_weights/scale_grad_weights_kernel_ref.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/scale_grad_weights/scale_grad_weights_kernel_ref.cpp
@@ -24,7 +24,6 @@ namespace kernel_selector
ParamsKey k;
k.EnableInputDataType(Datatype::F16);
k.EnableInputDataType(Datatype::F32);
- k.EnableInputWeightsType(WeightsType::F16);
k.EnableInputWeightsType(WeightsType::F32);
k.EnableOutputDataType(Datatype::F16);
k.EnableOutputDataType(Datatype::F32);
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/select/select_kernel_base.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/select/select_kernel_base.cpp
new file mode 100644
index 000000000..09b3a0151
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/select/select_kernel_base.cpp
@@ -0,0 +1,177 @@
+/*
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+*/
+
+#include "select_kernel_base.h"
+#include "kernel_selector_utils.h"
+
+namespace kernel_selector
+{
+
+ bool SelectKernelBase::Validate(const Params& p, const optional_params& o) const
+ {
+ if (p.GetType() != KernelType::SELECT ||
+ o.GetType() != KernelType::SELECT)
+ {
+ return false;
+ }
+
+ const select_params& params = static_cast<const select_params&>(p);
+
+ if (params.inputs[0].GetDType() != params.inputs[1].GetDType())
+ {
+ return false;
+ }
+
+ if (params.inputs.size() != 3)
+ {
+ return false;
+ }
+
+ return true;
+ }
+
+ JitConstants SelectKernelBase::GetJitConstantsCommon(const select_params& params) const
+ {
+ JitConstants jit = MakeBaseParamsJitConstants(params);
+
+ std::string inputs_decls;
+
+ for (size_t i = 0; i < params.inputs.size(); i++)
+ {
+ std::string const_str = "const";
+
+ inputs_decls += const_str + " __global " + toCLType(params.inputs[i].GetDType()) + "* input" + std::to_string(i) + ", ";
+ }
+
+ jit.AddConstant(MakeJitConstant("INPUTS_DECLS", inputs_decls));
+
+ std::string destType, absType;
+
+ // i8, i8, i8
+ // i8, i8, u8
+ // u8, u8, i8
+ // u8, u8, u8
+ if ((params.inputs[2].GetDType() == Datatype::INT8
+ || params.inputs[2].GetDType() == Datatype::UINT8)
+ && (params.inputs[0].GetDType() == Datatype::INT8
+ || params.inputs[0].GetDType() == Datatype::UINT8))
+ {
+ jit.AddConstant(MakeJitConstant("MASK", "INPUT_2"));
+ }
+ else
+ {
+ // x, x, f32
+ // x, x, f16
+ if (params.inputs[2].GetDType() == Datatype::F32
+ || params.inputs[2].GetDType() == Datatype::F16)
+ {
+ absType = "fabs";
+ }
+ // f32, f32, i8
+ // f32, f32, u8
+ // f16, f16, i8
+ // f16, f16, u8
+ else
+ {
+ absType = "abs";
+ }
+
+ // f32, f32, x
+ if (params.inputs[0].GetDType() == Datatype::F32) {
+ destType = "int";
+ }
+ // f16, f16, x
+ else if (params.inputs[0].GetDType() == Datatype::F16) {
+ destType = "short";
+ }
+ // i8, i8, f32
+ // i8, i8, f16
+ // u8, u8, f32
+ // u8, u8, f16
+ else
+ {
+ destType = "char";
+ }
+
+ jit.AddConstant(MakeJitConstant("MASK", "convert_" + destType + "_rtp(" + absType + "(INPUT_2))"));
+ }
+
+ return jit;
+ }
+
+ JitConstants SelectKernelBase::GetJitConstants(const select_params& params) const
+ {
+ return GetJitConstantsCommon(params);
+ }
+
+ SelectKernelBase::DispatchData SelectKernelBase::SetDefault(const select_params& params) const
+ {
+ DispatchData kd;
+
+ const auto& out = params.output;
+
+ std::vector<size_t> gws;
+ for (const auto& o : out.GetDims())
+ {
+ gws.push_back(o.v);
+ }
+
+ for (size_t i = gws.size(); i < 4; i++)
+ {
+ gws.push_back(1U);
+ }
+
+ kd.gws0 = gws[0];
+ kd.gws1 = gws[1];
+ kd.gws2 = gws[2] * gws[3];
+
+ auto local = GetOptimalLocalWorkGroupSizes( { kd.gws0, kd.gws1, kd.gws2 } );
+ kd.lws0 = local[0];
+ kd.lws1 = local[1];
+ kd.lws2 = local[2];
+
+ return kd;
+ }
+
+ KernelsData SelectKernelBase::GetCommonKernelsData(const Params& params, const optional_params& options) const
+ {
+ if (!Validate(params, options))
+ {
+ return{};
+ }
+
+ KernelData kd = KernelData::Default<select_params>(params);
+ select_params& newParams = *static_cast<select_params*>(kd.params.get());
+
+ auto entry_point = GetEntryPoint(kernelName, newParams.layerID, options);
+ auto cldnn_jit = GetJitConstants(newParams);
+ std::string jit = CreateJit(kernelName, cldnn_jit, entry_point);
+
+ DispatchData runInfo = SetDefault(newParams);
+
+ auto& kernel = kd.kernels[0];
+
+ kernel.workGroups.global = { runInfo.gws0, runInfo.gws1, runInfo.gws2 };
+ kernel.workGroups.local = { runInfo.lws0, runInfo.lws1, runInfo.lws2 };
+
+ kernel.kernelString = GetKernelString(kernelName, jit, entry_point, params.engineInfo, ROUND_ROBIN);
+ kernel.arguments = GetArgsDesc((uint32_t)newParams.inputs.size(), false, false);
+
+ kd.estimatedTime = DONT_USE_IF_HAVE_SOMETHING_ELSE;
+
+ return{ kd };
+ }
+}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/select/select_kernel_base.h b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/select/select_kernel_base.h
new file mode 100644
index 000000000..c1d48d991
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/select/select_kernel_base.h
@@ -0,0 +1,62 @@
+/*
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+*/
+
+#pragma once
+
+#include "common_kernel_base.h"
+
+namespace kernel_selector
+{
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ // select_params
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ struct select_params : public base_params
+ {
+ select_params() : base_params(KernelType::SELECT) {}
+
+ virtual ParamsKey GetParamsKey() const
+ {
+ return base_params::GetParamsKey();
+ }
+ };
+
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ // select_optional_params
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ struct select_optional_params : optional_params
+ {
+ select_optional_params() : optional_params(KernelType::SELECT) {}
+ };
+
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ // SelectKernelBase
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ class SelectKernelBase : public common_kernel_base
+ {
+ public:
+ using common_kernel_base::common_kernel_base;
+ virtual ~SelectKernelBase() {}
+
+ using DispatchData = CommonDispatchData;
+ JitConstants GetJitConstantsCommon(const select_params& params) const;
+
+ protected:
+ virtual bool Validate(const Params& p, const optional_params& o) const override;
+ virtual JitConstants GetJitConstants(const select_params& params) const;
+ virtual DispatchData SetDefault(const select_params& params) const;
+ KernelsData GetCommonKernelsData(const Params& params, const optional_params& options) const;
+ };
+}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/select/select_kernel_ref.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/select/select_kernel_ref.cpp
new file mode 100644
index 000000000..f7f776c15
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/select/select_kernel_ref.cpp
@@ -0,0 +1,64 @@
+/*
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+*/
+
+#include "select_kernel_ref.h"
+#include "kernel_selector_utils.h"
+
+namespace kernel_selector {
+
+ ParamsKey SelectKernelRef::GetSupportedKey() const
+ {
+ ParamsKey k;
+
+ k.EnableInputDataType(Datatype::F16);
+ k.EnableInputDataType(Datatype::F32);
+ k.EnableInputDataType(Datatype::INT8);
+ k.EnableInputDataType(Datatype::UINT8);
+
+ k.EnableOutputDataType(Datatype::F32);
+ k.EnableOutputDataType(Datatype::F16);
+ k.EnableOutputDataType(Datatype::INT8);
+ k.EnableOutputDataType(Datatype::UINT8);
+
+ k.EnableInputLayout(DataLayout::bfyx);
+ k.EnableInputLayout(DataLayout::yxfb);
+ k.EnableInputLayout(DataLayout::byxf);
+
+ k.EnableOutputLayout(DataLayout::bfyx);
+ k.EnableOutputLayout(DataLayout::yxfb);
+ k.EnableOutputLayout(DataLayout::byxf);
+
+ k.EnableBatching();
+ k.EnableDifferentTypes();
+
+ return k;
+ }
+
+ bool SelectKernelRef::Validate(const Params& p, const optional_params& o) const
+ {
+ if (!SelectKernelBase::Validate(p, o))
+ {
+ return false;
+ }
+
+ return true;
+ }
+
+ KernelsData SelectKernelRef::GetKernelsData(const Params& params, const optional_params& options) const
+ {
+ return GetCommonKernelsData(params, options);
+ }
+} \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/select/select_kernel_ref.h b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/select/select_kernel_ref.h
new file mode 100644
index 000000000..a72c0e90a
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/select/select_kernel_ref.h
@@ -0,0 +1,35 @@
+/*
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+*/
+
+#pragma once
+
+#include "select_kernel_base.h"
+
+namespace kernel_selector
+{
+ class SelectKernelRef : public SelectKernelBase
+ {
+ public:
+ SelectKernelRef() : SelectKernelBase("select_gpu_ref") {}
+ virtual ~SelectKernelRef() {}
+
+ virtual KernelsData GetKernelsData(const Params& params, const optional_params& options) const override;
+ virtual ParamsKey GetSupportedKey() const override;
+ protected:
+ bool Validate(const Params& p, const optional_params& o) const override;
+
+ };
+} \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/select/select_kernel_selector.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/select/select_kernel_selector.cpp
new file mode 100644
index 000000000..ec1218166
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/select/select_kernel_selector.cpp
@@ -0,0 +1,31 @@
+/*
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+*/
+
+#include "select_kernel_selector.h"
+#include "select_kernel_ref.h"
+
+namespace kernel_selector
+{
+ select_kernel_selector::select_kernel_selector()
+ {
+ Attach<SelectKernelRef>();
+ }
+
+ KernelsData select_kernel_selector::GetBestKernels(const Params& params, const optional_params& options) const
+ {
+ return GetNaiveBestKernel(params, options, KernelType::SELECT);
+ }
+} \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/select/select_kernel_selector.h b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/select/select_kernel_selector.h
new file mode 100644
index 000000000..b3de11649
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/select/select_kernel_selector.h
@@ -0,0 +1,35 @@
+/*
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+*/
+
+#pragma once
+
+#include "kernel_selector.h"
+
+namespace kernel_selector
+{
+ class select_kernel_selector : public kernel_selector_base
+ {
+ public:
+ static select_kernel_selector &Instance() {
+ static select_kernel_selector instance_;
+ return instance_;
+ }
+
+ select_kernel_selector();
+
+ KernelsData GetBestKernels(const Params& params, const optional_params& options) const override;
+ };
+} \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/softmax/softmax_kernel_base.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/softmax/softmax_kernel_base.cpp
index 4f02da734..4d2c36d39 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/softmax/softmax_kernel_base.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/softmax/softmax_kernel_base.cpp
@@ -88,7 +88,7 @@ namespace kernel_selector
auto jit = CreateJit(kernelName, cldnn_jit, entry_point);
auto& kernel = kd.kernels[0];
- FillCLKernelData(kernel, runInfo, kernelName, jit, entry_point);
+ FillCLKernelData(kernel, runInfo, params.engineInfo, kernelName, jit, entry_point);
kd.estimatedTime = runInfo.effiency;
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/softmax_loss_grad/softmax_loss_grad_kernel_base.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/softmax_loss_grad/softmax_loss_grad_kernel_base.cpp
index 0a4473714..da816abac 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/softmax_loss_grad/softmax_loss_grad_kernel_base.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/softmax_loss_grad/softmax_loss_grad_kernel_base.cpp
@@ -74,7 +74,7 @@ namespace kernel_selector
auto jit = CreateJit(kernelName, cldnn_jit, entry_point);
auto& kernel = kd.kernels[0];
- FillCLKernelData(kernel, runInfo, kernelName, jit, entry_point);
+ FillCLKernelData(kernel, runInfo, params.engineInfo, kernelName, jit, entry_point);
kernel.arguments.push_back({ ArgumentDescriptor::Types::INPUT, 1 });
kd.estimatedTime = runInfo.effiency;
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/tile/tile_kernel_ref.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/tile/tile_kernel_ref.cpp
new file mode 100644
index 000000000..37c206d3b
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/tile/tile_kernel_ref.cpp
@@ -0,0 +1,153 @@
+/*
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+*/
+
+#include "tile_kernel_ref.h"
+#include "kernel_selector_utils.h"
+
+namespace kernel_selector
+{
+ static int32_t GetTileChannelIndex(const tile_params& params)
+ {
+ Tensor::DataChannelName name = Tensor::DataChannelName::X;
+ switch (params.axis)
+ {
+ case TileAxis::X: name = Tensor::DataChannelName::X; break;
+ case TileAxis::Y: name = Tensor::DataChannelName::Y; break;
+ case TileAxis::FEATURE: name = Tensor::DataChannelName::FEATURE; break;
+ case TileAxis::BATCH: name = Tensor::DataChannelName::BATCH; break;
+ default: break;
+ }
+
+ return DataTensor::Channelndex(params.output.GetLayout(), name);
+ }
+
+ ParamsKey TileKernelRef::GetSupportedKey() const
+ {
+ ParamsKey k;
+ k.EnableInputDataType(Datatype::F16);
+ k.EnableInputDataType(Datatype::F32);
+ k.EnableOutputDataType(Datatype::F16);
+ k.EnableOutputDataType(Datatype::F32);
+ k.EnableInputLayout(DataLayout::bfyx);
+ k.EnableOutputLayout(DataLayout::bfyx);
+ k.EnableTensorOffset();
+ k.EnableTensorPitches();
+ k.EnableBatching();
+ return k;
+ }
+
+ CommonDispatchData TileKernelRef::SetDefault(const tile_params& params, const optional_params&) const
+ {
+ CommonDispatchData runInfo;
+
+ auto in = params.inputs[0];
+
+ size_t inner_size = 1;
+ size_t outer_size = 1;
+
+ const int32_t axis = GetTileChannelIndex(params);
+
+ for (int32_t i = 0; i <= axis; i++)
+ {
+ inner_size *= in.GetDims()[i].v;
+ }
+
+ for (int32_t i = axis+1; i < static_cast<int32_t>(in.GetDims().size()); i++)
+ {
+ outer_size *= in.GetDims()[i].v;
+ }
+
+ if (inner_size > 1)
+ {
+ runInfo.gws0 = outer_size;
+ runInfo.gws1 = inner_size;
+ runInfo.gws2 = 1;
+
+ runInfo.lws0 = 1;
+ runInfo.lws1 = 1;
+ runInfo.lws2 = 1;
+ }
+ else
+ {
+ runInfo.gws0 = Align(outer_size, 16);
+ runInfo.gws1 = 1;
+ runInfo.gws2 = 1;
+
+ runInfo.lws0 = 16;
+ runInfo.lws1 = 1;
+ runInfo.lws2 = 1;
+ }
+
+ runInfo.fp16UnitUsed = params.inputs[0].GetDType() == Datatype::F16;
+
+ return runInfo;
+ }
+
+ JitConstants TileKernelRef::GetJitConstants(const tile_params& params) const
+ {
+ JitConstants jit = MakeBaseParamsJitConstants(params);
+
+ auto in = params.inputs[0];
+ auto out = params.output;
+
+ size_t inner_size = 1;
+ size_t outer_size = 1;
+ size_t axis_pitch = 1;
+
+ const int32_t axis = GetTileChannelIndex(params);
+
+ for (int32_t i = 0; i <= axis; i++)
+ {
+ inner_size *= in.GetDims()[i].v;
+ axis_pitch *= in.GetDims()[i].LogicalDimPadded();
+ }
+ for (int32_t i = axis+1; i < static_cast<int32_t>(in.GetDims().size()); i++)
+ {
+ outer_size *= in.GetDims()[i].v;
+ }
+
+ jit.AddConstant(MakeJitConstant("TILES", params.tiles));
+ jit.AddConstant(MakeJitConstant("AXIS_PITCH", axis_pitch));
+ jit.AddConstant(MakeJitConstant("OUTER_SIZE", outer_size));
+ if (inner_size == 1)
+ {
+ jit.AddConstant(MakeJitConstant("OUTPUT_SIZE", out.LogicalSize()));
+ jit.AddConstant(MakeJitConstant("DENSE", 1));
+ }
+ return jit;
+ }
+
+ KernelsData TileKernelRef::GetKernelsData(const Params& params, const optional_params& options) const
+ {
+ assert(params.GetType() == KernelType::TILE);
+
+ KernelData kd = KernelData::Default<tile_params>(params);
+ tile_params& newParams = *static_cast<tile_params*>(kd.params.get());
+
+ auto runInfo = SetDefault(newParams, options);
+ auto entry_point = GetEntryPoint(kernelName, newParams.layerID, options);
+ auto cldnn_jit = GetJitConstants(newParams);
+ std::string jit = CreateJit(kernelName, cldnn_jit, entry_point);
+
+ auto& kernel = kd.kernels[0];
+
+ FillCLKernelData(kernel, runInfo, params.engineInfo, kernelName, jit, entry_point);
+
+ kd.estimatedTime = DONT_USE_IF_HAVE_SOMETHING_ELSE;
+
+ return{ kd };
+ }
+}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/tile/tile_kernel_ref.h b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/tile/tile_kernel_ref.h
new file mode 100644
index 000000000..967dab817
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/tile/tile_kernel_ref.h
@@ -0,0 +1,58 @@
+/*
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+*/
+
+#pragma once
+
+#include "common_kernel_base.h"
+
+namespace kernel_selector
+{
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ // tile_params
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ struct tile_params : public base_params
+ {
+ tile_params() : base_params(KernelType::TILE) {}
+
+ TileAxis axis;
+ int tiles;
+
+ virtual ParamsKey GetParamsKey() const
+ {
+ return base_params::GetParamsKey();
+ }
+ };
+
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ // tile_optional_params
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ struct tile_optional_params : optional_params
+ {
+ tile_optional_params() : optional_params(KernelType::TILE) {}
+ };
+
+ class TileKernelRef : public common_kernel_base
+ {
+ public:
+ TileKernelRef() : common_kernel_base("tile_ref") {}
+ virtual ~TileKernelRef() {}
+
+ virtual JitConstants GetJitConstants(const tile_params& params) const;
+ virtual CommonDispatchData SetDefault(const tile_params& params, const optional_params&) const;
+ virtual KernelsData GetKernelsData(const Params& params, const optional_params& options) const override;
+ virtual ParamsKey GetSupportedKey() const override;
+ };
+}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/tile/tile_kernel_selector.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/tile/tile_kernel_selector.cpp
new file mode 100644
index 000000000..c0ca49de7
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/tile/tile_kernel_selector.cpp
@@ -0,0 +1,31 @@
+/*
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+*/
+
+#include "tile_kernel_selector.h"
+#include "tile_kernel_ref.h"
+
+namespace kernel_selector {
+
+ tile_kernel_selector::tile_kernel_selector()
+ {
+ Attach<TileKernelRef>();
+ }
+
+ KernelsData tile_kernel_selector::GetBestKernels(const Params& params, const optional_params& options) const
+ {
+ return GetNaiveBestKernel(params, options, KernelType::TILE);
+ }
+}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/tile/tile_kernel_selector.h b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/tile/tile_kernel_selector.h
new file mode 100644
index 000000000..c0b10fa10
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/tile/tile_kernel_selector.h
@@ -0,0 +1,37 @@
+/*
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+*/
+
+#pragma once
+
+#include "kernel_selector.h"
+
+namespace kernel_selector
+{
+ class tile_kernel_selector : public kernel_selector_base
+ {
+ public:
+ static tile_kernel_selector &Instance() {
+ static tile_kernel_selector instance_;
+ return instance_;
+ }
+
+ tile_kernel_selector();
+
+ virtual ~tile_kernel_selector() {}
+
+ virtual KernelsData GetBestKernels(const Params& params, const optional_params& options) const override;
+ };
+}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/upsampling/upsampling_kernel_base.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/upsampling/upsampling_kernel_base.cpp
index ea0d89515..889daf8bc 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/upsampling/upsampling_kernel_base.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/upsampling/upsampling_kernel_base.cpp
@@ -76,7 +76,7 @@ namespace kernel_selector
kernel.workGroups.global = { out.X().v, out.Y().v, out.Feature().v * out.Batch().v };
kernel.workGroups.local = GetOptimalLocalWorkGroupSizes(kernel.workGroups.global);
- kernel.kernelString = GetKernelString(kernelName, jit, entry_point, ROUND_ROBIN);
+ kernel.kernelString = GetKernelString(kernelName, jit, entry_point, params.engineInfo, ROUND_ROBIN);
kernel.arguments = GetArgsDesc((uint32_t)newParams.inputs.size(), false, false);
kd.estimatedTime = DONT_USE_IF_HAVE_SOMETHING_ELSE;
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/upsampling/upsampling_kernel_ref.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/upsampling/upsampling_kernel_ref.cpp
index 46a927483..9037ebc0a 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/upsampling/upsampling_kernel_ref.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/upsampling/upsampling_kernel_ref.cpp
@@ -15,15 +15,16 @@
*/
#include "upsampling_kernel_ref.h"
-#include "kernel_selector_utils.h"
namespace kernel_selector {
ParamsKey UpSamplingKernelRef::GetSupportedKey() const
{
ParamsKey k;
- k.EnableAllInputDataType();
- k.EnableAllOutputDataType();
+ k.EnableInputDataType(Datatype::F16);
+ k.EnableInputDataType(Datatype::F32);
+ k.EnableOutputDataType(Datatype::F16);
+ k.EnableOutputDataType(Datatype::F32);
k.EnableDifferentTypes();
k.EnableAllInputLayout();
k.EnableAllOutputLayout();
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/auto_tuner.h b/inference-engine/thirdparty/clDNN/kernel_selector/core/auto_tuner.h
index 387a9584b..864e1ce11 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/auto_tuner.h
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/auto_tuner.h
@@ -18,6 +18,7 @@
#include <atomic>
#include <mutex>
+#include <map>
#include "kernel_selector_common.h"
namespace kernel_selector
@@ -48,7 +49,7 @@ namespace kernel_selector
This device ID is also written in the cache file that is generated in the on-line mode.
2. Find the hash of the node you want to change.
This hash can be obtained by:
- std::string hash = std::to_string(std::hash<std::string>{}(params.to_string()));
+ std::string hash = std::to_string(create_hash(params.to_string()));
3. Change the kernel name and/or config index.
For example:
{ "17001023283013862129", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) }
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/auto_tuner_offline.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/auto_tuner_offline.cpp
index 4bac23f41..062138a79 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/auto_tuner_offline.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/auto_tuner_offline.cpp
@@ -40,12588 +40,4 @@ namespace kernel_selector
}
return instance;
}
-
- // SKL GT4e
- void tuning_cache_193B(tuning_data& td)
- {
- td.td.insert({
- { "4583484812233029888", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7560832358324865221", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7382044526960590018", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12372261924257291610", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 167) },
- { "1547771611689525848", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "3134973665622945888", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "18260030211719729324", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "7416143717989012766", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
- { "12028963907131702705", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "2464531851392092325", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "8181308759455478086", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "546062289721803579", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "4889405384318695802", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "12841232643395100314", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
- { "14108361259911144680", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "2726453304845436156", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
- { "2607416795507802412", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "2175404966338020579", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "14666883719480623074", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
- { "3752993663604843837", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
- { "5274735654559844733", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "8174421295799601683", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 124) },
- { "1967655354607438665", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "15762542971370422224", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "8183203099539372914", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
- { "4075343423548891274", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 63) },
- { "13264497096898621015", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "679058537775669048", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "3375634256357960999", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "2844616672368585285", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "14235558866846276172", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 124) },
- { "18066867692765966577", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "9861424412782371874", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
- { "607078314875528651", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "6234885984223387670", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 63) },
- { "7223570329858821704", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "17234843749633035510", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 82) },
- { "11516168882438876247", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "11312664612825940140", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "14846039494240217143", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "3390376200501119384", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "1113077760071340574", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "4614875083188849196", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
- { "10859023312681572942", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
- { "5588692131556725717", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
- { "7653946972043115920", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
- { "9773458066743315157", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
- { "10491513939202460216", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "8140122945471321201", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
- { "15079423575410353790", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 240) },
- { "12844146569641472927", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
- { "13443914015380511668", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 80) },
- { "13404457916017756196", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
- { "6402415801415013013", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "2040762223425679479", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "8595156989254845134", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "14493123117003003092", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "7391309333582046386", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "9935182178960843140", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "15422142509105297183", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 111) },
- { "14849987788569183527", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "14923132847727661051", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "13271555597925466454", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "6865593216823998846", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "12385437755245281331", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "4530047829451377456", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "127643210248119703", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "2599051617462913767", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
- { "3024020696533545102", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "16205377892664082400", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "15135655146332608939", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "10848724554175904486", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "15558120704022404428", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
- { "14120354125904513152", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "8475075092501403968", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "15892943371777404347", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
- { "15078418657871922661", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
- { "3502053626453342387", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "1230316443026403527", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "12846418701225147646", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "17386994561779281406", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "7367684259946371231", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "5451072983028714092", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
- { "11758623888547009364", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "15958650715061024845", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "13899144453581769028", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "10884229860266073967", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "6629431845229592220", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
- { "13199442294147992119", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "5032929712205664246", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "14871333176552512036", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "17890435688048047959", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "11353661571093800805", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "3101908018947919238", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "7495240482209084478", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 94) },
- { "6964506613327100469", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 94) },
- { "3670645005971806718", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "69949758775887534", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
- { "13654393413005772278", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
- { "11101512074369779300", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 80) },
- { "2273811004985590823", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "7457154125218067377", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "7709677514862642399", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "8010619564572573208", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "16479793487852125428", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3147355028342035061", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12672939642957531547", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12627961914394914920", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16210688853876861607", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1899485873740458557", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 284) },
- { "669151029135558505", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 286) },
- { "8912067280071688393", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 286) },
- { "7714589858275971005", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 292) },
- { "9794413496918699979", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
- { "18350040136091421971", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 284) },
- { "16931304566154830346", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
- { "12816950084297042217", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 284) },
- { "2359632276970855181", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "16592641501972654496", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "7754054384598160936", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 292) },
- { "18195884921517044108", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "16256130331524359070", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 292) },
- { "13497279823712860029", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 282) },
- { "6095972148204769193", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "4149964766407000732", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "10262104071809780712", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
- { "10707129891337660055", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
- { "3585075254981736756", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 292) },
- { "3181067565488724209", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
- { "8636008354706344794", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "4966150965920189853", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "5569253153294942795", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 240) },
- { "11521347729886549503", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
- { "12399471154320580621", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "14851218369956754103", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 240) },
- { "14859848826604327499", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
- { "14783159891899899660", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
- { "2369671961317151564", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "1691004331056506231", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "4465288557833228023", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
- { "13538111995551348621", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "1886751914747841929", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
- { "8445964247944285746", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "803205084059316676", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "12654698468722759675", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 240) },
- { "13484605287576302088", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
- { "2469399061693302590", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
- { "14782181149367028912", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
- { "1448238652280623323", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "2076478920663115306", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 284) },
- { "7369834759425644726", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
- { "11702633755046828968", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
- { "2944972038827287015", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "8261441437673092886", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "16694312773479519523", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
- { "5486494868955566721", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
- { "8246009573416434030", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
- { "9457894602447879547", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4598302923247277427", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
- { "3116224788980631217", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
- { "17103527368951412486", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
- { "10150428063205056209", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "16984028253790680977", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "17857105233471273424", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "2715609009808401074", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
- { "232807837985324954", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
- { "13933912937625580405", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "11254635684957519432", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "6729077823331194042", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "15961933828477762733", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "827225131390571924", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
- { "10429613013253088132", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14629385997654952321", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "7546586420552408243", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "11897687507601277182", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "13975409361394567866", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "6458124573210430792", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "2385616965635993249", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "14462438074931673266", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "9338654554616107568", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "15476402794704488137", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
- { "13654816209891478730", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
- { "1680424228660495363", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "12929981792125924963", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "4698507050987130777", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
- { "1094144958579794349", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12358908585763044267", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "9793373151408615612", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "90849151510482266", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17277787450259342076", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "2367877811435050998", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "433942345363552443", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14575816691130255191", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3675622521877371819", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "7601637686045360430", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
- { "9818496628902493298", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "377651990943545344", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "16357661916741979192", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "5417669424921804056", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "854020380490533945", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "11984602132438314210", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "13100228219613095795", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "9808704199834907703", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13071373212254908241", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "18392748682101174561", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "11928475964162658765", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "11937547211842355800", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "4637568849323640167", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16812695025037565299", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
- { "10487883723723512839", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "15315014737515653325", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "1579905786032546689", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "4243996335899627971", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "2545885699369058867", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "16926950874716567095", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "6355395905401306995", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2096779676054335057", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4217179485243909459", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "17101789600628162503", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
- { "6139574161497189424", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
- { "16559140502701231107", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
- { "11459784003592366395", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
- { "7869916853707978306", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- //{ "3889519976910355277", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- //{ "12081835728078383819", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- //{ "14923692894655929923", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "1841901358010744236", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10888203577545955226", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "9799890897264103013", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "1827296932806936575", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "13010820430079828498", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "6245781545617904772", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "8714031312599034571", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "12922099252166105096", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 222) },
- { "3042887030242700493", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "1419879016567682338", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "12870587285162108523", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "6103433181190121715", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "3469599265931338557", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "14812617666668076833", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "14854734265631496499", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "7637441820772916248", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "14695781272831602408", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
- { "15696910741835640150", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "17790593820165047954", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "1433224983833208570", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "16185194021453870096", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
- { "10310918050196558188", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "14885938077915823034", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
- { "14442357887993453368", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
- { "4719130523147011420", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "8870222084473246330", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "9350596936816632825", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "6183248276225219542", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 173) },
- { "3757195189216622027", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
- { "8318857994507665384", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "12864512857659000129", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 282) },
- { "6615646900347529347", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 245) },
- { "5208923086986567490", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "9390793435913144215", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
- { "11997629302296435180", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
- { "4858270366437120918", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "15975176007724247667", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 244) },
- { "16837473534895641370", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 244) },
- { "16214153687871223428", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
- { "8858112708913743577", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
- { "8844677471730173649", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
- { "9043742986995534354", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
- { "15621341038256548867", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 244) },
- { "18268980125375728709", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
- { "9757167087033785227", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "6513982093384445397", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "9273893819042428704", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
- { "8270840662337272430", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "15021512490648380369", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 123) },
- { "6578908625437515675", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
- { "13762042713029963144", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 125) },
- { "668798769117277023", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 126) },
- { "10917498758625273194", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
- { "14335423820860953927", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "13978750151855895830", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 82) },
- { "8965747921518186477", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "4428101657497677982", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "8151272056391095510", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "17656341100957270390", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 4) },
- { "10295330953350618042", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "15901675909820977223", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "6026876733674266377", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "381149736509958403", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "7962991673727743706", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "10064251191248475177", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16663239694378513014", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "4690831975451405214", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "16132498413588349821", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "10609644803793651808", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "16520784657717262379", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "2271187702055786721", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "1872921634399989626", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "12535576637355537200", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "7771729980527620398", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "14849108908297747749", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "14043770215999952932", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15277856047844308598", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8048617952947915835", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11446745541571732900", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "17422822627612865758", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "13954144830230671601", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "11198908896401597838", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
- { "5582896843095691256", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 109) },
- { "8133587696326295326", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 109) },
- { "2007192658799516915", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "9492402787848610840", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "10515519878978734341", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "1375156980278317418", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13455881643467418059", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12788968383428254917", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
- { "12304975739476881266", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "3390014193205017427", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "13587202155230938291", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "14462744723628661203", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "16109721499545711936", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 155) },
- { "10090923790949378407", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16672038432561840773", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2973773544904290726", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17193614571243427089", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2862029728492027826", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11066930104187448422", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2755147389712995637", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10662798624911535617", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "2172121470071868949", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3579916582911190192", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5495063314176654751", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3771003491521695667", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 359) },
- { "15514370342945522276", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 359) },
- { "17285639145064557279", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 365) },
- { "12642574441854544900", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
- { "5471430682416582179", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 359) },
- { "8561154029325525444", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 340) },
- { "8939900194037985459", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "2129726780118554358", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
- { "15463465056816958579", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "9268536904925062469", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "45977313646881991", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "7092246390386193774", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 340) },
- { "14801984300948838261", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "2797723586312707948", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 354) },
- { "8451212914744825089", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5131348852069018593", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
- { "13619081494170885939", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
- { "8818679285688095197", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "4608292692528881356", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "9729987752669765456", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 286) },
- { "1782966703272153440", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 222) },
- { "15641674846325113216", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 287) },
- { "18140951659547259039", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "3416294810798281053", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "12066560812164094695", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "9332596500956923556", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 284) },
- { "15067550526427941795", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 222) },
- { "15428062440621131394", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 286) },
- { "8873614802459592665", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "3367130693014583254", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 359) },
- { "14135594471530769414", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 359) },
- { "14971707650115908544", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "3036512701943687724", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "5334291640387922287", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
- { "16245760498096322525", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "9928406318940388716", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "3369894612786523432", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "590505356692040012", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 191) },
- { "13240472672791632740", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 222) },
- { "7128145024365641089", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 222) },
- { "11497327844388026594", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "7301757962797024939", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "18121689595247452649", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "875296362957469305", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
- { "14912119584313592912", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
- { "12494969618927201911", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
- { "4640611487944119712", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
- { "1692411934657235774", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
- { "1673006919995519093", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
- { "10601835610089648700", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
- { "13262672660175739705", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
- { "7639015398436550592", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13867172651521406104", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
- { "14587150810299279663", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17271409929705935575", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16744813357455687598", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17215047912921813592", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
- { "4093195092417588676", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17895953872149392740", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 199) },
- { "5918874715861160937", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "14498368518428801865", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
- { "13857947326347149693", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
- { "4965619590663772423", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
- { "17153828952517174005", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
- { "9864812885638557249", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8410695282651246173", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
- { "3011957000022205132", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 296) },
- { "18202466898415347292", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "11433166800587133728", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
- { "4499160027703324879", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
- { "10225878843410985743", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "10961131057009777878", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "17123897723015586893", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "3938875063592179645", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
- { "7589320923145169660", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
- { "13907115679251591389", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "5262155845067632954", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
- { "12323619994816664201", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
- { "13711624246076632711", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
- { "13879644216615040961", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 94) },
- { "13418213186769741623", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "9850414237385072276", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 94) },
- { "13762987373425432087", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "15387492794262813616", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
- { "9455446170928387706", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
- { "7799083605029182328", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
- { "6416346888102436677", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "13401162817870652306", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
- { "4574862993950020539", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
- { "3956303186129893250", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "14928794187754412027", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
- { "9892597035419316966", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
- { "10290107543739998181", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "5275016494706355806", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
- { "10947686124973711385", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 55) },
- { "3997597867012981671", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "4003433148846544263", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "4361250474585164062", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
- { "10523363119855336043", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "1718324808394833635", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
- { "8430284238380067998", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 292) },
- { "3950448771871155887", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 282) },
- { "9033877528655370244", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 287) },
- { "8878071105867359307", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "7511984934520363336", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 287) },
- { "860443413504997114", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 295) },
- { "4957638663977636791", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14793503588688729262", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
- { "9303039486341715392", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
- { "8923406201866512905", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 305) },
- { "14629889085799380442", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
- { "4811310048537439646", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "8622985922687454592", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
- { "8611046137980763541", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 173) },
- { "1879796404388368873", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
- { "6928835003016610382", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "8603207107304593583", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "6477198553362516437", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
- { "6377441002585730862", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "15761554874575656075", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
- { "118354408955419547", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
- { "13601202334102031245", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 94) },
- { "11716196499333250570", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
- { "16984923535088627888", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "364996668506826202", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
- { "6412527114952548517", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
- { "4892959859293355837", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "16127331840410137228", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "13335944978055152562", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10715829903767495958", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "6065404265303390338", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "3897655522585667381", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "1860663592951633878", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "5698748062275134041", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "15945452307780131237", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "6764685582382238740", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "4737109912659941670", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "9371952894576491521", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "12696412964119109465", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "17825874529822806486", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "8220763890959777277", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "17731591992960147987", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "8950668477702067729", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "14991602704357959545", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "16383540667048742064", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16820082917500285799", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6820284286806022849", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17285815901490707654", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "994182747184593564", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "6642767323474835034", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "3215659303601163167", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "54975980454651672", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "11529876081402974396", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "3644282167178264526", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "360872770877634346", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16720108310653948550", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "14353390922580547467", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "9868561386826862471", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "17465517455679097501", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "5570311824197099845", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "7524311370696987092", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "14070988879848388270", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "8296551195150971668", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "14352796912241296357", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "9840495023131952174", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "4720851194954041037", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "17009318615658405230", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- });
- td.td.insert({
- { "9421643783312790618", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "10693348571961406417", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 191) },
- { "2940027113687311893", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6090625728451718945", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "5643908654122573882", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 190) },
- { "8852322966320229583", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "11185156002426041243", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "14670068483447729857", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "4623542918584461522", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "3126708271410621754", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
- { "1434535531617424039", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
- { "17025268985366223779", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "15398976608777968810", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 110) },
- { "6149673627320838019", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "7413341807736193935", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6071597471486669736", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 287) },
- { "1127095963814993729", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8611856835854445891", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11115935318793891293", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "5393081375805921525", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "17589256877540537468", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "4135814997524960840", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15180348902159643465", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "2818524781020760666", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 124) },
- { "4942080349816430490", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "9263314249867362", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "14377032179148581309", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 124) },
- { "15245529372955421912", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
- { "13595283050046771323", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "15667549927492357263", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "13827442968070281886", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "12076060884099762835", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "16532386511585070092", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 132) },
- { "4910582540370962997", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12335148041391647118", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10689880083512104726", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 167) },
- { "8870164706606458004", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "9269498023794081940", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "6779832349039897240", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "13942354789498444722", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
- { "14294764660016835141", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "12323510278692809329", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
- { "5728070995112243570", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "5381496395266530071", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "9712640406795417230", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "15036737419347383878", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
- { "11552594222313787816", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 151) },
- { "9399255910184037480", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "10594581016504135920", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "15640487942881889055", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "14165417928501578590", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "12251989236991754721", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
- { "6675363512560434713", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "9831713940431605743", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 122) },
- { "6531349504807709133", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "2726501303929773572", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "10439704858943788014", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "18137994263450376706", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "5711991739289045727", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "15255831401757117660", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "3906658058160172747", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "15823433297099049221", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "7829483638597533960", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 124) },
- { "14092273913846393837", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "3746578485711843646", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "12228183555926126959", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "8776893332387904786", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 63) },
- { "16672299044236704672", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
- { "13309889945947393850", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 122) },
- { "15966815420067673043", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "7415938485228396256", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "9655590024687998403", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "14798289196964890724", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "9794684437872784678", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
- { "16729204245488754836", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
- { "15185983488152870534", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 81) },
- { "13821372148587948765", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "4727004015814244856", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 82) },
- { "1738348894912205653", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
- { "559491455289877068", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "17312172687490475177", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
- { "3470176432841342662", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
- { "8950283515337670839", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
- { "3995072673238444396", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 82) },
- { "1238913228370790536", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
- { "928677976151553489", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "4059887681292863495", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "10493952422143348278", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "5610465912655751128", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "759163065093339795", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "11300938516591867859", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "12843263740221725967", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "888316366026890514", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "8088645310090149658", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "15891058658954073255", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "3456538031339928220", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "14187063304165334647", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "11593893535334124231", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "9218293603091125898", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "3614865264081581688", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "8860682105104682547", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "3775781894241463386", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "8857354069987696352", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "5611508857136313396", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 354) },
- { "10872828113308792940", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "3726594456692340607", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "7541331569935741737", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "5639394073086652531", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "11158391063762007051", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "6319861294308997034", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "6893801771793379570", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "9015970699147699643", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "9252735579930779632", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "16237353798629485972", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "10916127635689513485", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "14631094106016920364", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "5050075828787158563", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "2277573429750402800", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "7462044209068160751", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "8879836520351993142", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "560198731460537880", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "6414187394150266523", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "15317838148382459105", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "11219109605495282242", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "10404790565578782014", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 82) },
- { "4657890394631454901", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
- { "4256171754976506222", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "12658039760507507230", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "9883901352719605734", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "5115148310176289236", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 82) },
- { "4892280615322354003", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
- { "15491567059821267605", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "4716932801711295063", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "15559962129967760292", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
- { "7866546777503165080", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12994023006726461909", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1869893771689012539", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5635187738652974532", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12849693339574251399", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "13233683642200681957", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 284) },
- { "4310121962651039089", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 280) },
- { "7620758476872568593", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 284) },
- { "10344702612951473525", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
- { "1668590302432600271", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 138) },
- { "8750610033922701675", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 284) },
- { "6913992575736424382", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
- { "17945230226911262869", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 282) },
- { "7356559449640788577", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 284) },
- { "18349175655630268884", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 284) },
- { "16817085704588915904", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "9503107262691437536", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 284) },
- { "15595806193584438610", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
- { "14283867094396458105", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 282) },
- { "14215445060938730397", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 282) },
- { "12720976113342879024", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 282) },
- { "14766625154638709852", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 282) },
- { "11757187678986741715", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "13038212285326297688", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 138) },
- { "13919423909034348565", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "12925256096286953030", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
- { "6275163484075546689", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "239651884801599911", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "9500211224156027451", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 173) },
- { "10902538092301362853", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
- { "8454943813981348115", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "11722951613064434115", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
- { "13547342611064538960", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
- { "15171119202712914112", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
- { "5451487099025245427", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "1814940262511664251", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
- { "16341609351317463829", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "14343280871046671393", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "15586404971308258630", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
- { "15891211707425019144", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "15351688973597240327", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "1844016761754156672", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
- { "17925606428283439978", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
- { "15050158761219834868", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
- { "17448180555072943363", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
- { "11422222075976800614", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "14284377769814732906", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
- { "667777413731244716", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "11624071786842686451", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
- { "3874974512053082278", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "5471037497181745651", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "6371386660654628561", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "5331835606773958814", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
- { "16163821504542698475", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
- { "5697543838890997891", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
- { "6217438921274668801", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "2633095809604510774", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
- { "11218297661079136641", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
- { "3374196543196230185", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "17797320202829145544", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "17198778757516749818", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "6440981718484677922", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 80) },
- { "1616603916015535857", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "7643715911083095268", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 132) },
- { "137903092932521503", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 167) },
- { "13203019690952060789", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 93) },
- { "3918152537861570517", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
- { "8782903242853500098", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "18312668164562040079", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "15160703466234996170", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 63) },
- { "2751241748685218213", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 122) },
- { "12622728760401804660", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 63) },
- { "1290624457831957354", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 122) },
- { "10924946887162830574", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "10789202693606479024", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 122) },
- { "3718558874911694616", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "12835389389575311182", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
- { "17406431092101974143", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 83) },
- { "1400409391266374603", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 44) },
- { "12154660333025778322", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "4800587664660105589", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "16474284418841532356", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "18117355153710110681", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "8449591498895477846", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 365) },
- { "2962899568083589487", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "3491333679577961640", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "13945298510228460890", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "4282198629458668761", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "779525528509830615", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "15002237905129290671", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "16833026567865627676", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "16991060247581867302", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
- { "6902644989079870993", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "15088285782819494786", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "3379661203936923589", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "10049571207493913006", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
- { "15691689005236690951", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
- { "11275109735493317886", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "12220860296984467101", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
- { "44210723233569665", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 143) },
- { "14014987361364503383", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 284) },
- { "18189351665719757712", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 154) },
- { "16159032667792855758", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3374037004378790060", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "6765409971512438438", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "10098892297878373639", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "981877665302032867", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7472350511000146655", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
- { "15513971895394346930", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 102) },
- { "6169721205327431190", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
- { "4519054607159036572", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "12750124851833311828", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
- { "4333851142313192116", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6041620003527819661", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
- { "15091361629922645798", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "9348121965341418899", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "393951904144235223", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3220084080191614421", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
- { "11610588256244825741", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "2802357220980817497", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
- { "8972812517118478580", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "4207115359813621211", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 79) },
- { "16582237002610438015", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 99) },
- { "772342953072606219", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "8546247990965609013", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "7971830510840138313", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "3570484486449791727", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "11461079340079820563", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "12663860560275361463", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "8132521728369930959", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16108573960501496757", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11086699387784339943", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 119) },
- { "4013707396889204359", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "11850332373794932468", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 101) },
- { "14763982961176216679", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 93) },
- { "8207349115037232863", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "3273748387141431306", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- //{ "580936360000782237", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- //{ "10682918518101379579", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- //{ "13178480813522103091", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "14472322679644532468", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 111) },
- { "8378137527264154204", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10180255575636684134", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
- { "18242121098885244699", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "6178572652675599622", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "6558074021146321216", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
- { "11038938372264857379", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
- { "17137800360536507200", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 138) },
- { "14016185289182597841", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
- { "8970519484272874266", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "3289746379259038515", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "18389174979070260315", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "17666483005735191253", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
- { "10845781902676865789", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
- { "13646634862315619979", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "5072154928583891344", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "7757331094141318304", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "16779678846332091086", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "12223166874490429642", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
- { "13316017702896072758", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
- { "10390896207372295988", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "8386498395042623384", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
- { "17923632501885139982", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
- { "13398326377839777956", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "13520557646924372128", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 245) },
- { "5996787039089786722", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "2626376166907387273", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "6147643392694904814", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "4311921348668650791", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 245) },
- { "8046109476498335792", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
- { "14190077682825257613", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "5032302126047788183", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 245) },
- { "15256375572125522238", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
- { "5083173538217738703", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "17269467004855120308", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "2901056469731554922", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "9747637051217505111", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 245) },
- { "7175860674618956918", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
- { "9530922411870814200", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
- { "11015319643831560673", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
- { "5182740559503076121", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
- { "7567277014404457462", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
- { "15973842639221447367", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "15951492056203075273", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 169) },
- { "5283253936050062275", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
- { "17650690912303447913", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "9614936270604202220", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
- { "13998661469619523378", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "10584034255622783869", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 120) },
- { "2973436171295280783", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 41) },
- { "1908809004094565452", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "1623383628456201603", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
- { "5766507688771440170", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 22) },
- { "16626226341188424071", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "14619055893081624406", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 81) },
- { "17222005830854879661", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "14224121742920800990", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "5859124386313585730", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "9596156698919548146", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "10482582307328548806", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "407189201971322683", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "16626507949474235269", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 6) },
- { "879005904827468163", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "8460847842045253466", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "2729099061601852493", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8233922303282945338", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 238) },
- { "7402006230339617617", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8420763628389536977", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8325767678959979628", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7673672840505587739", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14166169053627992481", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "120923426036313670", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "7348084298010357768", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
- { "14653065651448352526", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "11008522061447263744", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "305505245310584136", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "6472139251351862598", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "10586018593856542117", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "16706121580364790904", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5495776091407365966", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16430562172386510259", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5673972310424776040", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8797843396807284399", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "1698321314111848001", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "5762290464889692462", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "3218248162832023196", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "12988961529988078346", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "4232250144427804891", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "11683680166617045816", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "6252429564537528709", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "11717348577195224554", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9275303306340702111", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 227) },
- { "12245096462203481681", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "18439435691655740074", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "15272426400992401555", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "9136831791301215059", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "18238669114790278675", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "15376246520426368532", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 110) },
- { "16469788155263456039", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9360494451263553093", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7897877428349481398", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9354818521586974021", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5853553261686771766", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6351572488552853754", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11372638316835753193", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6170074103544756465", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "4544242784357021697", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14225108809796795520", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "178353385245384751", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "2002574142025049539", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
- { "11630971824787392820", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
- { "11542493210215136239", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 217) },
- { "9595803435783166868", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17610828776103321939", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
- { "18312069177632970412", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 237) },
- { "7577483892218843723", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
- { "4355933224673863178", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15124932296735391043", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 284) },
- { "16888042302987189589", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "1584639932403433303", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "15516194807992507442", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 237) },
- { "6614374536332038989", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
- { "5097818987523855112", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6623182990939010641", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17001023283013862129", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "7935150275452094595", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "2326323992207208685", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "5072735784865711772", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "4683841893192741312", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "10341773151035665956", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
- { "14109534738984061372", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "16706244336960642883", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
- { "1967030672241059921", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "1482100699000420627", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 282) },
- { "13632911653636980024", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "6198830126915940359", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 220) },
- { "12125006289181390694", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "14152716242882609401", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16732621354152092286", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
- { "17921489101554455214", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
- { "7384108582424003436", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13139625572508441980", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "16491532291908469567", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
- { "17788367809717898285", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "1509728225855233852", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3816705689596666600", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 154) },
- { "14157505468412850916", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
- { "17366807170224886960", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 223) },
- { "14548509699664316785", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 223) },
- { "10404702662303016402", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "16436357970364549479", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "4858167644379876157", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "4381329435655511217", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 354) },
- { "13972357557211413688", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
- { "6580334406272192111", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "194072522984726408", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
- { "4490223883171428014", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
- { "17194603517181970633", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
- { "6995235840871804844", std::make_tuple("fully_connected_gpu_yxfb_ref", -1) },
- { "1671208365782918441", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "11718418772370938734", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 82) },
- { "989564341557094953", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 55) },
- { "8133676065307881979", std::make_tuple("fully_connected_gpu_bs_f_bsv16_b1", -1) },
- { "14555883089089918919", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "14026570177552137240", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11686670048744589243", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6678796313875454849", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "641417817126876622", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 191) },
- { "9622546530872848323", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "9194788897910888066", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "522181557896569275", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "3332334993503432420", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "16131448347558322280", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "13852065717057446998", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4342360467977736802", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16336482874764861478", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6075691042233712335", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7570346182940928159", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12971822824884826169", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3033264172690274208", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 103) },
- { "17301887391757619741", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "15790005937034794347", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
- { "15464327246951632247", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "5659168916726488798", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "8079376692609682448", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "15160738482264643601", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "13953639482255428227", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12293786134765875615", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "18214412375127043522", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10670103699537731664", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "10147266284710177932", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11443268857010762276", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "4659943649635556150", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11726298758004767743", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "13896680298436380632", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3797957937905580811", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "16294962940703055933", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8526484907799590618", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "13723543003759101485", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9873647901670251106", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "13268525255152984893", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 94) },
- { "13008742408950833847", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "8616686489737649890", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 94) },
- { "11423865221956815041", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "14990645740260870030", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 94) },
- { "15204453579641378742", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "10892456883214928095", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 94) },
- { "17856816245251319111", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 94) },
- { "1799430190598598671", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "3106591708459602370", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 94) },
- { "4111904926378218826", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "7678457226823073886", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 94) },
- { "8786249783185140623", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "5389189982064081933", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 94) },
- { "15175088047384943892", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "15331103261044247142", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 94) },
- { "3627273785739110683", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "12478309735214802531", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 94) },
- { "7212944937255713716", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "11873734271080160669", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 93) },
- { "18421820525219154881", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "9553032671453999824", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 94) },
- { "3860603464276263676", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "14115313335378184289", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "9519623751582710696", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "10288726118862235940", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- });
- td.td.insert({
- { "2231648183489019418", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "6316097202867006365", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "16208488491972128275", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "17978026144659698965", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "2566302789609970663", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "2714742023091949586", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "3087801652564627458", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
- { "8602155166799218249", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "14230385851791760020", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
- { "10828719108804915700", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "13973179950424276578", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "3668927000317872012", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "7947870656736319919", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "14767888121198814523", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "10401632438377178271", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "8762901342272872498", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "10783981060353445280", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "12608289345175485333", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "7875272450497189442", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "1599725688135122629", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "11932770338770247767", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "11184047387366978375", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "11716771904412649891", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "12576157843776905380", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "8402692278765063674", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "6781076363516398481", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "3255465741612432300", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "9767950219863105043", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "7134654288295280046", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "5821853991835395449", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "3480732841490521799", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "6973260260946088987", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "15649927926091502215", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "7910468668367486698", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "156456996459945842", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "1994927850993519406", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "16431165572426232677", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "2864254144951744544", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "5390559917122707732", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "8378839908604146288", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "17163158934005653629", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "1185280691070355160", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "1999979442136861875", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "2527189070714658176", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "16032797290430373799", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 81) },
- { "16783619135298589974", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
- { "12785335515281046438", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 81) },
- { "9216608098626790565", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
- { "18257496796879980386", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "2452226948562393335", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
- { "11072545690050335239", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "12668149981216388765", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
- { "714898562476771473", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "11115684531624462986", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
- { "8710684853144029787", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "3752171257634205726", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 41) },
- { "5243587439683016777", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "16881283637687482989", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
- { "6042976104660344109", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 82) },
- { "7351733901977025859", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
- { "9341400376014914418", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 81) },
- { "13713406612642090169", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
- { "683350872280694452", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "10436819182310112786", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 41) },
- { "10269788826827249402", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 81) },
- { "12558716383635737426", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 41) },
- { "7181186153851700294", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 81) },
- { "8107447526839063293", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
- { "1016414921656805365", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 81) },
- { "4871907623235871050", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
- { "15539976365475470623", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "3880189981766119529", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
- { "10154958553575016770", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "4561874206785244358", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
- { "12358640399843058144", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "12956726277674279950", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
- { "7177837234452118325", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 2) },
- { "3160080179644173650", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "9832551412183684637", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6347790007333387897", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "13219313818719819982", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "17780553554354185249", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13315473376247698298", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "11815135771923538945", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "12465309202808173810", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
- { "7171436879576678563", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "9407046952012845638", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "8805267762044816983", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "14381377343079009210", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 102) },
- { "13248818835662551847", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "9300668734746602663", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
- { "7706778813807762766", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
- { "16991433003318725315", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "4584399194832832140", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
- { "8558026087297588736", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10198351802037434471", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13257958112171706655", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 139) },
- { "14722464361594874490", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "1544616395544118800", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 220) },
- { "5955569479109539856", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "17738708576252096108", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 141) },
- { "10276056345160651377", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 284) },
- { "13515249925520423329", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
- { "10055593174764596789", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
- { "8707130584661395715", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
- { "11161176476048297041", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 138) },
- { "6959258479021077609", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 302) },
- { "6365109451272429541", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
- { "8191978674781978488", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
- { "11604224659996035116", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "1759873215866222608", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 245) },
- { "4559874433048442047", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 240) },
- { "6937259685509040959", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
- { "8242732346001884230", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
- { "16156727721974657541", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 245) },
- { "13786314015179226945", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "4202371435873473624", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "10933135228023712253", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
- { "14467312749536832362", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
- { "10557843071473489529", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "14967016402348718219", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
- { "7594056145185406157", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 83) },
- { "12051754199123379659", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
- { "2634827464202220192", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
- { "10211888372266149335", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "4548339182509526896", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "828946941343000506", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "13008375263617223352", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "5638301531544801477", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
- { "10213021343800816450", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
- { "12000084249129063723", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
- { "18040104088851490930", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
- { "16394608147869554267", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
- { "15229178454191871174", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
- { "5927467766675317093", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "4877661058006573128", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7515937801840512449", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4747017546101861376", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "8833751655076849826", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "16256124470203598218", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2706523860113152678", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14946999257618007034", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13699343107940933196", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2887515984302814699", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4906737644615337997", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4725303208352054390", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14955652052550053223", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "862470330257326268", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10381668587006680936", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2593337359555305520", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10774393239130591748", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "16247780189312707876", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "4487284881658782961", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
- { "2811240876735166934", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "2447678508469638445", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
- { "7454164784767168407", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
- { "18275848121133385773", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "13759457214873634937", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "4855959048455906948", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
- { "7160112985819045832", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "6880424067049089394", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
- { "748023061136366353", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 347) },
- { "15793120434966402276", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "1932618420321708351", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "3336444565837087463", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
- { "15067224168014815918", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "4431271266410883917", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "14115818307364071162", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "15250928896997938213", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "13013685738525906988", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
- { "17607598031220186942", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "10278583197921433748", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "5300123851331202735", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "10751381988703627540", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "9905160045246767203", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "2927340528757005274", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "16243861301305882872", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "15004681374954252324", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4496537089364942280", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "13357951046545317387", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "12878719705192625362", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
- { "4785466104509327241", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 110) },
- { "2416244034719176938", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "17785504548342377669", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "12811319921474895164", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
- { "10760000973615798613", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "6300105753728135778", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
- { "5791707725846814784", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 110) },
- { "13246629627758485603", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "9400558994532871122", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "17865276008842107020", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9981156409872807880", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4626770940790542333", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1094262369519841857", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 266) },
- { "5523297987528243797", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1789389636704094004", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13544237579827433636", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17696244668222870549", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8926171136732424790", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16179159307898475953", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2692291137583386471", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1095433004701276122", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16277739324697771064", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 147) },
- { "15945243427420522827", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "12296021067910843036", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "10673589588224406026", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "3585431879296991112", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "3119002388778552316", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "5322582996019286781", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "13225749488949717853", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "13207215182979880133", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "17730578026124357983", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 372) },
- { "9725306578495355500", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "5277508201756602822", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "12806959657459851511", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
- { "15232478805009654818", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "17712227426604098630", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
- { "2530975976273876727", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 340) },
- { "6232318392696042532", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 340) },
- { "13657818175298160631", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
- { "4088603773237062922", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "11177710514557128293", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
- { "17515272254985846970", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 337) },
- { "312130674630486188", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
- { "18247095696433793115", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "6341728273786101457", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "10401462893795799864", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "3032101782888447048", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 109) },
- { "15078331029547630371", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 220) },
- { "18043541805861795852", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "7608435380564752000", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
- { "7129337563584588644", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "12204270722180734542", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
- { "13588405581356678469", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "4986281570682617547", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "2214420531345686129", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "15030725973433075086", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "15384520760315696372", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1915712383376159541", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "6176816506826300479", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "15331830720555178784", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17558578036713688769", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
- { "2388815483287403961", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "15948716167523201661", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6787190800192250525", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3378135802544446861", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 149) },
- { "13053802967262518173", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "5503306970973862635", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "9417884304413500664", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "7866083951140251349", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "10084810175406860705", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "10342347371769114236", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "4063042455950354352", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 149) },
- { "10055531955039754920", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "13173341667656398216", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 314) },
- { "9356247214800869277", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "8630592326601832361", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "5041676938441886628", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 359) },
- { "15379755045295790608", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
- { "13410979599123644577", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "13504573816477550406", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 314) },
- { "4459291258089899503", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13992993617743773278", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "13395962624719382401", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "1535675815795592775", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9849036672784280133", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10780684483689207763", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 188) },
- { "4060515618437959603", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9203467651096078409", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 188) },
- { "9698108593334526558", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3252398754887381352", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "3120759967333088019", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "2024996599975373573", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14876099702827489987", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
- { "8653894569484019347", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 188) },
- { "4004518396368398824", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12801342874692090364", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9387557098916352467", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11689587446775003898", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13973363990921590224", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 188) },
- { "6278030053136901802", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 187) },
- { "12122586525659611649", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17711197779492504718", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12489342380264260364", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12148845150031891038", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 187) },
- { "5080727465135503101", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 109) },
- { "16818862727193981112", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1827977959922344361", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6291003899324240633", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "3002862967523058894", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 227) },
- { "7222921168135747513", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "8696847224485998117", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "7453625482178960081", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "1472822945750487574", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
- { "2032419134020329477", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "805104869568121149", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "17215312565214990348", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1737128374457513820", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "16263489451695566992", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "1608378717397996752", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "14346703182362139650", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9744493065276230785", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8331721527098298378", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12097373631649932423", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17442035600389810700", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15953351443307161934", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "8740196547852036537", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13809436837912218131", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9722172495422643735", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "2662628817605495834", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "6163765140843670080", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "15662207751131195569", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "16494358566119044242", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "12641727819019838301", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
- { "4917595053453614536", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
- { "14577496472237742721", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 220) },
- { "4356806313729405658", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "14282717676967464809", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 285) },
- { "7275701540104992761", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6459003512612780875", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
- { "12791541622557283904", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11882713776717158678", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10982479758700194728", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "8714769962126708854", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "7639744043430667021", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6804493132858449665", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5204696395552974337", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "8893913418784905112", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13496918758899426996", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4707842387180272918", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "425930963222944558", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3844246198992827038", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14280128364139551919", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "6774493262072228712", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "5670860641930464485", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10055923266096584825", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13508499324621059445", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "17431631935986646683", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5568431877348597159", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "356320499267651746", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
- { "10632294140185068783", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12339584174527699309", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
- { "8556999353039153661", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "15381427144405510339", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
- { "8855986581847188591", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "13704396706685353016", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "17128550517647168353", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "8625183189646433895", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "7921388663815287395", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4213330047036138895", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17034122796081495259", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13076343553185159307", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5854267518455107328", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13675314612031135613", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "12825029449351875037", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "9397711809671506538", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 101) },
- { "12965800692507042874", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "2647922515901529845", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "10961049607808752432", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "13988022841867948024", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4612862531793961340", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10950469938532358632", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "2228733394430438519", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12015814430456201522", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12344008430499496640", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "9863615330219779441", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3560058786734628608", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16047381404034145819", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "9714811479610938662", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "7306541374689856571", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "5689486642279577539", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "15545653867155770893", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14910368344505819159", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "3220771309796407003", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "12786796142417489350", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "13947140171097868740", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
- { "1168311873250200110", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "3495786143085325748", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2164537487697642190", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
- { "10623345643437043886", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15240415102190323330", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10321975076426598984", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "6467563111927343808", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "4280198021826662216", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "9464830880142854424", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 187) },
- { "12113781253211924677", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5410693492803892704", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 190) },
- { "4844529595057806427", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10848097581672953022", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 190) },
- { "7947428837044782745", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "11705938507822117867", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "8334753494554256932", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4995468555341975721", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "6282308289220311358", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "18275232300842488846", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "15754022314306112499", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "15193841338943103284", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "956475051281637098", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 186) },
- { "1117811515417136925", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 186) },
- { "760383787039304033", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 187) },
- { "5351526116347538406", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15923292837937693143", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "2954421933443715181", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14945079011377285773", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "9573520179708447727", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "11432977101529429562", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "8918387046558682780", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "16699295198130950587", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "17358462939783262207", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "17406383217119217230", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "14003645277231336821", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
- { "6638761803107874904", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "1630585964216121575", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "10745248353587672572", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
- { "13395074742046717601", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 124) },
- { "12659539044474018256", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "6598024975967050290", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 141) },
- { "2006890470582854116", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "11369389082421346630", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "4986977887030495943", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "9681320098885387731", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "8730097760819044515", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "11882021989615795558", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "8202324251716703125", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2932157519158822224", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "8431962471592709199", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "16116546888494787089", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "2954606701225038770", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "6757752550680050481", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "5893257440341358427", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "1327911294059513894", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "7771820069600757360", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "4618159169098049590", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "12268432630136256720", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "2373658589834410892", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "8440300225468667909", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "14495382595913294626", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "4974435385259831818", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4455497237293642238", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "682912708716537431", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2585176064846114298", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "16033144151193421543", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12141880589558027223", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "10098661517988566506", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "16192971634546462244", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "14793709237400480942", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "1646362346584649954", std::make_tuple("fully_connected_gpu_yxfb_ref", -1) },
- { "4874397454627474644", std::make_tuple("fully_connected_gpu_fb_io_b8_f8_vload", -1) },
- { "6171331678772388712", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "7496699438957793920", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16767657090925788431", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1006721963560645335", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 223) },
- { "14753245713079865819", std::make_tuple("fully_connected_gpu_yxfb_ref", -1) },
- { "1779870708816318465", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "17157919258161230886", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "12398103047184982980", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "2961249862769657168", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12131460825751874564", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "12365814254940023343", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "17218545462549916519", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11877919824125633092", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
- { "10679711602282897680", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "17801375178828079914", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 295) },
- { "15446821602347034830", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 198) },
- { "16041087076800110589", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "14102351022029437177", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
- { "5786978465690715325", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
- { "10140124683113804219", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "14022671143475909407", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "7468500876165989695", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 302) },
- { "4628560194573173205", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
- { "3963065974337687046", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 305) },
- { "13439359175348786664", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5342116782332968020", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9198777289928370963", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "18276472227494448327", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15774430281717785574", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "3887883367078892827", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1004081473410027655", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
- { "5460182945235134126", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "7932494263344450271", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5596359111431962318", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
- { "1116176429672030385", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14642276070370158123", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1709508499926680213", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 109) },
- { "15466995361950304551", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "12936512845587590244", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 218) },
- { "4464844599426088921", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12966090642798680442", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "128970554088066862", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "7183620142123364052", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "3793885399790365373", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "4932548298968525464", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 227) },
- { "8248099164876900927", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 226) },
- { "249355510483373796", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2837134119351786115", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 227) },
- { "141687758281942172", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 219) },
- { "15718782218800307385", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "3191047205441946466", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1564774057733793087", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- });
- td.td.insert({
- { "11134833419828370568", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "1556966764088589197", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "6087676883600048234", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15052286556809931759", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3377724880784871475", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 149) },
- { "3452246087500006120", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "6840268976700446867", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "4278180549747978226", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "17856997406888930289", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "16556093306187145310", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2581594444558181374", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3377472614945731801", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10622082408513122112", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11452807035432891156", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "13529174180301001127", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 305) },
- { "17184405948599119534", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "5921658305530976502", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "6802655190570100236", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17877430344093804543", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "153771221207255459", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 187) },
- { "15596913527233792996", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1016967125909374575", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
- { "6829653688530177613", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
- { "6094638411430816112", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7559615879839693931", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11270266455366424659", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7100226796198950149", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 218) },
- { "210793817522061488", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "11152357292626304216", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "5771335481927877060", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
- { "14619753612256300695", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 227) },
- { "2839767407547705101", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4981552552200657366", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9626028243479089234", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3164513064874019611", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2363414141971004557", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8962502004422485576", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3154903035376733831", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "16134637021630473012", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "5553176511624221429", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "4890932609897686394", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "15334769670416409064", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "5513667102916409932", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5351705572686943348", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "8200094670006738584", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "8100051552977329013", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9004823715680825977", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "16179959997108523051", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15148625184033310404", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "6577754887650563753", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "13182965457868586949", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "13839590781642269381", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "12711366212612147422", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "7963529808900784906", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "12184558469694708819", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "3285180770267559354", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6613282637922219205", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17093159649157277089", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14660081992091188026", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16228026045292341333", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "269829518575229806", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "13023942860659386957", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "13291308922240014334", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "1187622888238643867", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16229324496308453344", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "14019704891647234793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "6141637854990273316", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "13524128602135083081", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
- { "531020979837645217", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 111) },
- { "8416686771626338600", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 110) },
- { "2916077416184925232", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "16862531110856250955", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11352536854890889084", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1683347645109643149", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4374049085310743239", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16159971034327080937", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "15779210035964863067", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15153285262450947102", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7049603973253724866", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9389671301472986523", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13891598020647124806", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "9315279998737090956", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 337) },
- { "18261342465838720356", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3632541114724731809", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "17088320301520334100", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "4352363968456148009", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "1827842275223841485", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7548767746018027960", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "17750850961096057029", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "7606282654661282476", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6201358671959761215", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4829111442270007186", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "7267651931396380072", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "1279682391530947146", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2655979063469551930", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14425547983540742516", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "981419593633555198", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12324657364444167791", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3246153532847702583", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4202705710324555180", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12272318018055307535", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "396815044270978782", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15633173680908856082", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16635731992372618666", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "10418466892824851134", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "3244777852750357718", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "2443758478383854939", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "13503934436248311972", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "2594310972560076285", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
- { "2424349375092546581", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "7104985983444651979", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "13518747015059826801", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "11675809062974151496", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "4725349695436675084", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "17351243519367619322", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
- { "17026338651868178077", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
- { "8730407034445893642", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "144434691308306757", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "4114184149613179671", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "2558882920723584206", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "16481414687792927331", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "17756651805686889890", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "2228533392085335649", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "9038567144062573854", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "1345293381483212104", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "729683192738752814", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "458997435535883643", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "16955907389221472146", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "17927673764274384911", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "6418222853479731432", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "7539191242110313918", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "18014188548165359278", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "16640379332042800496", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 218) },
- { "14856197725306980283", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 285) },
- { "9279474331309267880", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 218) },
- { "5717588912072437191", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 219) },
- { "1143426643765799488", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 223) },
- { "1049385516019456025", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "10766144770072425534", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6442062011017461761", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6063490496423709036", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "3892512749863226006", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 221) },
- { "4970240836537468609", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "14668725050395069435", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "7939047354407928586", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "365747554145156596", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "18207060402110970301", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11049175652352131465", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2982080608393779951", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17216477578093693014", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14116923400742300182", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7029133126202354787", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17420660823086709040", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17300489799784213303", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15549100047322521213", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8342403220432961494", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4600322689355365368", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
- { "6432444239720173669", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "5944283189654634640", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 372) },
- { "8682613468075783516", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "5788340143385910170", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "14166708932229380784", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "9262263820759430835", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "10661619519548036109", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 340) },
- { "11254313793397682889", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "8941570659228294791", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "3711589321155572550", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
- { "13440603011986281192", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "10072782544067079397", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "855625721312733540", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
- { "8643403818712296708", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "3482316012102041163", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "15966346359387758212", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "6179768494274723997", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "110891946535801188", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 372) },
- { "13300595681637438535", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
- { "16686223109098592740", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 337) },
- { "4196950243745604808", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
- { "15357494333788579519", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "5791271012599760917", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "3502203881558439278", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "6615043890071705766", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "16602880550249876273", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "8163937071550477896", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 218) },
- { "4788158788847752998", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11048286378242522780", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "15669268280202512868", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 218) },
- { "11708180973354877349", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "7429872600277069485", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 220) },
- { "18404744652577257121", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "15145594907273468650", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "17189550036105947900", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7167054889777381093", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "3278181836788028231", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
- { "6040360226338233118", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6877955452402826287", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
- { "10864271596740164097", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "14322983802576638073", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9469688466553577331", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13052522487775745493", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "10990480508394584613", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "11406807220585770939", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17014949219411078284", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "2128641903680430067", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "8751004549226570175", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12508733516106581272", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1535119834165965208", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 314) },
- { "6537771397615897748", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16911666678187393426", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "18163247824658143109", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "3169531413538986325", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1861963470217658786", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17175653712131007582", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12148428445687813823", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15239273648189016892", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "17290692657168386471", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14119365735362663804", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4225327120021140533", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "673126354575235249", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17628454700752918711", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3529846607992358207", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 188) },
- { "342387360760418341", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16353520814579109491", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "3134099148543397372", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3042628567386436226", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "868736197323541759", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "3241775197578183463", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7851643406001230159", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "8502552745012743053", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "10353443026537243362", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3104552371734307984", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12807894319350246437", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11258614397356100246", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12946314097679886518", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "12909725304008017600", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "6153017925473103663", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12188122150443559128", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11983651079897753600", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12988924268115973386", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "4891686540869580517", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15196732464112076502", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "459391085160518545", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7760457628691335753", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4865678723441158246", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15589245661365969249", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "9661616000023492219", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14777607874956018667", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14113322810933328214", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16281761113420371943", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "16988191641007425377", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13194254226778628574", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12531936952559145430", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "16379080233376322220", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2613462626256090659", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "15844881725957151580", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "8059328623525062913", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3662747857062156477", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "15121448034928438384", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14122213471825630433", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14985236276429954162", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14321283775111180227", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "98795127409553442", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
- { "14805540705424073865", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3788462090984291082", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "11823068760218786389", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "5963105523596432544", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "10308431308942416781", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 227) },
- { "8712136292276123857", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "11314582467969020320", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "17147293671640396193", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "4465701487417893814", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6144958783262207773", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "10467232566885547072", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17262854991782705821", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4635570915184713874", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8706634286501695698", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3863816884636503247", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9252629750817485029", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13168267319035362901", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "16567638487719493784", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "13449466515297095146", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "10808909442136736629", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "15172865163331822352", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "16260483557979578317", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 227) },
- { "7469127846325904854", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 227) },
- { "8783239368699382065", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "3477539135137665170", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "605638562926557381", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "12626994817506009929", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12417557233566012737", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "14056483847542666300", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "446997309263592434", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16589191615146805668", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "17226649394712507758", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13566885629976429699", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "9931266845625995359", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2522707948254032777", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "6486250531858548438", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8174273876544952794", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15049304780567617964", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "1321553039928725678", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5105893636044171966", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1661430504764145711", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "10041204026657386200", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "15969909663367854367", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "10956917223944472347", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6060390128414591327", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "10987291891349907631", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16452573613171944531", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6370356607952251648", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
- { "11547588640573840103", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6882259829255167273", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "4184283661465100793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "1799277562177870093", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "16276490504942526329", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "13939380644892198347", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "14257398784378656791", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "14444423571297570985", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "9708741882115135691", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9374845449632011709", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11907741510409644649", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11833466191385766041", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3276797683943990958", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8494679093555050767", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "16807117250109985357", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "13642010365337780940", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 111) },
- { "5622078553841657218", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
- { "3973953743850093759", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
- { "3210709940026980348", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
- { "15122428380000835284", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4492743859922847514", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3555469834146426564", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "13140141354298916151", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "7110352624440078898", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "9527046928040225586", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7797523746053138659", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1478169078874265704", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1264966373832011567", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "13715010490012086430", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "1470778934882087497", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "12725817227797568697", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "10024777334075819235", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "364471436103661689", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4052362583575987109", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "10657660173790920140", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "6557428245898292304", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
- { "9440117898128288296", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "15929262283669093154", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6352520536724420824", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
- { "1921667815983542102", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 189) },
- { "6088184848087986042", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16602667769746047266", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "15953651221917495492", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "34011924689025090", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "674384870483198184", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "3555798556624172621", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13793032417416585006", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "9019684110208109757", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "647849627466319112", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "11242435114747058327", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17302407573266205607", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "13606281481050014632", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2466805217694531959", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "5511298016141559884", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "5483150635926637198", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "6265211373810873425", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "7643647841451578008", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13254760530618979318", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "16709502837180561673", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "15693956942112465267", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "17891347169069018262", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10521453583707218193", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14303192614979408043", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "16609351383660437793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "11118586558529856637", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
- { "10939847328508611170", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
- { "5114254088513267110", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "10163486148946687267", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "13296242326766100583", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 143) },
- { "12068797674575015662", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "10978693262040522687", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 159) },
- { "10037086825900566930", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 143) },
- { "17216583849049249733", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "341552075482632478", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 139) },
- { "738850098651678143", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 124) },
- { "7139714914586273766", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 141) },
- { "18209157436315328292", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
- { "7370360743945187446", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
- { "7953255701516490034", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
- { "6195916781434462809", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "2400014444553855563", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 6) },
- { "4622514167765722873", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "14680730265621679042", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "3302557590307975559", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7648248878470053116", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "4917917708431763965", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "12978593897559876761", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "18064160378597803888", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "7689593699365225521", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "15819149710195058441", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "18274109287723887410", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 347) },
- { "10269238332775024706", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "9167138376243583750", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "5713105609160120586", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
- { "150812658537571916", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
- { "4485289322925780000", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "17268201530818712998", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "8747430148550634190", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16986358655784856534", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6109013751635776331", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "9585113116232600562", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "3503893875515897267", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "13144385730409574259", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "743941460026466526", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "4492332228252010118", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "1920042803083729276", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "16436006771518788093", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "17567504672169904482", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "1989849521691057108", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "8203171222962341018", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9795194069954915563", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13369603621524676979", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "2930658435447859986", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "10721885719016335538", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "17663718302088575615", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "10749263296616139689", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "18356235677223229518", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2657828809338947050", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "15743750994087974449", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "754596461956525575", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17690103717758388022", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
- { "1581136092002053880", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "184306359395609972", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
- { "4891076250667414900", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 198) },
- { "10946917656449245131", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
- { "13963558035989415263", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
- { "13239946614209250451", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
- { "1076938718721677141", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "5851532147278358697", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 314) },
- { "5746129902873132635", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
- { "11592511763160794565", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "8244393417024602494", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "10340341966852782124", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10014822679257636832", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3975219156915176189", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13536863026622428609", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11408010379683511978", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15458285682224384803", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3407965587245145003", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
- { "10514330767826407566", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "4251496064392381805", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2384682907808363130", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15705923658253281113", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6610298174133949061", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6801247431347692935", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7702208423015808353", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "625378771032655972", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6542436061498779527", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10220143644047641696", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5009829190055738132", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "9863034269936216346", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "16547699848349226093", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "13369144100905854138", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 227) },
- { "9490927482615234033", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3544673182881983084", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3575537018273879487", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 227) },
- { "12649957341095701480", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2321767794934000238", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "14973431782875808802", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11948858355027908365", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
- { "473983206819135409", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "6586872365879203192", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "18412999191021390737", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5274456170971167904", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9275398105290923887", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11340683391412454009", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8100282867486124965", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
- { "6361758198448370863", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16431503579923509596", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10280282710562383672", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9138345765585313427", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11117326838088757686", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "18222598708685323020", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5198859831430501652", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16644329894881952739", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "9367630847798077790", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "4906856539144714227", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "14958085423402252319", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9835535945548454398", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "187589970359123667", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "678657374277098506", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8434335101659807351", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15928128327390664485", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "16504425380504793738", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "6480587375918509253", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "9751235588096143414", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "16866525370343398909", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 292) },
- { "10160678465371702528", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17188750289444625186", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14811603003184578943", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- });
- td.td.insert({
- { "4363379197393466424", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16403435599807360704", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "9367985410929563457", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "10716232679616746794", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "622299920975636640", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10798283054583509534", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14179140464588572277", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "351304363117543419", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "3499106702307464480", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "259619428712608645", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3296098567244638489", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13593304587712966846", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "7572277082530361815", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6379337678256717737", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4513178474272034213", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3390430905253038550", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "925607706467451476", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5627536079808515754", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16464493408368412759", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 227) },
- { "13839116996827687373", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "307874768879227632", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10308113903347312964", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6712698149192186833", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14930789530046665855", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "2204178900998688268", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "17174919737114915467", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "15154700439767512396", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "14916625550370402883", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "7650375560336513366", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "9999553425206328238", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "17515064188391421150", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10437367877444543776", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "4362304842016958728", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "383721620126444793", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "138379779469699309", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "3759515057574218101", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2856601829807186494", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "3286330985102373533", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "8159303545761286685", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "4056979460327024961", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "17823133607491820214", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "7969441643457570812", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "970768445746568749", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "13678741578702922441", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17310844417517474522", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7287895452784411060", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6513788469599330141", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1432487477100132607", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2463151488506537801", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4054850047596998735", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9747825473942435842", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "250084243188516935", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "672634960435241508", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "748301576795035305", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14255457787105784042", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2750476114907782459", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10028244201873254140", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6469067021323571170", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10601714587235375373", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2483181247706575298", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1732853511466309905", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12113297049460198476", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11557224109907477240", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "18084899872055349937", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2890305478244125142", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "16659638340060273536", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7297768924198851782", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13104971224879807298", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5507252417827285564", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8511924860787648884", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8339235544283885013", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5654030701873405891", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1436723751951975466", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8325439593817651819", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17618112803233960227", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12327651080801123538", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13617891575616631067", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6020885536659393981", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1940159900852645250", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "753809225159529269", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8790166817024820739", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10677449690354999149", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10593983805743674128", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8217088979257009010", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5687085271369421207", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15279061373346657582", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7096501191029978469", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10094312347267495565", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3510084874150710192", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9391986481292718799", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5259220060268012597", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8117066211911522905", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10716559814452841971", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3949211089098986928", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14752151264004665491", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9195500778955925293", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13023666909692825369", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10961696014697611547", std::make_tuple("fully_connected_gpu_fb_io_b8_f8_vload", -1) },
- { "408602315578383859", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "582954161360487990", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2482190331248449465", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4075769657981876449", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14367142998060454343", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8114910678593187231", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4495451816890445327", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17102726573636919392", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10845009858831745215", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3112081942557253948", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1635689655354995548", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10250301712194120144", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4855747489298888657", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14238766089951260596", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7017830157652362654", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5619751660204221930", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "18093663410921658106", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7869191330107002954", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7245974724868795129", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11019243479903456358", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12568255992252373147", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12413024322120393790", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17328716013187434957", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14899206494260920951", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9983462569671477588", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2383983224188083583", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1759538680129620900", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17194386925266836084", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1518413386955573037", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4104380387301024172", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6500468942462159659", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14136370464716049139", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4056919990977544228", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17351367314312762125", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17586380391909451000", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3561558658922596877", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3296755748686779746", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "534789472217562338", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10470060457279511896", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4917360877294344854", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3020953254086476464", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12307245536623707478", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17039711449439313953", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2734182509541824864", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14521225825422360447", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5857101685300045443", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1547471890307888038", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11159429929932958728", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1382911856313970571", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1854612313463195535", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13051406650237455505", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15438530452161762045", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7446661399223808792", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17861183465344343443", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2026622899016787854", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "16127482065413259805", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12961109385388101976", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "16855828799826043472", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15658859674277700656", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4833749391314748606", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3326691585067800328", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10718764522366711114", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13643973579671217152", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11155444222714959508", std::make_tuple("fully_connected_gpu_fb_io_b8_f8_vload", -1) },
- { "11544626480076777556", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14277552178674323256", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7792811600696842064", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10622803531832712558", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3079343528005019570", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3521119014097924580", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13643421651252474051", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6947390018658290847", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11697545935437523887", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2179704411405073702", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6886280732774854778", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15841879134365332862", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1489646217778958363", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8996027646503556955", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17569170625753249614", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "16686854568163084344", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11187304651899164445", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14540721800838487177", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1979841019103384445", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13241679793873365192", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7013169017932712804", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17389114672554594444", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
- { "4157112143322859333", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15217255896294251282", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7606241825090144098", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8254388198068394779", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "755942233998922490", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14018816117251124336", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "12054714986067446052", std::make_tuple("fully_connected_gpu_fb_io_b8_f8_vload", -1) },
- { "1138657035758391650", std::make_tuple("fully_connected_gpu_fb_io_b8_f8_vload", -1) },
- { "3767246406609050779", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8536612779196342267", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "18269766292810651342", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9646020463213439644", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5654817010240784792", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17277846909615605376", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "102220157823566379", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "18213629255325554583", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8809496195168645264", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8506262325379391391", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "555647031314007743", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11133391567691287018", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4531238775069637542", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1050921927000835075", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3929145534169458063", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17125607183887169558", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3771153805567862915", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "5658567026478236676", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14520461267731870642", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15949156027942399242", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14569379143051211142", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5083162050523454050", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13951906075577108679", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9004122893718097099", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4336765005970913285", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1037896951032802088", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12090010131585526347", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9035445496715584647", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5455756262684457251", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7013197348316253486", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "143894893069959052", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13984124581247009793", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17964690428632248307", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5850736343172747247", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12379881923680871705", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11864459706509310150", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15222102499748205072", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1198491147477454704", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11400303472547811086", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "11660798111579160734", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12081136231782604198", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14508437224082799436", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2396983035676921683", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11489881652545443112", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5651551840851524311", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11753049051286720239", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "479427514681077218", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10277290426401380976", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4919635200134986619", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8180846581099717076", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6411489040870738143", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4195122768220068448", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "52150349468142798", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4439371893496638788", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4039813343849078927", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "16533127286587475454", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10264270523529136771", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9915620237695279980", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7090467930115498252", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15407802086492754450", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4007960934134542892", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2002110062193477745", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10154803388813032920", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1939527596007045209", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "18436843102627176620", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "277852397173940175", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6822978927370753017", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10859939917723763131", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9248235209454206632", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2665169698359670120", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "18266967379169677646", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5047972486012090625", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "8183383667948205424", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14478151143114959230", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11396985422513105543", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12114476173765693172", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17041468169694105561", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "16498300259966485293", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1173136780324694038", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15786764202107923723", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8913526950888110377", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15988378956341507229", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10993107955805947401", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6214677989814002369", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10884202393733523875", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4424960026145600447", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9763754389347695094", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "105055722864217258", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9775648000771985077", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15967893151722576439", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5774841809066688068", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "13402919586406297042", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11335142595937152387", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2689568881580764024", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6571325912136856822", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "18122652705874970766", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2000008755333069005", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10361998183258703575", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12348644068948200883", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "736422312606696687", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "16240864447025932692", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8589562027950762944", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9162564861963233717", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3167738956362101592", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7260746128189749064", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15308960063718398523", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10129304668926912275", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4853130422682926168", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14453982453535955244", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "16608982023596566351", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2470663389603706356", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4240407752719875080", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4846563120992975368", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
- { "3706088306568590662", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14866563628584464675", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14721943524627076027", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9323941828298277387", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14109366965145192619", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4923997413838231159", std::make_tuple("fully_connected_gpu_fb_io_block_fp16", -1) },
- { "181017193671999192", std::make_tuple("fully_connected_gpu_fb_io_block_fp16", -1) },
- { "10757412618207229106", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "6395263375773555188", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5979046470758784946", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3927359449523162508", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "18232387132890063687", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6709212639543074230", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10086813986911195558", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3109992766790372487", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "794530296606789816", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "1249133049911188319", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "2006024870459798086", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11914297820344167381", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "13079795735173763117", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "6241224766048532539", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "16524474021378494125", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4407550747921719377", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "7259905085241841240", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "6666210546769702280", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
- { "7814543122045448412", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "13554702187867408038", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "2547880010597993852", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
- { "9061076702890952738", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
- { "15460429275475874158", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7724185199575851246", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8533091468352267196", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15025120359649460106", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2613575328969629284", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "7463954007838579697", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9151324495773628566", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "651020886445062493", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8237821273547216740", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "2875927974837744359", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3674322065648064195", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "137871170540938640", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3066826388383295007", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "17483221428915982776", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "3403906310423395442", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "3888283018836731569", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13928684419408478520", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11520548550630007970", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4922714504620931501", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "15683804450763499599", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "12686604223669447758", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10746289671948325353", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2487976264999747775", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "6163010595188500945", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "10404333823880552577", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16662409111036688294", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "5400706842524705774", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
- { "17423097433955762667", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "18131954418490925431", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
- { "16549854027697846882", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "10340073416712988987", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
- { "4633923265089466898", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
- { "6808980404170272597", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "10592783998150232858", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 159) },
- { "1594829714229111215", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "17361714725103230834", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 158) },
- { "15732140959902969012", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 141) },
- { "5796974850751105634", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 99) },
- { "10588059104387338398", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "11738780323979052397", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 141) },
- { "16342972196376030503", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "10406201782146034797", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "17342758321852264926", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "15951978466742016539", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14100026884590707572", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "8368507377481570353", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "2230145893895952661", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "6320236287540885300", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "3152975593520548377", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "11756338894156892549", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "9310466098863912618", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "18376135355406021646", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "2024521518658822242", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
- { "9692442768327912638", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "8031184163763974840", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "13429621587271813054", std::make_tuple("fully_connected_gpu_fb_io_b8_f8_vload", -1) },
- { "17938009873557420461", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "16780457022162749898", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17140702790441856730", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2578325663193624576", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8784358107340738205", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2955459120402821540", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2840794055129352139", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7104266560248570112", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11113125355390956764", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9127827617126714860", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "2268275392299271167", std::make_tuple("fully_connected_gpu_fb_io_b8_f8_vload", -1) },
- { "10615831454139478379", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "8205640825965213946", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14337168375989245254", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11664399629496237233", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15750539817895707253", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "921209976738626097", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8590416145336196354", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10463632805036507382", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13637537549252005181", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7581949584623524395", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9814647153117279415", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3444250649099578792", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4039483032571506874", std::make_tuple("fully_connected_gpu_fb_io_b8_f8_vload", -1) },
- { "14309249337788077160", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6254493271976962295", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "12387660887222981357", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "7723131901316908741", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "13963554827358438190", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "5001552360784483833", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "14201142257504107783", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "1066668660701816536", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "4664196755018349672", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "1103228955716492167", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
- { "8618835732380720921", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "8391292909068775212", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
- { "9488974186647231896", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "9069334144391048686", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 124) },
- { "12493863403516600413", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "13375084585444085517", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "18040173797801558071", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 132) },
- { "15329174116169594863", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 125) },
- { "14910223536998380801", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
- { "18277685132620834972", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
- { "13090887980792573261", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 126) },
- { "3067806959725855130", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 141) },
- { "17791773192152464021", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 63) },
- { "13603318842632052764", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "12072881177966014126", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14413047954443174304", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
- { "9118663018352672834", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "3558391988878894288", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "10047727261970275928", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "11527382293059267033", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "8445575388700666150", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "4560479630843098090", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5737652209336034549", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 222) },
- { "1159910924058542880", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "7203172595229334691", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "8153567933591966877", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
- { "6069305481947437228", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "2216113049194620088", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
- { "10395837712676962495", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "5041111302824362529", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 164) },
- { "12542825714985999760", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4599539412023802059", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
- { "4570119951370893062", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "16897917745917378359", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "6947523163603267191", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
- { "2322126126611987721", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 141) },
- { "6518845972912144959", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
- { "9741774854327055438", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
- { "7079854103926842364", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
- { "5035895518536085765", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
- { "4307157272240924516", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
- { "142486914279119363", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
- { "1532263118203058517", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "13529694429433303321", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
- { "2820916926593580316", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "11140657515428786448", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
- { "9028970753877215614", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 126) },
- { "2324120381399737261", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "14311837335039030749", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
- { "6105963806494867023", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
- { "14746731245428677019", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
- { "9213886570531053949", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 41) },
- { "385046297070779752", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
- { "15882699446713091149", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
- { "475043738497218394", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
- { "6351347283201596793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "16290626406346691996", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 14) },
- { "14038308632095412386", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15928183143089896780", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
- { "14071202918199194502", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
- { "12383676694875725364", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
- { "1830378766184274696", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "13133105923394042921", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 159) },
- { "12458275468325297142", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "1819720745131968914", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5140267554909755437", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "6021498606197929608", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
- { "5832188635321350875", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "1411786954276574458", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 280) },
- { "18193548056717743576", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 110) },
- { "7989522965312833517", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 110) },
- });
- }
-
- //KBLGT2
- void tuning_cache_5912(tuning_data& td)
- {
- td.td.insert({
- { "4583484812233029888", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7560832358324865221", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7382044526960590018", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "12372261924257291610", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "1547771611689525848", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3134973665622945888", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "18260030211719729324", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "7416143717989012766", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
- { "12028963907131702705", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "2464531851392092325", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "8181308759455478086", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "546062289721803579", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4889405384318695802", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "12841232643395100314", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "14108361259911144680", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "2726453304845436156", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
- { "2607416795507802412", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "2175404966338020579", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "14666883719480623074", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "3752993663604843837", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "5274735654559844733", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "8174421295799601683", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "1967655354607438665", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "15762542971370422224", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "8183203099539372914", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "4075343423548891274", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "13264497096898621015", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "679058537775669048", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "3375634256357960999", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "2844616672368585285", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "14235558866846276172", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
- { "18066867692765966577", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "9861424412782371874", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "607078314875528651", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "6234885984223387670", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 133) },
- { "7223570329858821704", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "17234843749633035510", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "11516168882438876247", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "11312664612825940140", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "14846039494240217143", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "3390376200501119384", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "1113077760071340574", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "4614875083188849196", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 82) },
- { "10859023312681572942", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
- { "5588692131556725717", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 240) },
- { "7653946972043115920", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
- { "9773458066743315157", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "10491513939202460216", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "8140122945471321201", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 82) },
- { "15079423575410353790", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
- { "12844146569641472927", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
- { "13443914015380511668", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 240) },
- { "13404457916017756196", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "6402415801415013013", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "2040762223425679479", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "8595156989254845134", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "14493123117003003092", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "7391309333582046386", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "9935182178960843140", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "15422142509105297183", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "14849987788569183527", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "14923132847727661051", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "13271555597925466454", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "6865593216823998846", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "12385437755245281331", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "4530047829451377456", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "127643210248119703", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 365) },
- { "2599051617462913767", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "3024020696533545102", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "16205377892664082400", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
- { "15135655146332608939", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "10848724554175904486", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "15558120704022404428", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "14120354125904513152", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "8475075092501403968", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "15892943371777404347", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "15078418657871922661", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "3502053626453342387", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "1230316443026403527", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "12846418701225147646", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "17386994561779281406", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "7367684259946371231", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "5451072983028714092", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "11758623888547009364", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "15958650715061024845", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "13899144453581769028", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "10884229860266073967", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "6629431845229592220", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "13199442294147992119", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "5032929712205664246", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "14871333176552512036", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "17890435688048047959", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "11353661571093800805", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "3101908018947919238", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "7495240482209084478", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
- { "6964506613327100469", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 101) },
- { "3670645005971806718", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 240) },
- { "69949758775887534", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
- { "13654393413005772278", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 240) },
- { "11101512074369779300", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
- { "2273811004985590823", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "7457154125218067377", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "7709677514862642399", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "8010619564572573208", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "16479793487852125428", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3147355028342035061", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12672939642957531547", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "12627961914394914920", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16210688853876861607", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
- { "1899485873740458557", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
- { "669151029135558505", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
- { "8912067280071688393", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7714589858275971005", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 196) },
- { "9794413496918699979", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 305) },
- { "18350040136091421971", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 287) },
- { "16931304566154830346", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 305) },
- { "12816950084297042217", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
- { "2359632276970855181", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
- { "16592641501972654496", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
- { "7754054384598160936", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 196) },
- { "18195884921517044108", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
- { "16256130331524359070", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 305) },
- { "13497279823712860029", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
- { "6095972148204769193", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
- { "4149964766407000732", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 302) },
- { "10262104071809780712", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
- { "10707129891337660055", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
- { "3585075254981736756", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 306) },
- { "3181067565488724209", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 172) },
- { "8636008354706344794", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "4966150965920189853", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "5569253153294942795", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "11521347729886549503", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
- { "12399471154320580621", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
- { "14851218369956754103", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
- { "14859848826604327499", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "14783159891899899660", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
- { "2369671961317151564", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "1691004331056506231", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "4465288557833228023", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "13538111995551348621", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "1886751914747841929", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "8445964247944285746", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
- { "803205084059316676", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "12654698468722759675", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
- { "13484605287576302088", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "2469399061693302590", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "14782181149367028912", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "1448238652280623323", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
- { "2076478920663115306", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "7369834759425644726", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 110) },
- { "11702633755046828968", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "2944972038827287015", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
- { "8261441437673092886", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "16694312773479519523", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "5486494868955566721", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
- { "8246009573416434030", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "9457894602447879547", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
- { "4598302923247277427", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "3116224788980631217", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
- { "17103527368951412486", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "10150428063205056209", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
- { "16984028253790680977", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "17857105233471273424", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "2715609009808401074", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "232807837985324954", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
- { "13933912937625580405", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "11254635684957519432", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "6729077823331194042", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "15961933828477762733", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "827225131390571924", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10429613013253088132", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14629385997654952321", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "7546586420552408243", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "11897687507601277182", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "13975409361394567866", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 222) },
- { "6458124573210430792", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "2385616965635993249", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "14462438074931673266", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "9338654554616107568", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "15476402794704488137", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
- { "13654816209891478730", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 227) },
- { "1680424228660495363", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 109) },
- { "12929981792125924963", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "4698507050987130777", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
- { "1094144958579794349", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12358908585763044267", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 287) },
- { "9793373151408615612", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "90849151510482266", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17277787450259342076", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "2367877811435050998", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "433942345363552443", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14575816691130255191", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3675622521877371819", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "7601637686045360430", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 337) },
- { "9818496628902493298", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "377651990943545344", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "16357661916741979192", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "5417669424921804056", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "854020380490533945", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "11984602132438314210", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "13100228219613095795", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 268) },
- { "9808704199834907703", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13071373212254908241", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "18392748682101174561", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "11928475964162658765", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11937547211842355800", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 372) },
- { "4637568849323640167", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16812695025037565299", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
- { "10487883723723512839", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "15315014737515653325", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "1579905786032546689", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4243996335899627971", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "2545885699369058867", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "16926950874716567095", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "6355395905401306995", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2096779676054335057", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4217179485243909459", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17101789600628162503", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 223) },
- { "6139574161497189424", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 222) },
- { "16559140502701231107", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "11459784003592366395", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "7869916853707978306", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
- //{ "3889519976910355277", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- //{ "12081835728078383819", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- //{ "14923692894655929923", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "1841901358010744236", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10888203577545955226", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "9799890897264103013", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "1827296932806936575", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "13010820430079828498", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "6245781545617904772", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
- { "8714031312599034571", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12922099252166105096", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 268) },
- { "3042887030242700493", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "1419879016567682338", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "12870587285162108523", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "6103433181190121715", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "3469599265931338557", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14812617666668076833", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "14854734265631496499", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "7637441820772916248", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "14695781272831602408", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "15696910741835640150", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
- { "17790593820165047954", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1433224983833208570", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 199) },
- { "16185194021453870096", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 172) },
- { "10310918050196558188", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "14885938077915823034", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 245) },
- { "14442357887993453368", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "4719130523147011420", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "8870222084473246330", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "9350596936816632825", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
- { "6183248276225219542", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "3757195189216622027", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "8318857994507665384", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "12864512857659000129", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "6615646900347529347", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "5208923086986567490", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "9390793435913144215", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "11997629302296435180", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "4858270366437120918", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "15975176007724247667", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "16837473534895641370", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "16214153687871223428", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "8858112708913743577", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "8844677471730173649", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "9043742986995534354", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "15621341038256548867", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "18268980125375728709", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9757167087033785227", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 269) },
- { "6513982093384445397", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "9273893819042428704", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "8270840662337272430", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
- { "15021512490648380369", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
- { "6578908625437515675", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "13762042713029963144", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
- { "668798769117277023", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "10917498758625273194", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
- { "14335423820860953927", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
- { "13978750151855895830", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 120) },
- { "8965747921518186477", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 43) },
- { "4428101657497677982", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
- { "8151272056391095510", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 63) },
- { "17656341100957270390", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 124) },
- { "10295330953350618042", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "15901675909820977223", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "6026876733674266377", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "381149736509958403", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "7962991673727743706", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "10064251191248475177", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16663239694378513014", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "4690831975451405214", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "16132498413588349821", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "10609644803793651808", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "16520784657717262379", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "2271187702055786721", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "1872921634399989626", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "12535576637355537200", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "7771729980527620398", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "14849108908297747749", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "14043770215999952932", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15277856047844308598", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8048617952947915835", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11446745541571732900", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "17422822627612865758", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "13954144830230671601", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 340) },
- { "11198908896401597838", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
- { "5582896843095691256", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
- { "8133587696326295326", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
- { "2007192658799516915", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "9492402787848610840", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "10515519878978734341", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "1375156980278317418", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13455881643467418059", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12788968383428254917", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "12304975739476881266", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "3390014193205017427", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "13587202155230938291", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "14462744723628661203", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "16109721499545711936", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 158) },
- { "10090923790949378407", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16672038432561840773", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2973773544904290726", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "17193614571243427089", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2862029728492027826", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11066930104187448422", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2755147389712995637", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10662798624911535617", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
- { "2172121470071868949", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3579916582911190192", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5495063314176654751", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3771003491521695667", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
- { "15514370342945522276", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 221) },
- { "17285639145064557279", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 365) },
- { "12642574441854544900", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5471430682416582179", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 234) },
- { "8561154029325525444", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8939900194037985459", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 234) },
- { "2129726780118554358", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "15463465056816958579", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "9268536904925062469", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
- { "45977313646881991", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
- { "7092246390386193774", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14801984300948838261", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 233) },
- { "2797723586312707948", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "8451212914744825089", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 359) },
- { "5131348852069018593", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "13619081494170885939", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 223) },
- { "8818679285688095197", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 359) },
- { "4608292692528881356", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "9729987752669765456", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
- { "1782966703272153440", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "15641674846325113216", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 223) },
- { "18140951659547259039", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
- { "3416294810798281053", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
- { "12066560812164094695", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "9332596500956923556", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
- { "15067550526427941795", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "15428062440621131394", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 222) },
- { "8873614802459592665", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 359) },
- { "3367130693014583254", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
- { "14135594471530769414", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "14971707650115908544", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3036512701943687724", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "5334291640387922287", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "16245760498096322525", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "9928406318940388716", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "3369894612786523432", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "590505356692040012", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "13240472672791632740", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 222) },
- { "7128145024365641089", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 222) },
- { "11497327844388026594", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
- { "7301757962797024939", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
- { "18121689595247452649", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
- { "875296362957469305", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "14912119584313592912", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "12494969618927201911", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
- { "4640611487944119712", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
- { "1692411934657235774", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
- { "1673006919995519093", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
- { "10601835610089648700", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
- { "13262672660175739705", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
- { "7639015398436550592", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13867172651521406104", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "14587150810299279663", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
- { "17271409929705935575", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16744813357455687598", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 295) },
- { "17215047912921813592", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
- { "4093195092417588676", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 306) },
- { "17895953872149392740", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 199) },
- { "5918874715861160937", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
- { "14498368518428801865", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
- { "13857947326347149693", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
- { "4965619590663772423", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 305) },
- { "17153828952517174005", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 306) },
- { "9864812885638557249", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 290) },
- { "8410695282651246173", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 172) },
- { "3011957000022205132", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
- { "18202466898415347292", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "11433166800587133728", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "4499160027703324879", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
- { "10225878843410985743", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 244) },
- { "10961131057009777878", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "17123897723015586893", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
- { "3938875063592179645", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
- { "7589320923145169660", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
- { "13907115679251591389", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 267) },
- { "5262155845067632954", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12323619994816664201", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
- { "13711624246076632711", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 267) },
- { "13879644216615040961", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
- { "13418213186769741623", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 273) },
- { "9850414237385072276", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 101) },
- { "13762987373425432087", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "15387492794262813616", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "9455446170928387706", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
- { "7799083605029182328", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
- { "6416346888102436677", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
- { "13401162817870652306", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
- { "4574862993950020539", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
- { "3956303186129893250", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "14928794187754412027", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "9892597035419316966", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "10290107543739998181", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "5275016494706355806", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
- { "10947686124973711385", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 55) },
- { "3997597867012981671", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "4003433148846544263", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "4361250474585164062", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
- { "10523363119855336043", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1718324808394833635", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 199) },
- { "8430284238380067998", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 306) },
- { "3950448771871155887", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 289) },
- { "9033877528655370244", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 289) },
- { "8878071105867359307", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 292) },
- { "7511984934520363336", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 295) },
- { "860443413504997114", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 199) },
- { "4957638663977636791", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14793503588688729262", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 286) },
- { "9303039486341715392", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
- { "8923406201866512905", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "14629889085799380442", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 172) },
- { "4811310048537439646", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "8622985922687454592", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
- { "8611046137980763541", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "1879796404388368873", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "6928835003016610382", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
- { "8603207107304593583", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6477198553362516437", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6377441002585730862", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "15761554874575656075", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 93) },
- { "118354408955419547", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 108) },
- { "13601202334102031245", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 101) },
- { "11716196499333250570", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "16984923535088627888", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "364996668506826202", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
- { "6412527114952548517", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "4892959859293355837", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16127331840410137228", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
- { "13335944978055152562", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10715829903767495958", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "6065404265303390338", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "3897655522585667381", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "1860663592951633878", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "5698748062275134041", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "15945452307780131237", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "6764685582382238740", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "4737109912659941670", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "9371952894576491521", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "12696412964119109465", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "17825874529822806486", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
- { "8220763890959777277", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 348) },
- { "17731591992960147987", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
- { "8950668477702067729", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14991602704357959545", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "16383540667048742064", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16820082917500285799", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6820284286806022849", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17285815901490707654", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "994182747184593564", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "6642767323474835034", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
- { "3215659303601163167", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "54975980454651672", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "11529876081402974396", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "3644282167178264526", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "360872770877634346", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "16720108310653948550", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "14353390922580547467", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "9868561386826862471", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "17465517455679097501", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "5570311824197099845", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "7524311370696987092", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "14070988879848388270", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "8296551195150971668", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "14352796912241296357", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "9840495023131952174", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "4720851194954041037", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "17009318615658405230", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- });
- td.td.insert({
- { "9421643783312790618", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "10693348571961406417", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2940027113687311893", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6090625728451718945", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "5643908654122573882", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "8852322966320229583", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "11185156002426041243", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "14670068483447729857", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "4623542918584461522", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "3126708271410621754", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 107) },
- { "1434535531617424039", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
- { "17025268985366223779", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 109) },
- { "15398976608777968810", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 220) },
- { "6149673627320838019", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "7413341807736193935", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6071597471486669736", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 285) },
- { "1127095963814993729", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8611856835854445891", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11115935318793891293", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "5393081375805921525", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "17589256877540537468", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4135814997524960840", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15180348902159643465", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "2818524781020760666", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
- { "4942080349816430490", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "9263314249867362", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "14377032179148581309", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "15245529372955421912", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "13595283050046771323", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "15667549927492357263", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "13827442968070281886", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "12076060884099762835", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
- { "16532386511585070092", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4910582540370962997", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12335148041391647118", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10689880083512104726", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "8870164706606458004", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "9269498023794081940", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
- { "6779832349039897240", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "13942354789498444722", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "14294764660016835141", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
- { "12323510278692809329", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "5728070995112243570", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5381496395266530071", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9712640406795417230", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "15036737419347383878", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
- { "11552594222313787816", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "9399255910184037480", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "10594581016504135920", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "15640487942881889055", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "14165417928501578590", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "12251989236991754721", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "6675363512560434713", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "9831713940431605743", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 123) },
- { "6531349504807709133", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "2726501303929773572", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "10439704858943788014", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "18137994263450376706", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "5711991739289045727", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
- { "15255831401757117660", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "3906658058160172747", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "15823433297099049221", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "7829483638597533960", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 123) },
- { "14092273913846393837", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "3746578485711843646", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "12228183555926126959", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "8776893332387904786", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "16672299044236704672", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "13309889945947393850", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "15966815420067673043", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "7415938485228396256", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "9655590024687998403", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "14798289196964890724", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "9794684437872784678", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
- { "16729204245488754836", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 81) },
- { "15185983488152870534", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "13821372148587948765", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
- { "4727004015814244856", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "1738348894912205653", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "559491455289877068", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "17312172687490475177", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "3470176432841342662", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "8950283515337670839", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
- { "3995072673238444396", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "1238913228370790536", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "928677976151553489", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4059887681292863495", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "10493952422143348278", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
- { "5610465912655751128", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "759163065093339795", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 188) },
- { "11300938516591867859", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "12843263740221725967", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "888316366026890514", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "8088645310090149658", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "15891058658954073255", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "3456538031339928220", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "14187063304165334647", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "11593893535334124231", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9218293603091125898", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "3614865264081581688", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "8860682105104682547", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
- { "3775781894241463386", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "8857354069987696352", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "5611508857136313396", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
- { "10872828113308792940", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
- { "3726594456692340607", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "7541331569935741737", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "5639394073086652531", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "11158391063762007051", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "6319861294308997034", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "6893801771793379570", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
- { "9015970699147699643", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 354) },
- { "9252735579930779632", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "16237353798629485972", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "10916127635689513485", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "14631094106016920364", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "5050075828787158563", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 354) },
- { "2277573429750402800", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "7462044209068160751", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "8879836520351993142", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "560198731460537880", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "6414187394150266523", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "15317838148382459105", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
- { "11219109605495282242", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "10404790565578782014", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
- { "4657890394631454901", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
- { "4256171754976506222", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "12658039760507507230", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
- { "9883901352719605734", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "5115148310176289236", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "4892280615322354003", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "15491567059821267605", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4716932801711295063", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "15559962129967760292", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "7866546777503165080", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12994023006726461909", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1869893771689012539", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5635187738652974532", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12849693339574251399", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13233683642200681957", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 291) },
- { "4310121962651039089", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7620758476872568593", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10344702612951473525", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 194) },
- { "1668590302432600271", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
- { "8750610033922701675", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 292) },
- { "6913992575736424382", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
- { "17945230226911262869", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 289) },
- { "7356559449640788577", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 296) },
- { "18349175655630268884", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 296) },
- { "16817085704588915904", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 194) },
- { "9503107262691437536", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 296) },
- { "15595806193584438610", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
- { "14283867094396458105", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 291) },
- { "14215445060938730397", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 296) },
- { "12720976113342879024", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 296) },
- { "14766625154638709852", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 296) },
- { "11757187678986741715", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "13038212285326297688", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
- { "13919423909034348565", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "12925256096286953030", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
- { "6275163484075546689", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
- { "239651884801599911", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "9500211224156027451", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
- { "10902538092301362853", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "8454943813981348115", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
- { "11722951613064434115", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 193) },
- { "13547342611064538960", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
- { "15171119202712914112", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "5451487099025245427", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "1814940262511664251", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 199) },
- { "16341609351317463829", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 195) },
- { "14343280871046671393", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 193) },
- { "15586404971308258630", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 172) },
- { "15891211707425019144", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "15351688973597240327", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
- { "1844016761754156672", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
- { "17925606428283439978", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 193) },
- { "15050158761219834868", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 173) },
- { "17448180555072943363", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
- { "11422222075976800614", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "14284377769814732906", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
- { "667777413731244716", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 173) },
- { "11624071786842686451", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
- { "3874974512053082278", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "5471037497181745651", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 210) },
- { "6371386660654628561", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
- { "5331835606773958814", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
- { "16163821504542698475", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
- { "5697543838890997891", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 110) },
- { "6217438921274668801", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "2633095809604510774", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
- { "11218297661079136641", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
- { "3374196543196230185", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
- { "17797320202829145544", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 210) },
- { "17198778757516749818", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "6440981718484677922", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "1616603916015535857", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "7643715911083095268", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "137903092932521503", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "13203019690952060789", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
- { "3918152537861570517", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "8782903242853500098", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "18312668164562040079", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "15160703466234996170", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "2751241748685218213", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 123) },
- { "12622728760401804660", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "1290624457831957354", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 123) },
- { "10924946887162830574", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "10789202693606479024", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "3718558874911694616", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "12835389389575311182", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "17406431092101974143", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
- { "1400409391266374603", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "12154660333025778322", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "4800587664660105589", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "16474284418841532356", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "18117355153710110681", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8449591498895477846", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2962899568083589487", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3491333679577961640", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13945298510228460890", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
- { "4282198629458668761", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "779525528509830615", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15002237905129290671", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
- { "16833026567865627676", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "16991060247581867302", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "6902644989079870993", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "15088285782819494786", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "3379661203936923589", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "10049571207493913006", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "15691689005236690951", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "11275109735493317886", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "12220860296984467101", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
- { "44210723233569665", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 110) },
- { "14014987361364503383", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "18189351665719757712", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16159032667792855758", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3374037004378790060", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
- { "6765409971512438438", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10098892297878373639", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "981877665302032867", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7472350511000146655", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "15513971895394346930", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
- { "6169721205327431190", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4519054607159036572", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
- { "12750124851833311828", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4333851142313192116", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6041620003527819661", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
- { "15091361629922645798", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "9348121965341418899", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 102) },
- { "393951904144235223", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3220084080191614421", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "11610588256244825741", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "2802357220980817497", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8972812517118478580", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 354) },
- { "4207115359813621211", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 79) },
- { "16582237002610438015", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 103) },
- { "772342953072606219", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "8546247990965609013", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "7971830510840138313", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "3570484486449791727", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "11461079340079820563", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "12663860560275361463", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "8132521728369930959", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16108573960501496757", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11086699387784339943", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4013707396889204359", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "11850332373794932468", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "14763982961176216679", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 102) },
- { "8207349115037232863", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "3273748387141431306", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
- //{ "580936360000782237", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- //{ "10682918518101379579", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- //{ "13178480813522103091", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "14472322679644532468", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
- { "8378137527264154204", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10180255575636684134", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
- { "18242121098885244699", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
- { "6178572652675599622", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 336) },
- { "6558074021146321216", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
- { "11038938372264857379", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17137800360536507200", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 270) },
- { "14016185289182597841", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8970519484272874266", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "3289746379259038515", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "18389174979070260315", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
- { "17666483005735191253", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "10845781902676865789", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13646634862315619979", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 336) },
- { "5072154928583891344", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7757331094141318304", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
- { "16779678846332091086", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "12223166874490429642", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13316017702896072758", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "10390896207372295988", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "8386498395042623384", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 166) },
- { "17923632501885139982", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
- { "13398326377839777956", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "13520557646924372128", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 295) },
- { "5996787039089786722", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "2626376166907387273", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 171) },
- { "6147643392694904814", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4311921348668650791", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
- { "8046109476498335792", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "14190077682825257613", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 295) },
- { "5032302126047788183", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "15256375572125522238", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "5083173538217738703", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 195) },
- { "17269467004855120308", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 195) },
- { "2901056469731554922", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 196) },
- { "9747637051217505111", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "7175860674618956918", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 291) },
- { "9530922411870814200", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "11015319643831560673", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 171) },
- { "5182740559503076121", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
- { "7567277014404457462", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "15973842639221447367", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
- { "15951492056203075273", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5283253936050062275", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
- { "17650690912303447913", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
- { "9614936270604202220", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "13998661469619523378", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 140) },
- { "10584034255622783869", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "2973436171295280783", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 126) },
- { "1908809004094565452", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "1623383628456201603", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 125) },
- { "5766507688771440170", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 126) },
- { "16626226341188424071", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "14619055893081624406", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 124) },
- { "17222005830854879661", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 41) },
- { "14224121742920800990", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 167) },
- { "5859124386313585730", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "9596156698919548146", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "10482582307328548806", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 1) },
- { "407189201971322683", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "16626507949474235269", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "879005904827468163", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "8460847842045253466", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "2729099061601852493", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8233922303282945338", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 238) },
- { "7402006230339617617", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8420763628389536977", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "8325767678959979628", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "7673672840505587739", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14166169053627992481", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "120923426036313670", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
- { "7348084298010357768", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
- { "14653065651448352526", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
- { "11008522061447263744", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 342) },
- { "305505245310584136", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 342) },
- { "6472139251351862598", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "10586018593856542117", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "16706121580364790904", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5495776091407365966", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16430562172386510259", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5673972310424776040", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8797843396807284399", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
- { "1698321314111848001", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 342) },
- { "5762290464889692462", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "3218248162832023196", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
- { "12988961529988078346", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "4232250144427804891", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "11683680166617045816", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "6252429564537528709", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "11717348577195224554", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9275303306340702111", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12245096462203481681", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "18439435691655740074", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "15272426400992401555", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "9136831791301215059", std::make_tuple("fully_connected_gpu_bs_f_bsv16_b1", -1) },
- { "18238669114790278675", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "15376246520426368532", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 148) },
- { "16469788155263456039", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9360494451263553093", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7897877428349481398", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9354818521586974021", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5853553261686771766", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6351572488552853754", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11372638316835753193", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6170074103544756465", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "4544242784357021697", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14225108809796795520", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "178353385245384751", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2002574142025049539", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
- { "11630971824787392820", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 220) },
- { "11542493210215136239", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 363) },
- { "9595803435783166868", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17610828776103321939", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 238) },
- { "18312069177632970412", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7577483892218843723", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 237) },
- { "4355933224673863178", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15124932296735391043", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
- { "16888042302987189589", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1584639932403433303", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15516194807992507442", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6614374536332038989", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 237) },
- { "5097818987523855112", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6623182990939010641", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17001023283013862129", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "7935150275452094595", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "2326323992207208685", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
- { "5072735784865711772", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "4683841893192741312", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "10341773151035665956", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "14109534738984061372", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
- { "16706244336960642883", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1967030672241059921", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "1482100699000420627", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 365) },
- { "13632911653636980024", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 354) },
- { "6198830126915940359", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "12125006289181390694", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
- { "14152716242882609401", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16732621354152092286", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17921489101554455214", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7384108582424003436", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13139625572508441980", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
- { "16491532291908469567", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "17788367809717898285", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "1509728225855233852", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3816705689596666600", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14157505468412850916", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 189) },
- { "17366807170224886960", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 223) },
- { "14548509699664316785", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 223) },
- { "10404702662303016402", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 223) },
- { "16436357970364549479", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 223) },
- { "4858167644379876157", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 223) },
- { "4381329435655511217", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
- { "13972357557211413688", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 354) },
- { "6580334406272192111", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "194072522984726408", std::make_tuple("fully_connected_gpu_yxfb_ref", -1) },
- { "4490223883171428014", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "17194603517181970633", std::make_tuple("fully_connected_gpu_yxfb_ref", -1) },
- { "6995235840871804844", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "1671208365782918441", std::make_tuple("fully_connected_gpu_yxfb_ref", -1) },
- { "11718418772370938734", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 88) },
- { "989564341557094953", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 54) },
- { "8133676065307881979", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "14555883089089918919", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "14026570177552137240", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11686670048744589243", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6678796313875454849", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "641417817126876622", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9622546530872848323", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "9194788897910888066", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 342) },
- { "522181557896569275", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "3332334993503432420", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "16131448347558322280", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 354) },
- { "13852065717057446998", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4342360467977736802", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16336482874764861478", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6075691042233712335", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7570346182940928159", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "12971822824884826169", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3033264172690274208", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "17301887391757619741", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15790005937034794347", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "15464327246951632247", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "5659168916726488798", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "8079376692609682448", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "15160738482264643601", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "13953639482255428227", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12293786134765875615", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 236) },
- { "18214412375127043522", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10670103699537731664", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 237) },
- { "10147266284710177932", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11443268857010762276", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 237) },
- { "4659943649635556150", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11726298758004767743", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 237) },
- { "13896680298436380632", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3797957937905580811", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 237) },
- { "16294962940703055933", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8526484907799590618", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 237) },
- { "13723543003759101485", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9873647901670251106", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13268525255152984893", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 188) },
- { "13008742408950833847", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8616686489737649890", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 188) },
- { "11423865221956815041", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14990645740260870030", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 188) },
- { "15204453579641378742", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10892456883214928095", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 188) },
- { "17856816245251319111", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 188) },
- { "1799430190598598671", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3106591708459602370", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 188) },
- { "4111904926378218826", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7678457226823073886", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 188) },
- { "8786249783185140623", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5389189982064081933", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 188) },
- { "15175088047384943892", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15331103261044247142", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 188) },
- { "3627273785739110683", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12478309735214802531", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 188) },
- { "7212944937255713716", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11873734271080160669", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 188) },
- { "18421820525219154881", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9553032671453999824", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 188) },
- { "3860603464276263676", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14115313335378184289", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "9519623751582710696", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "10288726118862235940", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
- });
- td.td.insert({
- { "2231648183489019418", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "6316097202867006365", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "16208488491972128275", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "17978026144659698965", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "2566302789609970663", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "2714742023091949586", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "3087801652564627458", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "8602155166799218249", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "14230385851791760020", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "10828719108804915700", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "13973179950424276578", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "3668927000317872012", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "7947870656736319919", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "14767888121198814523", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "10401632438377178271", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "8762901342272872498", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "10783981060353445280", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "12608289345175485333", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "7875272450497189442", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "1599725688135122629", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "11932770338770247767", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "11184047387366978375", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "11716771904412649891", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "12576157843776905380", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "8402692278765063674", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "6781076363516398481", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "3255465741612432300", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "9767950219863105043", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "7134654288295280046", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "5821853991835395449", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "3480732841490521799", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "6973260260946088987", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "15649927926091502215", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "7910468668367486698", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
- { "156456996459945842", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "1994927850993519406", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "16431165572426232677", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "2864254144951744544", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "5390559917122707732", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "8378839908604146288", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "17163158934005653629", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "1185280691070355160", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "1999979442136861875", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "2527189070714658176", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
- { "16032797290430373799", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "16783619135298589974", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
- { "12785335515281046438", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "9216608098626790565", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
- { "18257496796879980386", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
- { "2452226948562393335", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
- { "11072545690050335239", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "12668149981216388765", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
- { "714898562476771473", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "11115684531624462986", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
- { "8710684853144029787", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "3752171257634205726", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "5243587439683016777", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
- { "16881283637687482989", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
- { "6042976104660344109", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "7351733901977025859", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
- { "9341400376014914418", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
- { "13713406612642090169", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
- { "683350872280694452", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "10436819182310112786", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
- { "10269788826827249402", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "12558716383635737426", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
- { "7181186153851700294", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
- { "8107447526839063293", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
- { "1016414921656805365", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "4871907623235871050", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
- { "15539976365475470623", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
- { "3880189981766119529", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
- { "10154958553575016770", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
- { "4561874206785244358", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
- { "12358640399843058144", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "12956726277674279950", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
- { "7177837234452118325", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 9) },
- { "3160080179644173650", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9832551412183684637", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6347790007333387897", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13219313818719819982", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 148) },
- { "17780553554354185249", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13315473376247698298", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 151) },
- { "11815135771923538945", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
- { "12465309202808173810", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "7171436879576678563", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "9407046952012845638", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "8805267762044816983", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "14381377343079009210", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 111) },
- { "13248818835662551847", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "9300668734746602663", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "7706778813807762766", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
- { "16991433003318725315", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "4584399194832832140", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8558026087297588736", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10198351802037434471", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13257958112171706655", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14722464361594874490", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1544616395544118800", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5955569479109539856", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17738708576252096108", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 141) },
- { "10276056345160651377", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 296) },
- { "13515249925520423329", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 292) },
- { "10055593174764596789", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 292) },
- { "8707130584661395715", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 304) },
- { "11161176476048297041", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
- { "6959258479021077609", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6365109451272429541", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "8191978674781978488", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
- { "11604224659996035116", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 166) },
- { "1759873215866222608", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "4559874433048442047", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "6937259685509040959", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8242732346001884230", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
- { "16156727721974657541", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
- { "13786314015179226945", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
- { "4202371435873473624", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 193) },
- { "10933135228023712253", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 163) },
- { "14467312749536832362", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10557843071473489529", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "14967016402348718219", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 162) },
- { "7594056145185406157", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 94) },
- { "12051754199123379659", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
- { "2634827464202220192", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
- { "10211888372266149335", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "4548339182509526896", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "828946941343000506", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
- { "13008375263617223352", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "5638301531544801477", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
- { "10213021343800816450", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "12000084249129063723", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
- { "18040104088851490930", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
- { "16394608147869554267", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "15229178454191871174", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
- { "5927467766675317093", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "4877661058006573128", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7515937801840512449", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4747017546101861376", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "8833751655076849826", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "16256124470203598218", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2706523860113152678", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14946999257618007034", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13699343107940933196", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2887515984302814699", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "4906737644615337997", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4725303208352054390", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14955652052550053223", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "862470330257326268", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10381668587006680936", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
- { "2593337359555305520", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
- { "10774393239130591748", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "16247780189312707876", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "4487284881658782961", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "2811240876735166934", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "2447678508469638445", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "7454164784767168407", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "18275848121133385773", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "13759457214873634937", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "4855959048455906948", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "7160112985819045832", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "6880424067049089394", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
- { "748023061136366353", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "15793120434966402276", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "1932618420321708351", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "3336444565837087463", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 337) },
- { "15067224168014815918", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "4431271266410883917", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "14115818307364071162", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "15250928896997938213", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "13013685738525906988", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
- { "17607598031220186942", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "10278583197921433748", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "5300123851331202735", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "10751381988703627540", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "9905160045246767203", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "2927340528757005274", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
- { "16243861301305882872", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "15004681374954252324", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4496537089364942280", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "13357951046545317387", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "12878719705192625362", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "4785466104509327241", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "2416244034719176938", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "17785504548342377669", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "12811319921474895164", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 240) },
- { "10760000973615798613", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 244) },
- { "6300105753728135778", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "5791707725846814784", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "13246629627758485603", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "9400558994532871122", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "17865276008842107020", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9981156409872807880", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "4626770940790542333", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1094262369519841857", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
- { "5523297987528243797", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1789389636704094004", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13544237579827433636", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17696244668222870549", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "8926171136732424790", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "16179159307898475953", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2692291137583386471", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1095433004701276122", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "16277739324697771064", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 347) },
- { "15945243427420522827", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "12296021067910843036", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "10673589588224406026", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
- { "3585431879296991112", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "3119002388778552316", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "5322582996019286781", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
- { "13225749488949717853", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "13207215182979880133", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
- { "17730578026124357983", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "9725306578495355500", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
- { "5277508201756602822", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "12806959657459851511", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "15232478805009654818", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "17712227426604098630", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "2530975976273876727", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "6232318392696042532", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 347) },
- { "13657818175298160631", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "4088603773237062922", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "11177710514557128293", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "17515272254985846970", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "312130674630486188", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "18247095696433793115", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "6341728273786101457", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "10401462893795799864", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 340) },
- { "3032101782888447048", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15078331029547630371", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "18043541805861795852", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "7608435380564752000", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
- { "7129337563584588644", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 244) },
- { "12204270722180734542", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "13588405581356678469", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4986281570682617547", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "2214420531345686129", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 221) },
- { "15030725973433075086", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 220) },
- { "15384520760315696372", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1915712383376159541", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "6176816506826300479", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "15331830720555178784", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17558578036713688769", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "2388815483287403961", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 290) },
- { "15948716167523201661", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "6787190800192250525", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 282) },
- { "3378135802544446861", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "13053802967262518173", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 199) },
- { "5503306970973862635", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "9417884304413500664", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "7866083951140251349", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 282) },
- { "10084810175406860705", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
- { "10342347371769114236", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 302) },
- { "4063042455950354352", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 314) },
- { "10055531955039754920", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
- { "13173341667656398216", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "9356247214800869277", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 282) },
- { "8630592326601832361", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
- { "5041676938441886628", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 302) },
- { "15379755045295790608", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
- { "13410979599123644577", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
- { "13504573816477550406", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 199) },
- { "4459291258089899503", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13992993617743773278", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
- { "13395962624719382401", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
- { "1535675815795592775", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "9849036672784280133", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10780684483689207763", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
- { "4060515618437959603", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "9203467651096078409", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "9698108593334526558", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3252398754887381352", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "3120759967333088019", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "2024996599975373573", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14876099702827489987", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "8653894569484019347", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "4004518396368398824", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12801342874692090364", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "9387557098916352467", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "11689587446775003898", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13973363990921590224", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "6278030053136901802", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "12122586525659611649", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17711197779492504718", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "12489342380264260364", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12148845150031891038", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "5080727465135503101", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16818862727193981112", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "1827977959922344361", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6291003899324240633", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3002862967523058894", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7222921168135747513", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
- { "8696847224485998117", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7453625482178960081", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
- { "1472822945750487574", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2032419134020329477", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
- { "805104869568121149", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
- { "17215312565214990348", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1737128374457513820", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16263489451695566992", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
- { "1608378717397996752", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "14346703182362139650", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9744493065276230785", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "8331721527098298378", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12097373631649932423", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17442035600389810700", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15953351443307161934", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "8740196547852036537", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13809436837912218131", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9722172495422643735", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "2662628817605495834", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "6163765140843670080", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 337) },
- { "15662207751131195569", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
- { "16494358566119044242", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "12641727819019838301", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "4917595053453614536", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "14577496472237742721", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "4356806313729405658", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "14282717676967464809", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
- { "7275701540104992761", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6459003512612780875", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 359) },
- { "12791541622557283904", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11882713776717158678", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10982479758700194728", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "8714769962126708854", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "7639744043430667021", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "6804493132858449665", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5204696395552974337", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "8893913418784905112", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13496918758899426996", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4707842387180272918", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "425930963222944558", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "3844246198992827038", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14280128364139551919", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "6774493262072228712", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "5670860641930464485", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "10055923266096584825", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13508499324621059445", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "17431631935986646683", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "5568431877348597159", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "356320499267651746", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "10632294140185068783", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12339584174527699309", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
- { "8556999353039153661", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "15381427144405510339", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "8855986581847188591", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "13704396706685353016", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "17128550517647168353", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "8625183189646433895", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "7921388663815287395", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4213330047036138895", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "17034122796081495259", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13076343553185159307", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "5854267518455107328", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13675314612031135613", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12825029449351875037", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9397711809671506538", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 110) },
- { "12965800692507042874", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "2647922515901529845", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "10961049607808752432", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "13988022841867948024", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4612862531793961340", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10950469938532358632", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "2228733394430438519", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "12015814430456201522", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "12344008430499496640", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "9863615330219779441", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3560058786734628608", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "16047381404034145819", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "9714811479610938662", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "7306541374689856571", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "5689486642279577539", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "15545653867155770893", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14910368344505819159", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "3220771309796407003", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "12786796142417489350", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "13947140171097868740", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "1168311873250200110", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "3495786143085325748", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2164537487697642190", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "10623345643437043886", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15240415102190323330", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10321975076426598984", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6467563111927343808", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "4280198021826662216", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
- { "9464830880142854424", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "12113781253211924677", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "5410693492803892704", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4844529595057806427", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "10848097581672953022", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "7947428837044782745", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
- { "11705938507822117867", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "8334753494554256932", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4995468555341975721", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "6282308289220311358", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "18275232300842488846", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "15754022314306112499", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "15193841338943103284", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "956475051281637098", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "1117811515417136925", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "760383787039304033", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "5351526116347538406", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "15923292837937693143", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
- { "2954421933443715181", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "14945079011377285773", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "9573520179708447727", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "11432977101529429562", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
- { "8918387046558682780", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
- { "16699295198130950587", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
- { "17358462939783262207", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "17406383217119217230", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 275) },
- { "14003645277231336821", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 158) },
- { "6638761803107874904", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "1630585964216121575", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 273) },
- { "10745248353587672572", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 159) },
- { "13395074742046717601", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 126) },
- { "12659539044474018256", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 158) },
- { "6598024975967050290", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 102) },
- { "2006890470582854116", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 139) },
- { "11369389082421346630", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
- { "4986977887030495943", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "9681320098885387731", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 6) },
- { "8730097760819044515", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "11882021989615795558", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "8202324251716703125", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2932157519158822224", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "8431962471592709199", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "16116546888494787089", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "2954606701225038770", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "6757752550680050481", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
- { "5893257440341358427", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "1327911294059513894", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
- { "7771820069600757360", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
- { "4618159169098049590", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 348) },
- { "12268432630136256720", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "2373658589834410892", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "8440300225468667909", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "14495382595913294626", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "4974435385259831818", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4455497237293642238", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "682912708716537431", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "2585176064846114298", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "16033144151193421543", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "12141880589558027223", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "10098661517988566506", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "16192971634546462244", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "14793709237400480942", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "1646362346584649954", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "4874397454627474644", std::make_tuple("fully_connected_gpu_fb_io_b8_f8_vload", -1) },
- { "6171331678772388712", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "7496699438957793920", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16767657090925788431", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1006721963560645335", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "14753245713079865819", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "1779870708816318465", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "17157919258161230886", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
- { "12398103047184982980", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "2961249862769657168", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12131460825751874564", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "12365814254940023343", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "17218545462549916519", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11877919824125633092", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
- { "10679711602282897680", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "17801375178828079914", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
- { "15446821602347034830", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 198) },
- { "16041087076800110589", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
- { "14102351022029437177", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 290) },
- { "5786978465690715325", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 290) },
- { "10140124683113804219", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 199) },
- { "14022671143475909407", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "7468500876165989695", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
- { "4628560194573173205", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
- { "3963065974337687046", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "13439359175348786664", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5342116782332968020", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "9198777289928370963", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "18276472227494448327", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "15774430281717785574", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "3887883367078892827", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1004081473410027655", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
- { "5460182945235134126", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "7932494263344450271", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5596359111431962318", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
- { "1116176429672030385", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "14642276070370158123", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1709508499926680213", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15466995361950304551", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "12936512845587590244", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4464844599426088921", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "12966090642798680442", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "128970554088066862", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7183620142123364052", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3793885399790365373", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 219) },
- { "4932548298968525464", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
- { "8248099164876900927", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "249355510483373796", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2837134119351786115", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "141687758281942172", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15718782218800307385", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "3191047205441946466", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1564774057733793087", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
- });
- td.td.insert({
- { "11134833419828370568", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "1556966764088589197", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "6087676883600048234", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 290) },
- { "15052286556809931759", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 283) },
- { "3377724880784871475", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 314) },
- { "3452246087500006120", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "6840268976700446867", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "4278180549747978226", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "17856997406888930289", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 295) },
- { "16556093306187145310", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2581594444558181374", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3377472614945731801", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10622082408513122112", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
- { "11452807035432891156", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "13529174180301001127", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "17184405948599119534", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "5921658305530976502", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "6802655190570100236", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "17877430344093804543", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "153771221207255459", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "15596913527233792996", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "1016967125909374575", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
- { "6829653688530177613", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "6094638411430816112", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7559615879839693931", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11270266455366424659", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7100226796198950149", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "210793817522061488", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
- { "11152357292626304216", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "5771335481927877060", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14619753612256300695", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "2839767407547705101", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4981552552200657366", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "9626028243479089234", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3164513064874019611", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2363414141971004557", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "8962502004422485576", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "3154903035376733831", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "16134637021630473012", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "5553176511624221429", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "4890932609897686394", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "15334769670416409064", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "5513667102916409932", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5351705572686943348", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "8200094670006738584", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "8100051552977329013", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9004823715680825977", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "16179959997108523051", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15148625184033310404", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "6577754887650563753", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "13182965457868586949", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "13839590781642269381", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "12711366212612147422", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "7963529808900784906", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
- { "12184558469694708819", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "3285180770267559354", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "6613282637922219205", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17093159649157277089", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "14660081992091188026", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16228026045292341333", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "269829518575229806", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "13023942860659386957", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "13291308922240014334", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "1187622888238643867", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16229324496308453344", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
- { "14019704891647234793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
- { "6141637854990273316", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13524128602135083081", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 227) },
- { "531020979837645217", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "8416686771626338600", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
- { "2916077416184925232", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "16862531110856250955", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11352536854890889084", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "1683347645109643149", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4374049085310743239", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16159971034327080937", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "15779210035964863067", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15153285262450947102", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7049603973253724866", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9389671301472986523", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13891598020647124806", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "9315279998737090956", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "18261342465838720356", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3632541114724731809", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "17088320301520334100", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "4352363968456148009", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "1827842275223841485", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7548767746018027960", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "17750850961096057029", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
- { "7606282654661282476", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6201358671959761215", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4829111442270007186", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "7267651931396380072", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "1279682391530947146", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2655979063469551930", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14425547983540742516", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "981419593633555198", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12324657364444167791", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "3246153532847702583", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4202705710324555180", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12272318018055307535", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "396815044270978782", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15633173680908856082", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "16635731992372618666", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "10418466892824851134", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
- { "3244777852750357718", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "2443758478383854939", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "13503934436248311972", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "2594310972560076285", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "2424349375092546581", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "7104985983444651979", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
- { "13518747015059826801", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "11675809062974151496", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "4725349695436675084", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "17351243519367619322", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 337) },
- { "17026338651868178077", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "8730407034445893642", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "144434691308306757", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "4114184149613179671", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "2558882920723584206", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
- { "16481414687792927331", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "17756651805686889890", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "2228533392085335649", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "9038567144062573854", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 340) },
- { "1345293381483212104", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "729683192738752814", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "458997435535883643", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "16955907389221472146", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "17927673764274384911", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "6418222853479731432", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
- { "7539191242110313918", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "18014188548165359278", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "16640379332042800496", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "14856197725306980283", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "9279474331309267880", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "5717588912072437191", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "1143426643765799488", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "1049385516019456025", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
- { "10766144770072425534", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 240) },
- { "6442062011017461761", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "6063490496423709036", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "3892512749863226006", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4970240836537468609", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "14668725050395069435", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "7939047354407928586", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "365747554145156596", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "18207060402110970301", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "11049175652352131465", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "2982080608393779951", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17216477578093693014", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14116923400742300182", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7029133126202354787", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "17420660823086709040", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "17300489799784213303", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15549100047322521213", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8342403220432961494", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "4600322689355365368", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "6432444239720173669", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "5944283189654634640", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "8682613468075783516", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "5788340143385910170", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "14166708932229380784", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "9262263820759430835", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
- { "10661619519548036109", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "11254313793397682889", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 337) },
- { "8941570659228294791", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "3711589321155572550", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "13440603011986281192", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "10072782544067079397", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "855625721312733540", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "8643403818712296708", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "3482316012102041163", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "15966346359387758212", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "6179768494274723997", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "110891946535801188", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "13300595681637438535", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "16686223109098592740", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "4196950243745604808", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "15357494333788579519", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "5791271012599760917", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "3502203881558439278", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "6615043890071705766", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16602880550249876273", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8163937071550477896", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "4788158788847752998", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
- { "11048286378242522780", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "15669268280202512868", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "11708180973354877349", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "7429872600277069485", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "18404744652577257121", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "15145594907273468650", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "17189550036105947900", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7167054889777381093", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "3278181836788028231", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "6040360226338233118", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6877955452402826287", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 314) },
- { "10864271596740164097", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 290) },
- { "14322983802576638073", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
- { "9469688466553577331", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 302) },
- { "13052522487775745493", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "10990480508394584613", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 199) },
- { "11406807220585770939", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 283) },
- { "17014949219411078284", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "2128641903680430067", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
- { "8751004549226570175", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
- { "12508733516106581272", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
- { "1535119834165965208", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 314) },
- { "6537771397615897748", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
- { "16911666678187393426", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "18163247824658143109", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
- { "3169531413538986325", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
- { "1861963470217658786", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
- { "17175653712131007582", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
- { "12148428445687813823", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "15239273648189016892", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 199) },
- { "17290692657168386471", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14119365735362663804", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "4225327120021140533", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "673126354575235249", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "17628454700752918711", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3529846607992358207", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
- { "342387360760418341", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "16353520814579109491", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "3134099148543397372", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3042628567386436226", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "868736197323541759", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "3241775197578183463", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7851643406001230159", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "8502552745012743053", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "10353443026537243362", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3104552371734307984", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "12807894319350246437", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "11258614397356100246", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12946314097679886518", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "12909725304008017600", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "6153017925473103663", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12188122150443559128", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "11983651079897753600", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12988924268115973386", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "4891686540869580517", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15196732464112076502", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "459391085160518545", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7760457628691335753", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4865678723441158246", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15589245661365969249", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 219) },
- { "9661616000023492219", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14777607874956018667", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "14113322810933328214", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16281761113420371943", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 219) },
- { "16988191641007425377", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13194254226778628574", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12531936952559145430", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16379080233376322220", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "2613462626256090659", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "15844881725957151580", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "8059328623525062913", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3662747857062156477", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "15121448034928438384", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14122213471825630433", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14985236276429954162", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "14321283775111180227", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "98795127409553442", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "14805540705424073865", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3788462090984291082", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "11823068760218786389", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "5963105523596432544", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "10308431308942416781", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 227) },
- { "8712136292276123857", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "11314582467969020320", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
- { "17147293671640396193", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "4465701487417893814", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6144958783262207773", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "10467232566885547072", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17262854991782705821", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4635570915184713874", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8706634286501695698", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
- { "3863816884636503247", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9252629750817485029", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13168267319035362901", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 221) },
- { "16567638487719493784", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "13449466515297095146", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "10808909442136736629", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "15172865163331822352", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "16260483557979578317", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "7469127846325904854", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "8783239368699382065", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "3477539135137665170", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "605638562926557381", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "12626994817506009929", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12417557233566012737", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "14056483847542666300", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "446997309263592434", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16589191615146805668", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "17226649394712507758", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "13566885629976429699", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "9931266845625995359", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2522707948254032777", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "6486250531858548438", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "8174273876544952794", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15049304780567617964", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "1321553039928725678", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "5105893636044171966", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1661430504764145711", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "10041204026657386200", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "15969909663367854367", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "10956917223944472347", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6060390128414591327", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "10987291891349907631", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "16452573613171944531", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6370356607952251648", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "11547588640573840103", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6882259829255167273", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 340) },
- { "4184283661465100793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "1799277562177870093", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "16276490504942526329", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "13939380644892198347", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "14257398784378656791", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "14444423571297570985", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "9708741882115135691", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9374845449632011709", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "11907741510409644649", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11833466191385766041", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "3276797683943990958", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
- { "8494679093555050767", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16807117250109985357", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13642010365337780940", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5622078553841657218", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
- { "3973953743850093759", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
- { "3210709940026980348", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "15122428380000835284", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4492743859922847514", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3555469834146426564", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "13140141354298916151", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "7110352624440078898", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
- { "9527046928040225586", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "7797523746053138659", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "1478169078874265704", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "1264966373832011567", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "13715010490012086430", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "1470778934882087497", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "12725817227797568697", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "10024777334075819235", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "364471436103661689", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4052362583575987109", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "10657660173790920140", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "6557428245898292304", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "9440117898128288296", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "15929262283669093154", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "6352520536724420824", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "1921667815983542102", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6088184848087986042", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "16602667769746047266", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
- { "15953651221917495492", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
- { "34011924689025090", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "674384870483198184", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "3555798556624172621", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "13793032417416585006", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "9019684110208109757", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "647849627466319112", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "11242435114747058327", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "17302407573266205607", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "13606281481050014632", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "2466805217694531959", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "5511298016141559884", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "5483150635926637198", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "6265211373810873425", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "7643647841451578008", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "13254760530618979318", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "16709502837180561673", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "15693956942112465267", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "17891347169069018262", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "10521453583707218193", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "14303192614979408043", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "16609351383660437793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "11118586558529856637", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
- { "10939847328508611170", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
- { "5114254088513267110", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "10163486148946687267", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 244) },
- { "13296242326766100583", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "12068797674575015662", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
- { "10978693262040522687", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 153) },
- { "10037086825900566930", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "17216583849049249733", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "341552075482632478", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
- { "738850098651678143", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "7139714914586273766", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 154) },
- { "18209157436315328292", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 102) },
- { "7370360743945187446", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 99) },
- { "7953255701516490034", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "6195916781434462809", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
- { "2400014444553855563", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4622514167765722873", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "14680730265621679042", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "3302557590307975559", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7648248878470053116", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "4917917708431763965", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "12978593897559876761", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "18064160378597803888", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "7689593699365225521", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
- { "15819149710195058441", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "18274109287723887410", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
- { "10269238332775024706", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
- { "9167138376243583750", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
- { "5713105609160120586", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "150812658537571916", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "4485289322925780000", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "17268201530818712998", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "8747430148550634190", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16986358655784856534", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6109013751635776331", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "9585113116232600562", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "3503893875515897267", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "13144385730409574259", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "743941460026466526", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "4492332228252010118", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "1920042803083729276", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "16436006771518788093", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "17567504672169904482", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "1989849521691057108", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "8203171222962341018", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9795194069954915563", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13369603621524676979", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "2930658435447859986", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "10721885719016335538", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "17663718302088575615", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "10749263296616139689", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "18356235677223229518", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2657828809338947050", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "15743750994087974449", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "754596461956525575", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17690103717758388022", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
- { "1581136092002053880", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "184306359395609972", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
- { "4891076250667414900", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 198) },
- { "10946917656449245131", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
- { "13963558035989415263", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 290) },
- { "13239946614209250451", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 290) },
- { "1076938718721677141", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 199) },
- { "5851532147278358697", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 314) },
- { "5746129902873132635", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
- { "11592511763160794565", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
- { "8244393417024602494", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 314) },
- { "10340341966852782124", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10014822679257636832", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "3975219156915176189", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "13536863026622428609", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "11408010379683511978", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "15458285682224384803", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3407965587245145003", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
- { "10514330767826407566", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "4251496064392381805", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2384682907808363130", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
- { "15705923658253281113", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "6610298174133949061", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6801247431347692935", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7702208423015808353", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "625378771032655972", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6542436061498779527", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10220143644047641696", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5009829190055738132", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "9863034269936216346", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "16547699848349226093", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 220) },
- { "13369144100905854138", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 219) },
- { "9490927482615234033", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3544673182881983084", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3575537018273879487", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "12649957341095701480", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2321767794934000238", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "14973431782875808802", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11948858355027908365", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
- { "473983206819135409", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "6586872365879203192", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "18412999191021390737", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5274456170971167904", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "9275398105290923887", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11340683391412454009", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8100282867486124965", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "6361758198448370863", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16431503579923509596", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "10280282710562383672", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9138345765585313427", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11117326838088757686", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "18222598708685323020", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "5198859831430501652", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16644329894881952739", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "9367630847798077790", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "4906856539144714227", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "14958085423402252319", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9835535945548454398", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "187589970359123667", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
- { "678657374277098506", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 290) },
- { "8434335101659807351", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
- { "15928128327390664485", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "16504425380504793738", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 315) },
- { "6480587375918509253", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "9751235588096143414", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "16866525370343398909", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 292) },
- { "10160678465371702528", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17188750289444625186", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 199) },
- { "14811603003184578943", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- });
- td.td.insert({
- { "4363379197393466424", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
- { "16403435599807360704", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "9367985410929563457", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "10716232679616746794", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
- { "622299920975636640", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "10798283054583509534", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "14179140464588572277", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "351304363117543419", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "3499106702307464480", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "259619428712608645", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
- { "3296098567244638489", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
- { "13593304587712966846", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "7572277082530361815", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6379337678256717737", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4513178474272034213", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3390430905253038550", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "925607706467451476", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "5627536079808515754", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16464493408368412759", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 210) },
- { "13839116996827687373", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "307874768879227632", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "10308113903347312964", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6712698149192186833", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14930789530046665855", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "2204178900998688268", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "17174919737114915467", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "15154700439767512396", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "14916625550370402883", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "7650375560336513366", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "9999553425206328238", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "17515064188391421150", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10437367877444543776", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "4362304842016958728", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "383721620126444793", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "138379779469699309", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "3759515057574218101", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2856601829807186494", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "3286330985102373533", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "8159303545761286685", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "4056979460327024961", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "17823133607491820214", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "7969441643457570812", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "970768445746568749", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "13678741578702922441", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17310844417517474522", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7287895452784411060", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6513788469599330141", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1432487477100132607", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2463151488506537801", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4054850047596998735", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9747825473942435842", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "250084243188516935", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "672634960435241508", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "748301576795035305", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14255457787105784042", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2750476114907782459", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10028244201873254140", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6469067021323571170", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10601714587235375373", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2483181247706575298", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1732853511466309905", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12113297049460198476", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11557224109907477240", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "18084899872055349937", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2890305478244125142", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
- { "16659638340060273536", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7297768924198851782", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13104971224879807298", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5507252417827285564", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8511924860787648884", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8339235544283885013", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5654030701873405891", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1436723751951975466", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8325439593817651819", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17618112803233960227", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12327651080801123538", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13617891575616631067", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6020885536659393981", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1940159900852645250", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "753809225159529269", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8790166817024820739", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10677449690354999149", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10593983805743674128", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8217088979257009010", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5687085271369421207", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15279061373346657582", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7096501191029978469", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10094312347267495565", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3510084874150710192", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9391986481292718799", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5259220060268012597", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8117066211911522905", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10716559814452841971", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3949211089098986928", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14752151264004665491", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9195500778955925293", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13023666909692825369", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10961696014697611547", std::make_tuple("fully_connected_gpu_fb_io_b8_f8_vload", -1) },
- { "408602315578383859", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "582954161360487990", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2482190331248449465", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4075769657981876449", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14367142998060454343", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8114910678593187231", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4495451816890445327", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17102726573636919392", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10845009858831745215", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3112081942557253948", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1635689655354995548", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10250301712194120144", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4855747489298888657", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14238766089951260596", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7017830157652362654", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5619751660204221930", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "18093663410921658106", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7869191330107002954", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7245974724868795129", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11019243479903456358", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12568255992252373147", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12413024322120393790", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17328716013187434957", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14899206494260920951", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9983462569671477588", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2383983224188083583", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1759538680129620900", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17194386925266836084", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1518413386955573037", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4104380387301024172", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6500468942462159659", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14136370464716049139", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4056919990977544228", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17351367314312762125", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17586380391909451000", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3561558658922596877", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3296755748686779746", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "534789472217562338", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10470060457279511896", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4917360877294344854", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3020953254086476464", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12307245536623707478", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17039711449439313953", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2734182509541824864", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14521225825422360447", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5857101685300045443", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1547471890307888038", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11159429929932958728", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1382911856313970571", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1854612313463195535", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13051406650237455505", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15438530452161762045", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7446661399223808792", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17861183465344343443", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2026622899016787854", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "16127482065413259805", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12961109385388101976", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "16855828799826043472", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15658859674277700656", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4833749391314748606", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3326691585067800328", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10718764522366711114", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13643973579671217152", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11155444222714959508", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "11544626480076777556", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14277552178674323256", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7792811600696842064", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10622803531832712558", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3079343528005019570", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3521119014097924580", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13643421651252474051", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6947390018658290847", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11697545935437523887", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2179704411405073702", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6886280732774854778", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15841879134365332862", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1489646217778958363", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8996027646503556955", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17569170625753249614", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "16686854568163084344", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11187304651899164445", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14540721800838487177", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1979841019103384445", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13241679793873365192", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7013169017932712804", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17389114672554594444", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4157112143322859333", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15217255896294251282", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7606241825090144098", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8254388198068394779", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "755942233998922490", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14018816117251124336", std::make_tuple("fully_connected_gpu_fb_io_block_fp16", -1) },
- { "12054714986067446052", std::make_tuple("fully_connected_gpu_fb_io_block_fp16", -1) },
- { "1138657035758391650", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "3767246406609050779", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8536612779196342267", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "18269766292810651342", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9646020463213439644", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5654817010240784792", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17277846909615605376", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "102220157823566379", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "18213629255325554583", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8809496195168645264", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8506262325379391391", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "555647031314007743", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11133391567691287018", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4531238775069637542", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1050921927000835075", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3929145534169458063", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17125607183887169558", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3771153805567862915", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
- { "5658567026478236676", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14520461267731870642", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15949156027942399242", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14569379143051211142", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5083162050523454050", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13951906075577108679", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9004122893718097099", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4336765005970913285", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1037896951032802088", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12090010131585526347", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9035445496715584647", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5455756262684457251", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7013197348316253486", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "143894893069959052", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13984124581247009793", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17964690428632248307", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5850736343172747247", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12379881923680871705", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11864459706509310150", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15222102499748205072", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1198491147477454704", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11400303472547811086", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "11660798111579160734", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12081136231782604198", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14508437224082799436", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2396983035676921683", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11489881652545443112", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5651551840851524311", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11753049051286720239", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "479427514681077218", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10277290426401380976", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4919635200134986619", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8180846581099717076", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6411489040870738143", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4195122768220068448", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "52150349468142798", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4439371893496638788", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4039813343849078927", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "16533127286587475454", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10264270523529136771", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9915620237695279980", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7090467930115498252", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15407802086492754450", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4007960934134542892", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2002110062193477745", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10154803388813032920", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1939527596007045209", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "18436843102627176620", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "277852397173940175", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6822978927370753017", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10859939917723763131", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9248235209454206632", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2665169698359670120", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "18266967379169677646", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5047972486012090625", std::make_tuple("fully_connected_gpu_fb_io_block_fp16", -1) },
- { "8183383667948205424", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14478151143114959230", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11396985422513105543", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12114476173765693172", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17041468169694105561", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "16498300259966485293", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1173136780324694038", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15786764202107923723", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8913526950888110377", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15988378956341507229", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10993107955805947401", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6214677989814002369", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10884202393733523875", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4424960026145600447", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9763754389347695094", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "105055722864217258", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9775648000771985077", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15967893151722576439", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5774841809066688068", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "13402919586406297042", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11335142595937152387", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2689568881580764024", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6571325912136856822", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "18122652705874970766", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2000008755333069005", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10361998183258703575", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12348644068948200883", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "736422312606696687", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "16240864447025932692", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8589562027950762944", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9162564861963233717", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3167738956362101592", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7260746128189749064", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15308960063718398523", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10129304668926912275", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4853130422682926168", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14453982453535955244", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "16608982023596566351", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2470663389603706356", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4240407752719875080", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4846563120992975368", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "3706088306568590662", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14866563628584464675", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14721943524627076027", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9323941828298277387", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14109366965145192619", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4923997413838231159", std::make_tuple("fully_connected_gpu_fb_io_block_fp16", -1) },
- { "181017193671999192", std::make_tuple("fully_connected_gpu_fb_io_block_fp16", -1) },
- { "10757412618207229106", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "6395263375773555188", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5979046470758784946", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3927359449523162508", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "18232387132890063687", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "6709212639543074230", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "10086813986911195558", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
- { "3109992766790372487", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "794530296606789816", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "1249133049911188319", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "2006024870459798086", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "11914297820344167381", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "13079795735173763117", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "6241224766048532539", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "16524474021378494125", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4407550747921719377", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "7259905085241841240", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "6666210546769702280", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "7814543122045448412", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "13554702187867408038", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "2547880010597993852", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "9061076702890952738", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "15460429275475874158", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "7724185199575851246", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
- { "8533091468352267196", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
- { "15025120359649460106", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "2613575328969629284", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "7463954007838579697", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "9151324495773628566", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "651020886445062493", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "8237821273547216740", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "2875927974837744359", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "3674322065648064195", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "137871170540938640", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "3066826388383295007", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "17483221428915982776", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "3403906310423395442", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "3888283018836731569", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "13928684419408478520", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "11520548550630007970", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4922714504620931501", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "15683804450763499599", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "12686604223669447758", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "10746289671948325353", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "2487976264999747775", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "6163010595188500945", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "10404333823880552577", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "16662409111036688294", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "5400706842524705774", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
- { "17423097433955762667", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "18131954418490925431", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 274) },
- { "16549854027697846882", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "10340073416712988987", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 155) },
- { "4633923265089466898", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 273) },
- { "6808980404170272597", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "10592783998150232858", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 158) },
- { "1594829714229111215", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
- { "17361714725103230834", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
- { "15732140959902969012", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 102) },
- { "5796974850751105634", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 98) },
- { "10588059104387338398", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 63) },
- { "11738780323979052397", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "16342972196376030503", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 5) },
- { "10406201782146034797", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "17342758321852264926", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "15951978466742016539", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14100026884590707572", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "8368507377481570353", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "2230145893895952661", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
- { "6320236287540885300", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
- { "3152975593520548377", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
- { "11756338894156892549", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "9310466098863912618", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
- { "18376135355406021646", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "16780457022162749898", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17140702790441856730", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2578325663193624576", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8784358107340738205", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2955459120402821540", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2840794055129352139", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7104266560248570112", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11113125355390956764", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9127827617126714860", std::make_tuple("fully_connected_gpu_fb_io_b8_f8_vload", -1) },
- { "2268275392299271167", std::make_tuple("fully_connected_gpu_fb_io_block_fp16", -1) },
- { "10615831454139478379", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "8205640825965213946", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14337168375989245254", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11664399629496237233", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15750539817895707253", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "921209976738626097", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8590416145336196354", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10463632805036507382", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13637537549252005181", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7581949584623524395", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9814647153117279415", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3444250649099578792", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4039483032571506874", std::make_tuple("fully_connected_gpu_fb_io_b8_f8_vload", -1) },
- { "14309249337788077160", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6254493271976962295", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "12387660887222981357", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "7723131901316908741", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "13963554827358438190", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "5001552360784483833", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "14201142257504107783", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "1066668660701816536", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "4664196755018349672", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "1103228955716492167", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "8618835732380720921", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "8391292909068775212", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
- { "9488974186647231896", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "9069334144391048686", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "12493863403516600413", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
- { "13375084585444085517", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "18040173797801558071", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
- { "15329174116169594863", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "14910223536998380801", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
- { "18277685132620834972", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 275) },
- { "13090887980792573261", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "3067806959725855130", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 159) },
- { "17791773192152464021", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 141) },
- { "13603318842632052764", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
- { "12072881177966014126", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14413047954443174304", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "9118663018352672834", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "3558391988878894288", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "10047727261970275928", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "11527382293059267033", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "8445575388700666150", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "4560479630843098090", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5737652209336034549", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 273) },
- { "1159910924058542880", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 273) },
- { "7203172595229334691", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 273) },
- { "8153567933591966877", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "6069305481947437228", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "2216113049194620088", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
- { "10395837712676962495", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "5041111302824362529", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "12542825714985999760", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4599539412023802059", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
- { "4570119951370893062", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 199) },
- { "16897917745917378359", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 197) },
- { "6947523163603267191", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
- { "2322126126611987721", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 159) },
- { "6518845972912144959", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 158) },
- { "9741774854327055438", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "7079854103926842364", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "5035895518536085765", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4307157272240924516", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
- { "142486914279119363", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
- { "1532263118203058517", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "13529694429433303321", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
- { "2820916926593580316", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 116) },
- { "11140657515428786448", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9028970753877215614", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 102) },
- { "2324120381399737261", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 154) },
- { "14311837335039030749", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 264) },
- { "6105963806494867023", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
- { "14746731245428677019", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 245) },
- { "9213886570531053949", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 167) },
- { "385046297070779752", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 155) },
- { "15882699446713091149", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 125) },
- { "475043738497218394", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 159) },
- { "6351347283201596793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 103) },
- { "16290626406346691996", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 32) },
- { "14038308632095412386", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15928183143089896780", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 343) },
- { "14071202918199194502", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
- { "12383676694875725364", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 342) },
- { "1830378766184274696", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 239) },
- { "13133105923394042921", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 238) },
- { "12458275468325297142", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 239) },
- { "1819720745131968914", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5140267554909755437", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "6021498606197929608", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
- { "5832188635321350875", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "1411786954276574458", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
- { "18193548056717743576", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "7989522965312833517", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "2024521518658822242", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "9692442768327912638", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "8031184163763974840", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "13429621587271813054", std::make_tuple("fully_connected_gpu_fb_io_block_fp16", -1) },
- { "17938009873557420461", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "14123865825367908500", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- });
- }
-
- //SKL GT2
- void tuning_cache_1912(tuning_data& td)
- {
- td.td.insert({
- { "4583484812233029888", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7560832358324865221", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7382044526960590018", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "12372261924257291610", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "1547771611689525848", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3134973665622945888", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "18260030211719729324", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "7416143717989012766", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 110) },
- { "12028963907131702705", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "2464531851392092325", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "8181308759455478086", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "546062289721803579", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4889405384318695802", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "12841232643395100314", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "14108361259911144680", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 347) },
- { "2726453304845436156", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
- { "2607416795507802412", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "2175404966338020579", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
- { "14666883719480623074", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "3752993663604843837", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "5274735654559844733", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "8174421295799601683", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "1967655354607438665", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "15762542971370422224", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "8183203099539372914", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "4075343423548891274", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "13264497096898621015", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "679058537775669048", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "3375634256357960999", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "2844616672368585285", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "14235558866846276172", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "18066867692765966577", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "9861424412782371874", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
- { "607078314875528651", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "6234885984223387670", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 133) },
- { "7223570329858821704", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "17234843749633035510", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "11516168882438876247", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "11312664612825940140", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "14846039494240217143", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "3390376200501119384", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "1113077760071340574", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "4614875083188849196", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 82) },
- { "10859023312681572942", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 240) },
- { "5588692131556725717", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
- { "7653946972043115920", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
- { "9773458066743315157", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "10491513939202460216", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "8140122945471321201", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 82) },
- { "15079423575410353790", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
- { "12844146569641472927", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
- { "13443914015380511668", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
- { "13404457916017756196", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "6402415801415013013", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "2040762223425679479", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "8595156989254845134", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "14493123117003003092", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "7391309333582046386", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9935182178960843140", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "15422142509105297183", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "14849987788569183527", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "14923132847727661051", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "13271555597925466454", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "6865593216823998846", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "12385437755245281331", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "4530047829451377456", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "127643210248119703", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 365) },
- { "2599051617462913767", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "3024020696533545102", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "16205377892664082400", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
- { "15135655146332608939", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "10848724554175904486", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "15558120704022404428", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
- { "14120354125904513152", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "8475075092501403968", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "15892943371777404347", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "15078418657871922661", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "3502053626453342387", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "1230316443026403527", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "12846418701225147646", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "17386994561779281406", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "7367684259946371231", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
- { "5451072983028714092", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "11758623888547009364", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "15958650715061024845", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "13899144453581769028", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "10884229860266073967", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "6629431845229592220", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "13199442294147992119", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "5032929712205664246", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "14871333176552512036", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "17890435688048047959", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "11353661571093800805", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "3101908018947919238", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "7495240482209084478", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
- { "6964506613327100469", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 101) },
- { "3670645005971806718", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
- { "69949758775887534", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
- { "13654393413005772278", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 240) },
- { "11101512074369779300", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
- { "2273811004985590823", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "7457154125218067377", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "7709677514862642399", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "8010619564572573208", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "16479793487852125428", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3147355028342035061", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12672939642957531547", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "12627961914394914920", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16210688853876861607", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 295) },
- { "1899485873740458557", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
- { "669151029135558505", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
- { "8912067280071688393", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7714589858275971005", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 199) },
- { "9794413496918699979", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 305) },
- { "18350040136091421971", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 285) },
- { "16931304566154830346", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 306) },
- { "12816950084297042217", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 281) },
- { "2359632276970855181", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 302) },
- { "16592641501972654496", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
- { "7754054384598160936", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 199) },
- { "18195884921517044108", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
- { "16256130331524359070", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 305) },
- { "13497279823712860029", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
- { "6095972148204769193", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 302) },
- { "4149964766407000732", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 302) },
- { "10262104071809780712", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
- { "10707129891337660055", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 172) },
- { "3585075254981736756", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 305) },
- { "3181067565488724209", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 172) },
- { "8636008354706344794", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "4966150965920189853", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "5569253153294942795", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
- { "11521347729886549503", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
- { "12399471154320580621", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "14851218369956754103", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
- { "14859848826604327499", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "14783159891899899660", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "2369671961317151564", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "1691004331056506231", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "4465288557833228023", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "13538111995551348621", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "1886751914747841929", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "8445964247944285746", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "803205084059316676", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
- { "12654698468722759675", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
- { "13484605287576302088", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "2469399061693302590", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "14782181149367028912", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "1448238652280623323", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
- { "2076478920663115306", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
- { "7369834759425644726", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 111) },
- { "11702633755046828968", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "2944972038827287015", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
- { "8261441437673092886", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "16694312773479519523", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "5486494868955566721", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
- { "8246009573416434030", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "9457894602447879547", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
- { "4598302923247277427", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "3116224788980631217", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
- { "17103527368951412486", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "10150428063205056209", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
- { "16984028253790680977", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "17857105233471273424", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
- { "2715609009808401074", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "232807837985324954", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
- { "13933912937625580405", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "11254635684957519432", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "6729077823331194042", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "15961933828477762733", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "827225131390571924", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10429613013253088132", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14629385997654952321", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "7546586420552408243", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "11897687507601277182", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "13975409361394567866", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 221) },
- { "6458124573210430792", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "2385616965635993249", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "14462438074931673266", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "9338654554616107568", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "15476402794704488137", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
- { "13654816209891478730", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
- { "1680424228660495363", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 220) },
- { "12929981792125924963", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "4698507050987130777", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
- { "1094144958579794349", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12358908585763044267", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "9793373151408615612", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "90849151510482266", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17277787450259342076", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "2367877811435050998", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "433942345363552443", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14575816691130255191", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3675622521877371819", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "7601637686045360430", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
- { "9818496628902493298", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "377651990943545344", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "16357661916741979192", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "5417669424921804056", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "854020380490533945", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "11984602132438314210", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "13100228219613095795", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
- { "9808704199834907703", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13071373212254908241", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "18392748682101174561", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "11928475964162658765", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11937547211842355800", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "4637568849323640167", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16812695025037565299", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 340) },
- { "10487883723723512839", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "15315014737515653325", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "1579905786032546689", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4243996335899627971", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "2545885699369058867", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "16926950874716567095", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "6355395905401306995", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2096779676054335057", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4217179485243909459", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17101789600628162503", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 223) },
- { "6139574161497189424", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "16559140502701231107", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "11459784003592366395", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "7869916853707978306", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
- //{ "3889519976910355277", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- //{ "12081835728078383819", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- //{ "14923692894655929923", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "1841901358010744236", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10888203577545955226", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "9799890897264103013", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "1827296932806936575", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "13010820430079828498", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "6245781545617904772", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
- { "8714031312599034571", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12922099252166105096", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 266) },
- { "3042887030242700493", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "1419879016567682338", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "12870587285162108523", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "6103433181190121715", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "3469599265931338557", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14812617666668076833", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "14854734265631496499", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "7637441820772916248", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "14695781272831602408", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "15696910741835640150", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "17790593820165047954", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1433224983833208570", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 199) },
- { "16185194021453870096", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "10310918050196558188", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "14885938077915823034", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 245) },
- { "14442357887993453368", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "4719130523147011420", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "8870222084473246330", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "9350596936816632825", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "6183248276225219542", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "3757195189216622027", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "8318857994507665384", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "12864512857659000129", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "6615646900347529347", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "5208923086986567490", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "9390793435913144215", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "11997629302296435180", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "4858270366437120918", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "15975176007724247667", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "16837473534895641370", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "16214153687871223428", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "8858112708913743577", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "8844677471730173649", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "9043742986995534354", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "15621341038256548867", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "18268980125375728709", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9757167087033785227", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "6513982093384445397", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
- { "9273893819042428704", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
- { "8270840662337272430", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
- { "15021512490648380369", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
- { "6578908625437515675", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "13762042713029963144", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
- { "668798769117277023", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "10917498758625273194", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
- { "14335423820860953927", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
- { "13978750151855895830", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 121) },
- { "8965747921518186477", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 43) },
- { "4428101657497677982", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
- { "8151272056391095510", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 63) },
- { "17656341100957270390", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 124) },
- { "10295330953350618042", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "15901675909820977223", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "6026876733674266377", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "381149736509958403", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "7962991673727743706", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "10064251191248475177", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16663239694378513014", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "4690831975451405214", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "16132498413588349821", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "10609644803793651808", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "16520784657717262379", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "2271187702055786721", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "1872921634399989626", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "12535576637355537200", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "7771729980527620398", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "14849108908297747749", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "14043770215999952932", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15277856047844308598", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8048617952947915835", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11446745541571732900", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "17422822627612865758", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "13954144830230671601", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
- { "11198908896401597838", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
- { "5582896843095691256", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
- { "8133587696326295326", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
- { "2007192658799516915", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "9492402787848610840", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "10515519878978734341", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "1375156980278317418", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13455881643467418059", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12788968383428254917", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
- { "12304975739476881266", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "3390014193205017427", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "13587202155230938291", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "14462744723628661203", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "16109721499545711936", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 159) },
- { "10090923790949378407", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16672038432561840773", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2973773544904290726", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "17193614571243427089", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2862029728492027826", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11066930104187448422", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2755147389712995637", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10662798624911535617", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
- { "2172121470071868949", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3579916582911190192", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5495063314176654751", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3771003491521695667", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
- { "15514370342945522276", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 221) },
- { "17285639145064557279", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
- { "12642574441854544900", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5471430682416582179", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 234) },
- { "8561154029325525444", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8939900194037985459", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 234) },
- { "2129726780118554358", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
- { "15463465056816958579", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "9268536904925062469", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 354) },
- { "45977313646881991", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
- { "7092246390386193774", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14801984300948838261", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 234) },
- { "2797723586312707948", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
- { "8451212914744825089", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
- { "5131348852069018593", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "13619081494170885939", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 221) },
- { "8818679285688095197", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
- { "4608292692528881356", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "9729987752669765456", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 359) },
- { "1782966703272153440", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "15641674846325113216", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 222) },
- { "18140951659547259039", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
- { "3416294810798281053", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "12066560812164094695", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "9332596500956923556", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "15067550526427941795", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "15428062440621131394", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 223) },
- { "8873614802459592665", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
- { "3367130693014583254", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "14135594471530769414", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
- { "14971707650115908544", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3036512701943687724", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
- { "5334291640387922287", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "16245760498096322525", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "9928406318940388716", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "3369894612786523432", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "590505356692040012", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
- { "13240472672791632740", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "7128145024365641089", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 222) },
- { "11497327844388026594", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
- { "7301757962797024939", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
- { "18121689595247452649", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
- { "875296362957469305", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "14912119584313592912", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "12494969618927201911", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
- { "4640611487944119712", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
- { "1692411934657235774", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
- { "1673006919995519093", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
- { "10601835610089648700", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
- { "13262672660175739705", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
- { "7639015398436550592", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13867172651521406104", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "14587150810299279663", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17271409929705935575", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16744813357455687598", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 306) },
- { "17215047912921813592", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
- { "4093195092417588676", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 305) },
- { "17895953872149392740", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 199) },
- { "5918874715861160937", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 302) },
- { "14498368518428801865", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
- { "13857947326347149693", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
- { "4965619590663772423", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 306) },
- { "17153828952517174005", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 305) },
- { "9864812885638557249", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
- { "8410695282651246173", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
- { "3011957000022205132", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
- { "18202466898415347292", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "11433166800587133728", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
- { "4499160027703324879", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
- { "10225878843410985743", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 244) },
- { "10961131057009777878", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "17123897723015586893", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
- { "3938875063592179645", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
- { "7589320923145169660", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "13907115679251591389", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 267) },
- { "5262155845067632954", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12323619994816664201", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
- { "13711624246076632711", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 267) },
- { "13879644216615040961", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
- { "13418213186769741623", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 273) },
- { "9850414237385072276", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 101) },
- { "13762987373425432087", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "15387492794262813616", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "9455446170928387706", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
- { "7799083605029182328", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
- { "6416346888102436677", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
- { "13401162817870652306", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
- { "4574862993950020539", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
- { "3956303186129893250", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "14928794187754412027", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "9892597035419316966", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "10290107543739998181", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "5275016494706355806", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
- { "10947686124973711385", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 55) },
- { "3997597867012981671", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "4003433148846544263", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "4361250474585164062", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
- { "10523363119855336043", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1718324808394833635", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 196) },
- { "8430284238380067998", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 306) },
- { "3950448771871155887", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 289) },
- { "9033877528655370244", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 289) },
- { "8878071105867359307", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 292) },
- { "7511984934520363336", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 295) },
- { "860443413504997114", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 199) },
- { "4957638663977636791", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14793503588688729262", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 280) },
- { "9303039486341715392", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 172) },
- { "8923406201866512905", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "14629889085799380442", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
- { "4811310048537439646", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "8622985922687454592", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
- { "8611046137980763541", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
- { "1879796404388368873", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "6928835003016610382", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
- { "8603207107304593583", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6477198553362516437", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6377441002585730862", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "15761554874575656075", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 93) },
- { "118354408955419547", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 108) },
- { "13601202334102031245", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 101) },
- { "11716196499333250570", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "16984923535088627888", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
- { "364996668506826202", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
- { "6412527114952548517", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "4892959859293355837", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16127331840410137228", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
- { "13335944978055152562", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10715829903767495958", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "6065404265303390338", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "3897655522585667381", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "1860663592951633878", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "5698748062275134041", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "15945452307780131237", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "6764685582382238740", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "4737109912659941670", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "9371952894576491521", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "12696412964119109465", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "17825874529822806486", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
- { "8220763890959777277", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
- { "17731591992960147987", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
- { "8950668477702067729", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14991602704357959545", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
- { "16383540667048742064", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16820082917500285799", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6820284286806022849", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17285815901490707654", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "994182747184593564", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "6642767323474835034", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
- { "3215659303601163167", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "54975980454651672", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "11529876081402974396", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "3644282167178264526", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "360872770877634346", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "16720108310653948550", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "14353390922580547467", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "9868561386826862471", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "17465517455679097501", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "5570311824197099845", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "7524311370696987092", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "14070988879848388270", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "8296551195150971668", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "14352796912241296357", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "9840495023131952174", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "4720851194954041037", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "17009318615658405230", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- });
- td.td.insert({
- { "9421643783312790618", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "10693348571961406417", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2940027113687311893", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6090625728451718945", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "5643908654122573882", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "8852322966320229583", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "11185156002426041243", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "14670068483447729857", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "4623542918584461522", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "3126708271410621754", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 108) },
- { "1434535531617424039", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
- { "17025268985366223779", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 220) },
- { "15398976608777968810", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 110) },
- { "6149673627320838019", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "7413341807736193935", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6071597471486669736", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 284) },
- { "1127095963814993729", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8611856835854445891", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11115935318793891293", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "5393081375805921525", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "17589256877540537468", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4135814997524960840", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15180348902159643465", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "2818524781020760666", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
- { "4942080349816430490", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "9263314249867362", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "14377032179148581309", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "15245529372955421912", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "13595283050046771323", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "15667549927492357263", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "13827442968070281886", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "12076060884099762835", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
- { "16532386511585070092", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4910582540370962997", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12335148041391647118", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10689880083512104726", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "8870164706606458004", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "9269498023794081940", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
- { "6779832349039897240", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "13942354789498444722", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 99) },
- { "14294764660016835141", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
- { "12323510278692809329", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "5728070995112243570", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5381496395266530071", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9712640406795417230", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "15036737419347383878", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
- { "11552594222313787816", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "9399255910184037480", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 121) },
- { "10594581016504135920", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "15640487942881889055", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "14165417928501578590", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "12251989236991754721", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "6675363512560434713", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "9831713940431605743", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "6531349504807709133", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "2726501303929773572", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "10439704858943788014", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "18137994263450376706", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "5711991739289045727", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
- { "15255831401757117660", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "3906658058160172747", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "15823433297099049221", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "7829483638597533960", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "14092273913846393837", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "3746578485711843646", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "12228183555926126959", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "8776893332387904786", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "16672299044236704672", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "13309889945947393850", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "15966815420067673043", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "7415938485228396256", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "9655590024687998403", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "14798289196964890724", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "9794684437872784678", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "16729204245488754836", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "15185983488152870534", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "13821372148587948765", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
- { "4727004015814244856", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "1738348894912205653", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "559491455289877068", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "17312172687490475177", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "3470176432841342662", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "8950283515337670839", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
- { "3995072673238444396", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "1238913228370790536", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "928677976151553489", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4059887681292863495", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "10493952422143348278", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
- { "5610465912655751128", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "759163065093339795", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 188) },
- { "11300938516591867859", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "12843263740221725967", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "888316366026890514", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "8088645310090149658", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "15891058658954073255", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "3456538031339928220", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "14187063304165334647", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "11593893535334124231", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9218293603091125898", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "3614865264081581688", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "8860682105104682547", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
- { "3775781894241463386", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "8857354069987696352", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "5611508857136313396", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
- { "10872828113308792940", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
- { "3726594456692340607", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "7541331569935741737", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "5639394073086652531", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "11158391063762007051", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "6319861294308997034", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "6893801771793379570", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
- { "9015970699147699643", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 354) },
- { "9252735579930779632", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "16237353798629485972", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "10916127635689513485", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "14631094106016920364", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "5050075828787158563", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 354) },
- { "2277573429750402800", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "7462044209068160751", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "8879836520351993142", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "560198731460537880", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "6414187394150266523", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "15317838148382459105", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
- { "11219109605495282242", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "10404790565578782014", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
- { "4657890394631454901", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
- { "4256171754976506222", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "12658039760507507230", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "9883901352719605734", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
- { "5115148310176289236", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "4892280615322354003", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "15491567059821267605", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4716932801711295063", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "15559962129967760292", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "7866546777503165080", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12994023006726461909", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1869893771689012539", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5635187738652974532", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12849693339574251399", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13233683642200681957", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 291) },
- { "4310121962651039089", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7620758476872568593", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10344702612951473525", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 193) },
- { "1668590302432600271", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
- { "8750610033922701675", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 290) },
- { "6913992575736424382", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
- { "17945230226911262869", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 291) },
- { "7356559449640788577", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 296) },
- { "18349175655630268884", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 296) },
- { "16817085704588915904", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 193) },
- { "9503107262691437536", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 296) },
- { "15595806193584438610", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
- { "14283867094396458105", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 291) },
- { "14215445060938730397", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 296) },
- { "12720976113342879024", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 296) },
- { "14766625154638709852", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
- { "11757187678986741715", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "13038212285326297688", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 304) },
- { "13919423909034348565", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "12925256096286953030", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
- { "6275163484075546689", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
- { "239651884801599911", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "9500211224156027451", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
- { "10902538092301362853", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "8454943813981348115", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "11722951613064434115", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
- { "13547342611064538960", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
- { "15171119202712914112", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "5451487099025245427", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "1814940262511664251", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 198) },
- { "16341609351317463829", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 193) },
- { "14343280871046671393", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 193) },
- { "15586404971308258630", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
- { "15891211707425019144", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "15351688973597240327", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "1844016761754156672", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
- { "17925606428283439978", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 193) },
- { "15050158761219834868", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "17448180555072943363", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
- { "11422222075976800614", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "14284377769814732906", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
- { "667777413731244716", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 173) },
- { "11624071786842686451", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 94) },
- { "3874974512053082278", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "5471037497181745651", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 210) },
- { "6371386660654628561", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
- { "5331835606773958814", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
- { "16163821504542698475", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
- { "5697543838890997891", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 110) },
- { "6217438921274668801", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "2633095809604510774", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
- { "11218297661079136641", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
- { "3374196543196230185", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "17797320202829145544", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 210) },
- { "17198778757516749818", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "6440981718484677922", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "1616603916015535857", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "7643715911083095268", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "137903092932521503", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "13203019690952060789", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
- { "3918152537861570517", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "8782903242853500098", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "18312668164562040079", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 121) },
- { "15160703466234996170", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "2751241748685218213", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "12622728760401804660", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "1290624457831957354", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "10924946887162830574", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "10789202693606479024", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "3718558874911694616", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "12835389389575311182", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 81) },
- { "17406431092101974143", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "1400409391266374603", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "12154660333025778322", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "4800587664660105589", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "16474284418841532356", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "18117355153710110681", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8449591498895477846", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2962899568083589487", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3491333679577961640", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13945298510228460890", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
- { "4282198629458668761", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "779525528509830615", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15002237905129290671", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
- { "16833026567865627676", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "16991060247581867302", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "6902644989079870993", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15088285782819494786", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "3379661203936923589", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "10049571207493913006", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "15691689005236690951", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
- { "11275109735493317886", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
- { "12220860296984467101", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
- { "44210723233569665", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 110) },
- { "14014987361364503383", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
- { "18189351665719757712", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16159032667792855758", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3374037004378790060", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
- { "6765409971512438438", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10098892297878373639", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "981877665302032867", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7472350511000146655", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "15513971895394346930", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
- { "6169721205327431190", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4519054607159036572", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "12750124851833311828", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4333851142313192116", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6041620003527819661", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "15091361629922645798", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "9348121965341418899", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 102) },
- { "393951904144235223", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3220084080191614421", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "11610588256244825741", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "2802357220980817497", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8972812517118478580", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 354) },
- { "4207115359813621211", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 79) },
- { "16582237002610438015", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 103) },
- { "772342953072606219", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "8546247990965609013", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "7971830510840138313", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "3570484486449791727", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "11461079340079820563", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "12663860560275361463", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "8132521728369930959", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16108573960501496757", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11086699387784339943", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4013707396889204359", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "11850332373794932468", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "14763982961176216679", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 101) },
- { "8207349115037232863", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "3273748387141431306", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
- //{ "580936360000782237", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- //{ "10682918518101379579", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- //{ "13178480813522103091", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "14472322679644532468", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 118) },
- { "8378137527264154204", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10180255575636684134", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "18242121098885244699", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6178572652675599622", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 336) },
- { "6558074021146321216", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
- { "11038938372264857379", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17137800360536507200", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
- { "14016185289182597841", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8970519484272874266", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "3289746379259038515", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "18389174979070260315", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "17666483005735191253", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10845781902676865789", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13646634862315619979", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 336) },
- { "5072154928583891344", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7757331094141318304", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
- { "16779678846332091086", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "12223166874490429642", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13316017702896072758", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "10390896207372295988", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "8386498395042623384", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 167) },
- { "17923632501885139982", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
- { "13398326377839777956", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
- { "13520557646924372128", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 295) },
- { "5996787039089786722", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "2626376166907387273", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 171) },
- { "6147643392694904814", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4311921348668650791", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "8046109476498335792", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "14190077682825257613", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
- { "5032302126047788183", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
- { "15256375572125522238", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "5083173538217738703", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 195) },
- { "17269467004855120308", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 195) },
- { "2901056469731554922", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 199) },
- { "9747637051217505111", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "7175860674618956918", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 291) },
- { "9530922411870814200", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "11015319643831560673", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "5182740559503076121", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "7567277014404457462", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "15973842639221447367", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
- { "15951492056203075273", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5283253936050062275", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
- { "17650690912303447913", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
- { "9614936270604202220", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "13998661469619523378", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 141) },
- { "10584034255622783869", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 245) },
- { "2973436171295280783", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 126) },
- { "1908809004094565452", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "1623383628456201603", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 125) },
- { "5766507688771440170", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 126) },
- { "16626226341188424071", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "14619055893081624406", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 121) },
- { "17222005830854879661", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 41) },
- { "14224121742920800990", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 167) },
- { "5859124386313585730", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "9596156698919548146", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "10482582307328548806", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 1) },
- { "407189201971322683", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 22) },
- { "16626507949474235269", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "879005904827468163", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "8460847842045253466", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "2729099061601852493", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8233922303282945338", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 238) },
- { "7402006230339617617", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "8420763628389536977", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "8325767678959979628", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "7673672840505587739", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14166169053627992481", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "120923426036313670", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
- { "7348084298010357768", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
- { "14653065651448352526", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
- { "11008522061447263744", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 343) },
- { "305505245310584136", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 343) },
- { "6472139251351862598", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "10586018593856542117", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "16706121580364790904", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5495776091407365966", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16430562172386510259", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5673972310424776040", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8797843396807284399", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
- { "1698321314111848001", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 342) },
- { "5762290464889692462", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "3218248162832023196", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
- { "12988961529988078346", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4232250144427804891", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "11683680166617045816", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "6252429564537528709", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "11717348577195224554", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9275303306340702111", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12245096462203481681", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "18439435691655740074", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "15272426400992401555", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "9136831791301215059", std::make_tuple("fully_connected_gpu_bs_f_bsv16_b1", -1) },
- { "18238669114790278675", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "15376246520426368532", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 149) },
- { "16469788155263456039", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9360494451263553093", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7897877428349481398", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9354818521586974021", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5853553261686771766", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6351572488552853754", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11372638316835753193", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6170074103544756465", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "4544242784357021697", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14225108809796795520", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "178353385245384751", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2002574142025049539", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
- { "11630971824787392820", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 219) },
- { "11542493210215136239", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9595803435783166868", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17610828776103321939", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 238) },
- { "18312069177632970412", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7577483892218843723", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 238) },
- { "4355933224673863178", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15124932296735391043", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 365) },
- { "16888042302987189589", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1584639932403433303", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15516194807992507442", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6614374536332038989", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 238) },
- { "5097818987523855112", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6623182990939010641", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17001023283013862129", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "7935150275452094595", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "2326323992207208685", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "5072735784865711772", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "4683841893192741312", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "10341773151035665956", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
- { "14109534738984061372", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
- { "16706244336960642883", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1967030672241059921", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "1482100699000420627", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "13632911653636980024", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 354) },
- { "6198830126915940359", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "12125006289181390694", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
- { "14152716242882609401", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16732621354152092286", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17921489101554455214", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7384108582424003436", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13139625572508441980", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 354) },
- { "16491532291908469567", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "17788367809717898285", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1509728225855233852", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3816705689596666600", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 154) },
- { "14157505468412850916", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 189) },
- { "17366807170224886960", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 223) },
- { "14548509699664316785", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 223) },
- { "10404702662303016402", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 223) },
- { "16436357970364549479", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 223) },
- { "4858167644379876157", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 223) },
- { "4381329435655511217", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
- { "13972357557211413688", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
- { "6580334406272192111", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "194072522984726408", std::make_tuple("fully_connected_gpu_yxfb_ref", -1) },
- { "4490223883171428014", std::make_tuple("fully_connected_gpu_yxfb_ref", -1) },
- { "17194603517181970633", std::make_tuple("fully_connected_gpu_yxfb_ref", -1) },
- { "6995235840871804844", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "1671208365782918441", std::make_tuple("fully_connected_gpu_yxfb_ref", -1) },
- { "11718418772370938734", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
- { "989564341557094953", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 54) },
- { "8133676065307881979", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "14555883089089918919", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "14026570177552137240", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11686670048744589243", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6678796313875454849", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "641417817126876622", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9622546530872848323", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "9194788897910888066", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 342) },
- { "522181557896569275", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "3332334993503432420", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "16131448347558322280", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "13852065717057446998", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4342360467977736802", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16336482874764861478", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6075691042233712335", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7570346182940928159", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "12971822824884826169", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3033264172690274208", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "17301887391757619741", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15790005937034794347", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "15464327246951632247", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "5659168916726488798", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
- { "8079376692609682448", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "15160738482264643601", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "13953639482255428227", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12293786134765875615", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 237) },
- { "18214412375127043522", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10670103699537731664", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 237) },
- { "10147266284710177932", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11443268857010762276", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 237) },
- { "4659943649635556150", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11726298758004767743", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 237) },
- { "13896680298436380632", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3797957937905580811", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 237) },
- { "16294962940703055933", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8526484907799590618", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 237) },
- { "13723543003759101485", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9873647901670251106", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13268525255152984893", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 188) },
- { "13008742408950833847", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8616686489737649890", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 188) },
- { "11423865221956815041", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14990645740260870030", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 188) },
- { "15204453579641378742", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10892456883214928095", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 188) },
- { "17856816245251319111", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 188) },
- { "1799430190598598671", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3106591708459602370", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 188) },
- { "4111904926378218826", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7678457226823073886", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 188) },
- { "8786249783185140623", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5389189982064081933", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 188) },
- { "15175088047384943892", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15331103261044247142", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 188) },
- { "3627273785739110683", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12478309735214802531", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 188) },
- { "7212944937255713716", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11873734271080160669", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 188) },
- { "18421820525219154881", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9553032671453999824", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 188) },
- { "3860603464276263676", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14115313335378184289", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "9519623751582710696", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "10288726118862235940", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- });
- td.td.insert({
- { "2231648183489019418", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "6316097202867006365", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "16208488491972128275", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "17978026144659698965", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "2566302789609970663", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "2714742023091949586", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "3087801652564627458", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "8602155166799218249", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "14230385851791760020", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "10828719108804915700", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "13973179950424276578", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "3668927000317872012", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "7947870656736319919", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "14767888121198814523", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "10401632438377178271", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "8762901342272872498", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "10783981060353445280", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "12608289345175485333", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "7875272450497189442", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "1599725688135122629", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "11932770338770247767", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "11184047387366978375", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "11716771904412649891", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "12576157843776905380", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "8402692278765063674", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "6781076363516398481", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "3255465741612432300", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "9767950219863105043", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "7134654288295280046", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "5821853991835395449", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "3480732841490521799", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "6973260260946088987", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "15649927926091502215", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "7910468668367486698", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
- { "156456996459945842", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "1994927850993519406", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "16431165572426232677", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "2864254144951744544", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "5390559917122707732", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "8378839908604146288", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "17163158934005653629", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "1185280691070355160", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "1999979442136861875", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "2527189070714658176", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
- { "16032797290430373799", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "16783619135298589974", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
- { "12785335515281046438", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "9216608098626790565", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
- { "18257496796879980386", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
- { "2452226948562393335", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
- { "11072545690050335239", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "12668149981216388765", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
- { "714898562476771473", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "11115684531624462986", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
- { "8710684853144029787", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
- { "3752171257634205726", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "5243587439683016777", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
- { "16881283637687482989", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
- { "6042976104660344109", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "7351733901977025859", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
- { "9341400376014914418", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "13713406612642090169", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
- { "683350872280694452", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "10436819182310112786", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
- { "10269788826827249402", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "12558716383635737426", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
- { "7181186153851700294", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
- { "8107447526839063293", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
- { "1016414921656805365", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "4871907623235871050", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
- { "15539976365475470623", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "3880189981766119529", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
- { "10154958553575016770", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
- { "4561874206785244358", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
- { "12358640399843058144", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
- { "12956726277674279950", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
- { "7177837234452118325", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 1) },
- { "3160080179644173650", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9832551412183684637", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6347790007333387897", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13219313818719819982", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 148) },
- { "17780553554354185249", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13315473376247698298", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 151) },
- { "11815135771923538945", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
- { "12465309202808173810", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "7171436879576678563", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "9407046952012845638", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "8805267762044816983", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "14381377343079009210", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 111) },
- { "13248818835662551847", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "9300668734746602663", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "7706778813807762766", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "16991433003318725315", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "4584399194832832140", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8558026087297588736", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10198351802037434471", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13257958112171706655", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14722464361594874490", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1544616395544118800", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5955569479109539856", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17738708576252096108", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 141) },
- { "10276056345160651377", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
- { "13515249925520423329", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 292) },
- { "10055593174764596789", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 292) },
- { "8707130584661395715", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
- { "11161176476048297041", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
- { "6959258479021077609", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6365109451272429541", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "8191978674781978488", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
- { "11604224659996035116", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 166) },
- { "1759873215866222608", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
- { "4559874433048442047", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
- { "6937259685509040959", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8242732346001884230", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
- { "16156727721974657541", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
- { "13786314015179226945", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
- { "4202371435873473624", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 193) },
- { "10933135228023712253", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 166) },
- { "14467312749536832362", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10557843071473489529", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "14967016402348718219", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 163) },
- { "7594056145185406157", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 94) },
- { "12051754199123379659", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
- { "2634827464202220192", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
- { "10211888372266149335", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "4548339182509526896", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "828946941343000506", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "13008375263617223352", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "5638301531544801477", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
- { "10213021343800816450", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "12000084249129063723", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
- { "18040104088851490930", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
- { "16394608147869554267", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "15229178454191871174", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
- { "5927467766675317093", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "4877661058006573128", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7515937801840512449", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4747017546101861376", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "8833751655076849826", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "16256124470203598218", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2706523860113152678", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14946999257618007034", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13699343107940933196", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2887515984302814699", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "4906737644615337997", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4725303208352054390", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14955652052550053223", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "862470330257326268", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10381668587006680936", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "2593337359555305520", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "10774393239130591748", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "16247780189312707876", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "4487284881658782961", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "2811240876735166934", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "2447678508469638445", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "7454164784767168407", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "18275848121133385773", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "13759457214873634937", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "4855959048455906948", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "7160112985819045832", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "6880424067049089394", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
- { "748023061136366353", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "15793120434966402276", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "1932618420321708351", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "3336444565837087463", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 337) },
- { "15067224168014815918", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "4431271266410883917", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "14115818307364071162", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "15250928896997938213", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "13013685738525906988", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 340) },
- { "17607598031220186942", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "10278583197921433748", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "5300123851331202735", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "10751381988703627540", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "9905160045246767203", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "2927340528757005274", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
- { "16243861301305882872", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "15004681374954252324", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4496537089364942280", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "13357951046545317387", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "12878719705192625362", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "4785466104509327241", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "2416244034719176938", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "17785504548342377669", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "12811319921474895164", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
- { "10760000973615798613", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 244) },
- { "6300105753728135778", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "5791707725846814784", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "13246629627758485603", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "9400558994532871122", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "17865276008842107020", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9981156409872807880", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "4626770940790542333", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1094262369519841857", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "5523297987528243797", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1789389636704094004", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13544237579827433636", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17696244668222870549", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "8926171136732424790", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 347) },
- { "16179159307898475953", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2692291137583386471", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1095433004701276122", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "16277739324697771064", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 347) },
- { "15945243427420522827", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "12296021067910843036", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "10673589588224406026", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "3585431879296991112", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "3119002388778552316", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "5322582996019286781", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
- { "13225749488949717853", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "13207215182979880133", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 337) },
- { "17730578026124357983", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "9725306578495355500", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 337) },
- { "5277508201756602822", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "12806959657459851511", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "15232478805009654818", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "17712227426604098630", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "2530975976273876727", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "6232318392696042532", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
- { "13657818175298160631", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "4088603773237062922", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "11177710514557128293", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "17515272254985846970", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "312130674630486188", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "18247095696433793115", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "6341728273786101457", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "10401462893795799864", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 337) },
- { "3032101782888447048", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15078331029547630371", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "18043541805861795852", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "7608435380564752000", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
- { "7129337563584588644", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "12204270722180734542", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "13588405581356678469", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4986281570682617547", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "2214420531345686129", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 220) },
- { "15030725973433075086", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "15384520760315696372", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1915712383376159541", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "6176816506826300479", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "15331830720555178784", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17558578036713688769", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 314) },
- { "2388815483287403961", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 282) },
- { "15948716167523201661", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 282) },
- { "6787190800192250525", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 283) },
- { "3378135802544446861", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 314) },
- { "13053802967262518173", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 199) },
- { "5503306970973862635", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 282) },
- { "9417884304413500664", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "7866083951140251349", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 282) },
- { "10084810175406860705", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 281) },
- { "10342347371769114236", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 282) },
- { "4063042455950354352", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "10055531955039754920", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 282) },
- { "13173341667656398216", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "9356247214800869277", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 282) },
- { "8630592326601832361", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
- { "5041676938441886628", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 302) },
- { "15379755045295790608", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
- { "13410979599123644577", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "13504573816477550406", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 199) },
- { "4459291258089899503", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13992993617743773278", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "13395962624719382401", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "1535675815795592775", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "9849036672784280133", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10780684483689207763", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
- { "4060515618437959603", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "9203467651096078409", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "9698108593334526558", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3252398754887381352", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "3120759967333088019", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "2024996599975373573", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14876099702827489987", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "8653894569484019347", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "4004518396368398824", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12801342874692090364", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "9387557098916352467", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "11689587446775003898", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13973363990921590224", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "6278030053136901802", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "12122586525659611649", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17711197779492504718", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "12489342380264260364", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12148845150031891038", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "5080727465135503101", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16818862727193981112", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "1827977959922344361", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6291003899324240633", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3002862967523058894", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7222921168135747513", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
- { "8696847224485998117", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7453625482178960081", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
- { "1472822945750487574", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2032419134020329477", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
- { "805104869568121149", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
- { "17215312565214990348", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1737128374457513820", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16263489451695566992", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
- { "1608378717397996752", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "14346703182362139650", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9744493065276230785", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "8331721527098298378", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12097373631649932423", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17442035600389810700", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15953351443307161934", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "8740196547852036537", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13809436837912218131", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9722172495422643735", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "2662628817605495834", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "6163765140843670080", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 337) },
- { "15662207751131195569", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "16494358566119044242", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "12641727819019838301", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "4917595053453614536", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "14577496472237742721", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "4356806313729405658", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "14282717676967464809", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
- { "7275701540104992761", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6459003512612780875", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 359) },
- { "12791541622557283904", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11882713776717158678", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10982479758700194728", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "8714769962126708854", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "7639744043430667021", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "6804493132858449665", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5204696395552974337", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "8893913418784905112", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13496918758899426996", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4707842387180272918", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "425930963222944558", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "3844246198992827038", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14280128364139551919", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "6774493262072228712", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "5670860641930464485", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "10055923266096584825", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13508499324621059445", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "17431631935986646683", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "5568431877348597159", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "356320499267651746", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "10632294140185068783", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12339584174527699309", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 340) },
- { "8556999353039153661", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "15381427144405510339", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "8855986581847188591", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "13704396706685353016", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "17128550517647168353", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "8625183189646433895", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "7921388663815287395", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4213330047036138895", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "17034122796081495259", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13076343553185159307", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "5854267518455107328", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13675314612031135613", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12825029449351875037", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9397711809671506538", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 110) },
- { "12965800692507042874", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "2647922515901529845", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "10961049607808752432", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "13988022841867948024", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4612862531793961340", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10950469938532358632", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "2228733394430438519", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "12015814430456201522", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "12344008430499496640", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "9863615330219779441", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3560058786734628608", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "16047381404034145819", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "9714811479610938662", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "7306541374689856571", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "5689486642279577539", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "15545653867155770893", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14910368344505819159", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "3220771309796407003", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "12786796142417489350", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "13947140171097868740", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 270) },
- { "1168311873250200110", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "3495786143085325748", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2164537487697642190", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10623345643437043886", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15240415102190323330", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10321975076426598984", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6467563111927343808", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "4280198021826662216", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
- { "9464830880142854424", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "12113781253211924677", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "5410693492803892704", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4844529595057806427", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "10848097581672953022", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "7947428837044782745", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
- { "11705938507822117867", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "8334753494554256932", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4995468555341975721", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "6282308289220311358", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "18275232300842488846", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "15754022314306112499", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "15193841338943103284", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "956475051281637098", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "1117811515417136925", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "760383787039304033", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "5351526116347538406", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "15923292837937693143", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
- { "2954421933443715181", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "14945079011377285773", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "9573520179708447727", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
- { "11432977101529429562", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
- { "8918387046558682780", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 140) },
- { "16699295198130950587", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
- { "17358462939783262207", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "17406383217119217230", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 275) },
- { "14003645277231336821", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 158) },
- { "6638761803107874904", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "1630585964216121575", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 273) },
- { "10745248353587672572", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 159) },
- { "13395074742046717601", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 126) },
- { "12659539044474018256", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 158) },
- { "6598024975967050290", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 102) },
- { "2006890470582854116", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 139) },
- { "11369389082421346630", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
- { "4986977887030495943", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "9681320098885387731", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 6) },
- { "8730097760819044515", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "11882021989615795558", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "8202324251716703125", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2932157519158822224", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "8431962471592709199", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "16116546888494787089", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "2954606701225038770", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "6757752550680050481", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
- { "5893257440341358427", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
- { "1327911294059513894", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
- { "7771820069600757360", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 348) },
- { "4618159169098049590", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "12268432630136256720", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "2373658589834410892", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "8440300225468667909", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "14495382595913294626", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "4974435385259831818", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4455497237293642238", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "682912708716537431", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "2585176064846114298", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "16033144151193421543", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
- { "12141880589558027223", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "10098661517988566506", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "16192971634546462244", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "14793709237400480942", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "1646362346584649954", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "4874397454627474644", std::make_tuple("fully_connected_gpu_fb_io_b8_f8_vload", -1) },
- { "6171331678772388712", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "7496699438957793920", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16767657090925788431", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "1006721963560645335", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "14753245713079865819", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "1779870708816318465", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "17157919258161230886", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
- { "12398103047184982980", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "2961249862769657168", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12131460825751874564", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "12365814254940023343", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17218545462549916519", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11877919824125633092", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
- { "10679711602282897680", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "17801375178828079914", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
- { "15446821602347034830", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 198) },
- { "16041087076800110589", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
- { "14102351022029437177", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 290) },
- { "5786978465690715325", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 290) },
- { "10140124683113804219", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 199) },
- { "14022671143475909407", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "7468500876165989695", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
- { "4628560194573173205", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
- { "3963065974337687046", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "13439359175348786664", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5342116782332968020", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "9198777289928370963", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "18276472227494448327", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "15774430281717785574", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "3887883367078892827", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1004081473410027655", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
- { "5460182945235134126", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
- { "7932494263344450271", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5596359111431962318", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
- { "1116176429672030385", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "14642276070370158123", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1709508499926680213", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15466995361950304551", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "12936512845587590244", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4464844599426088921", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "12966090642798680442", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "128970554088066862", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7183620142123364052", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3793885399790365373", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 219) },
- { "4932548298968525464", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
- { "8248099164876900927", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "249355510483373796", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2837134119351786115", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "141687758281942172", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15718782218800307385", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "3191047205441946466", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1564774057733793087", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
- });
- td.td.insert({
- { "11134833419828370568", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "1556966764088589197", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "6087676883600048234", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15052286556809931759", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 282) },
- { "3377724880784871475", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "3452246087500006120", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "6840268976700446867", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "4278180549747978226", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "17856997406888930289", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
- { "16556093306187145310", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2581594444558181374", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 199) },
- { "3377472614945731801", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10622082408513122112", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
- { "11452807035432891156", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "13529174180301001127", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "17184405948599119534", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "5921658305530976502", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "6802655190570100236", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "17877430344093804543", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "153771221207255459", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "15596913527233792996", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
- { "1016967125909374575", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
- { "6829653688530177613", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "6094638411430816112", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7559615879839693931", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11270266455366424659", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7100226796198950149", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "210793817522061488", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "11152357292626304216", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
- { "5771335481927877060", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14619753612256300695", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "2839767407547705101", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4981552552200657366", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "9626028243479089234", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3164513064874019611", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2363414141971004557", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "8962502004422485576", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "3154903035376733831", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "16134637021630473012", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "5553176511624221429", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "4890932609897686394", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "15334769670416409064", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "5513667102916409932", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5351705572686943348", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "8200094670006738584", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "8100051552977329013", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9004823715680825977", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "16179959997108523051", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15148625184033310404", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "6577754887650563753", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "13182965457868586949", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "13839590781642269381", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "12711366212612147422", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "7963529808900784906", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "12184558469694708819", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "3285180770267559354", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "6613282637922219205", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17093159649157277089", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "14660081992091188026", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16228026045292341333", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "269829518575229806", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "13023942860659386957", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "13291308922240014334", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "1187622888238643867", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16229324496308453344", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
- { "14019704891647234793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
- { "6141637854990273316", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13524128602135083081", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "531020979837645217", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "8416686771626338600", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "2916077416184925232", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "16862531110856250955", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11352536854890889084", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "1683347645109643149", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4374049085310743239", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16159971034327080937", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "15779210035964863067", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15153285262450947102", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7049603973253724866", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9389671301472986523", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13891598020647124806", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "9315279998737090956", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "18261342465838720356", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3632541114724731809", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "17088320301520334100", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "4352363968456148009", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "1827842275223841485", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7548767746018027960", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
- { "17750850961096057029", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
- { "7606282654661282476", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6201358671959761215", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4829111442270007186", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "7267651931396380072", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "1279682391530947146", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2655979063469551930", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14425547983540742516", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "981419593633555198", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12324657364444167791", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "3246153532847702583", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4202705710324555180", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12272318018055307535", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "396815044270978782", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15633173680908856082", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "16635731992372618666", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "10418466892824851134", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
- { "3244777852750357718", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "2443758478383854939", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "13503934436248311972", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "2594310972560076285", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
- { "2424349375092546581", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "7104985983444651979", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
- { "13518747015059826801", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "11675809062974151496", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "4725349695436675084", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "17351243519367619322", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
- { "17026338651868178077", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "8730407034445893642", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "144434691308306757", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "4114184149613179671", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "2558882920723584206", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
- { "16481414687792927331", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "17756651805686889890", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "2228533392085335649", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "9038567144062573854", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
- { "1345293381483212104", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "729683192738752814", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "458997435535883643", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "16955907389221472146", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "17927673764274384911", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "6418222853479731432", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
- { "7539191242110313918", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "18014188548165359278", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "16640379332042800496", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "14856197725306980283", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "9279474331309267880", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "5717588912072437191", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "1143426643765799488", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "1049385516019456025", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
- { "10766144770072425534", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 240) },
- { "6442062011017461761", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "6063490496423709036", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "3892512749863226006", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4970240836537468609", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "14668725050395069435", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "7939047354407928586", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "365747554145156596", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "18207060402110970301", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "11049175652352131465", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "2982080608393779951", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17216477578093693014", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14116923400742300182", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7029133126202354787", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "17420660823086709040", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "17300489799784213303", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15549100047322521213", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8342403220432961494", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "4600322689355365368", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "6432444239720173669", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "5944283189654634640", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "8682613468075783516", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "5788340143385910170", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "14166708932229380784", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "9262263820759430835", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 342) },
- { "10661619519548036109", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "11254313793397682889", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 337) },
- { "8941570659228294791", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "3711589321155572550", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "13440603011986281192", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "10072782544067079397", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "855625721312733540", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "8643403818712296708", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "3482316012102041163", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "15966346359387758212", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "6179768494274723997", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "110891946535801188", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "13300595681637438535", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "16686223109098592740", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "4196950243745604808", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "15357494333788579519", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "5791271012599760917", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "3502203881558439278", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "6615043890071705766", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16602880550249876273", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8163937071550477896", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "4788158788847752998", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
- { "11048286378242522780", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "15669268280202512868", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "11708180973354877349", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "7429872600277069485", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "18404744652577257121", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "15145594907273468650", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "17189550036105947900", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7167054889777381093", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "3278181836788028231", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "6040360226338233118", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6877955452402826287", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 314) },
- { "10864271596740164097", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 290) },
- { "14322983802576638073", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
- { "9469688466553577331", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
- { "13052522487775745493", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "10990480508394584613", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 199) },
- { "11406807220585770939", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 282) },
- { "17014949219411078284", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "2128641903680430067", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 282) },
- { "8751004549226570175", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
- { "12508733516106581272", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
- { "1535119834165965208", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "6537771397615897748", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
- { "16911666678187393426", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 314) },
- { "18163247824658143109", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 290) },
- { "3169531413538986325", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
- { "1861963470217658786", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
- { "17175653712131007582", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
- { "12148428445687813823", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15239273648189016892", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 199) },
- { "17290692657168386471", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14119365735362663804", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "4225327120021140533", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
- { "673126354575235249", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "17628454700752918711", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3529846607992358207", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
- { "342387360760418341", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "16353520814579109491", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "3134099148543397372", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3042628567386436226", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "868736197323541759", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "3241775197578183463", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7851643406001230159", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "8502552745012743053", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "10353443026537243362", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3104552371734307984", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "12807894319350246437", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "11258614397356100246", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12946314097679886518", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "12909725304008017600", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "6153017925473103663", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12188122150443559128", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "11983651079897753600", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12988924268115973386", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "4891686540869580517", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15196732464112076502", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "459391085160518545", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7760457628691335753", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4865678723441158246", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15589245661365969249", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 220) },
- { "9661616000023492219", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14777607874956018667", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "14113322810933328214", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16281761113420371943", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 220) },
- { "16988191641007425377", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13194254226778628574", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12531936952559145430", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16379080233376322220", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "2613462626256090659", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "15844881725957151580", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "8059328623525062913", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3662747857062156477", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "15121448034928438384", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14122213471825630433", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14985236276429954162", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
- { "14321283775111180227", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "98795127409553442", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "14805540705424073865", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3788462090984291082", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "11823068760218786389", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "5963105523596432544", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "10308431308942416781", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 227) },
- { "8712136292276123857", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
- { "11314582467969020320", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
- { "17147293671640396193", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "4465701487417893814", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6144958783262207773", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "10467232566885547072", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17262854991782705821", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4635570915184713874", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8706634286501695698", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "3863816884636503247", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9252629750817485029", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13168267319035362901", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 222) },
- { "16567638487719493784", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "13449466515297095146", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "10808909442136736629", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "15172865163331822352", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "16260483557979578317", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "7469127846325904854", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "8783239368699382065", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "3477539135137665170", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "605638562926557381", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "12626994817506009929", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12417557233566012737", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "14056483847542666300", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "446997309263592434", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16589191615146805668", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "17226649394712507758", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "13566885629976429699", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "9931266845625995359", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2522707948254032777", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "6486250531858548438", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "8174273876544952794", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15049304780567617964", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "1321553039928725678", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "5105893636044171966", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1661430504764145711", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "10041204026657386200", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "15969909663367854367", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "10956917223944472347", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6060390128414591327", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "10987291891349907631", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "16452573613171944531", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6370356607952251648", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "11547588640573840103", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6882259829255167273", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 337) },
- { "4184283661465100793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "1799277562177870093", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "16276490504942526329", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "13939380644892198347", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "14257398784378656791", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "14444423571297570985", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "9708741882115135691", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9374845449632011709", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "11907741510409644649", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11833466191385766041", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "3276797683943990958", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
- { "8494679093555050767", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16807117250109985357", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13642010365337780940", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5622078553841657218", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
- { "3973953743850093759", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
- { "3210709940026980348", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "15122428380000835284", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4492743859922847514", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3555469834146426564", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "13140141354298916151", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "7110352624440078898", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "9527046928040225586", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "7797523746053138659", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "1478169078874265704", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "1264966373832011567", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "13715010490012086430", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "1470778934882087497", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "12725817227797568697", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "10024777334075819235", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "364471436103661689", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4052362583575987109", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "10657660173790920140", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "6557428245898292304", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "9440117898128288296", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "15929262283669093154", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "6352520536724420824", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
- { "1921667815983542102", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6088184848087986042", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "16602667769746047266", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
- { "15953651221917495492", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
- { "34011924689025090", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "674384870483198184", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "3555798556624172621", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "13793032417416585006", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "9019684110208109757", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "647849627466319112", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "11242435114747058327", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "17302407573266205607", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "13606281481050014632", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "2466805217694531959", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "5511298016141559884", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "5483150635926637198", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "6265211373810873425", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "7643647841451578008", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "13254760530618979318", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "16709502837180561673", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "15693956942112465267", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "17891347169069018262", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "10521453583707218193", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "14303192614979408043", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "16609351383660437793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "11118586558529856637", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
- { "10939847328508611170", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "5114254088513267110", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "10163486148946687267", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 244) },
- { "13296242326766100583", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "12068797674575015662", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
- { "10978693262040522687", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 159) },
- { "10037086825900566930", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "17216583849049249733", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "341552075482632478", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
- { "738850098651678143", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "7139714914586273766", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 158) },
- { "18209157436315328292", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 102) },
- { "7370360743945187446", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 99) },
- { "7953255701516490034", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "6195916781434462809", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
- { "2400014444553855563", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 3) },
- { "4622514167765722873", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "14680730265621679042", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 6) },
- { "3302557590307975559", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7648248878470053116", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "4917917708431763965", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "12978593897559876761", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "18064160378597803888", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "7689593699365225521", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
- { "15819149710195058441", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "18274109287723887410", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "10269238332775024706", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "9167138376243583750", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "5713105609160120586", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "150812658537571916", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "4485289322925780000", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "17268201530818712998", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "8747430148550634190", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16986358655784856534", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6109013751635776331", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "9585113116232600562", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "3503893875515897267", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "13144385730409574259", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "743941460026466526", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "4492332228252010118", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "1920042803083729276", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "16436006771518788093", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "17567504672169904482", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "1989849521691057108", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "8203171222962341018", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9795194069954915563", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
- { "13369603621524676979", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "2930658435447859986", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "10721885719016335538", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "17663718302088575615", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "10749263296616139689", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "18356235677223229518", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2657828809338947050", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15743750994087974449", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "754596461956525575", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17690103717758388022", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
- { "1581136092002053880", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "184306359395609972", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
- { "4891076250667414900", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 198) },
- { "10946917656449245131", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 302) },
- { "13963558035989415263", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 290) },
- { "13239946614209250451", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 290) },
- { "1076938718721677141", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 199) },
- { "5851532147278358697", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 314) },
- { "5746129902873132635", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
- { "11592511763160794565", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
- { "8244393417024602494", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 314) },
- { "10340341966852782124", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10014822679257636832", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "3975219156915176189", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "13536863026622428609", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "11408010379683511978", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "15458285682224384803", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3407965587245145003", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
- { "10514330767826407566", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "4251496064392381805", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2384682907808363130", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "15705923658253281113", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "6610298174133949061", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6801247431347692935", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7702208423015808353", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "625378771032655972", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6542436061498779527", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10220143644047641696", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5009829190055738132", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "9863034269936216346", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "16547699848349226093", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 220) },
- { "13369144100905854138", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "9490927482615234033", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3544673182881983084", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3575537018273879487", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "12649957341095701480", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2321767794934000238", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "14973431782875808802", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11948858355027908365", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
- { "473983206819135409", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "6586872365879203192", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "18412999191021390737", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5274456170971167904", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "9275398105290923887", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11340683391412454009", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8100282867486124965", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "6361758198448370863", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16431503579923509596", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "10280282710562383672", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9138345765585313427", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11117326838088757686", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "18222598708685323020", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "5198859831430501652", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16644329894881952739", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "9367630847798077790", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "4906856539144714227", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "14958085423402252319", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9835535945548454398", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "187589970359123667", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
- { "678657374277098506", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8434335101659807351", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
- { "15928128327390664485", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 314) },
- { "16504425380504793738", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "6480587375918509253", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "9751235588096143414", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 283) },
- { "16866525370343398909", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 295) },
- { "10160678465371702528", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17188750289444625186", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 158) },
- { "14811603003184578943", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- });
- td.td.insert({
- { "4363379197393466424", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
- { "16403435599807360704", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9367985410929563457", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "10716232679616746794", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "622299920975636640", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "10798283054583509534", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "14179140464588572277", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "351304363117543419", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "3499106702307464480", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
- { "259619428712608645", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
- { "3296098567244638489", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
- { "13593304587712966846", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "7572277082530361815", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6379337678256717737", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4513178474272034213", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3390430905253038550", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "925607706467451476", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "5627536079808515754", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16464493408368412759", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13839116996827687373", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "307874768879227632", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "10308113903347312964", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6712698149192186833", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14930789530046665855", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "2204178900998688268", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "17174919737114915467", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "15154700439767512396", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "14916625550370402883", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "7650375560336513366", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "9999553425206328238", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "17515064188391421150", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10437367877444543776", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "4362304842016958728", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "383721620126444793", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "138379779469699309", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "3759515057574218101", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2856601829807186494", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "3286330985102373533", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "8159303545761286685", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "4056979460327024961", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "17823133607491820214", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "7969441643457570812", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "970768445746568749", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "13678741578702922441", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17310844417517474522", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7287895452784411060", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6513788469599330141", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1432487477100132607", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2463151488506537801", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4054850047596998735", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9747825473942435842", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "250084243188516935", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "672634960435241508", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "748301576795035305", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14255457787105784042", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2750476114907782459", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10028244201873254140", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6469067021323571170", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10601714587235375373", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2483181247706575298", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1732853511466309905", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12113297049460198476", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11557224109907477240", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "18084899872055349937", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2890305478244125142", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
- { "16659638340060273536", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7297768924198851782", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13104971224879807298", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5507252417827285564", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8511924860787648884", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8339235544283885013", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5654030701873405891", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1436723751951975466", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8325439593817651819", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17618112803233960227", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12327651080801123538", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13617891575616631067", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6020885536659393981", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1940159900852645250", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "753809225159529269", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8790166817024820739", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10677449690354999149", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10593983805743674128", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8217088979257009010", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5687085271369421207", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15279061373346657582", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7096501191029978469", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10094312347267495565", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3510084874150710192", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9391986481292718799", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5259220060268012597", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8117066211911522905", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10716559814452841971", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3949211089098986928", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14752151264004665491", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9195500778955925293", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13023666909692825369", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10961696014697611547", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "408602315578383859", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "582954161360487990", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2482190331248449465", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4075769657981876449", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14367142998060454343", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8114910678593187231", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4495451816890445327", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17102726573636919392", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10845009858831745215", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3112081942557253948", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1635689655354995548", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10250301712194120144", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4855747489298888657", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14238766089951260596", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7017830157652362654", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5619751660204221930", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "18093663410921658106", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7869191330107002954", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7245974724868795129", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11019243479903456358", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12568255992252373147", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12413024322120393790", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17328716013187434957", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14899206494260920951", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9983462569671477588", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2383983224188083583", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1759538680129620900", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17194386925266836084", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1518413386955573037", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4104380387301024172", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6500468942462159659", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14136370464716049139", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4056919990977544228", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17351367314312762125", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17586380391909451000", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3561558658922596877", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3296755748686779746", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "534789472217562338", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10470060457279511896", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4917360877294344854", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3020953254086476464", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12307245536623707478", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17039711449439313953", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2734182509541824864", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14521225825422360447", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5857101685300045443", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1547471890307888038", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11159429929932958728", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1382911856313970571", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1854612313463195535", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13051406650237455505", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15438530452161762045", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7446661399223808792", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17861183465344343443", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2026622899016787854", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "16127482065413259805", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12961109385388101976", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "16855828799826043472", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15658859674277700656", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4833749391314748606", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3326691585067800328", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10718764522366711114", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13643973579671217152", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11155444222714959508", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "11544626480076777556", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14277552178674323256", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7792811600696842064", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10622803531832712558", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3079343528005019570", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3521119014097924580", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13643421651252474051", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6947390018658290847", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11697545935437523887", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2179704411405073702", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6886280732774854778", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15841879134365332862", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1489646217778958363", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8996027646503556955", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17569170625753249614", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "16686854568163084344", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11187304651899164445", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14540721800838487177", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1979841019103384445", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13241679793873365192", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7013169017932712804", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17389114672554594444", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4157112143322859333", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15217255896294251282", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7606241825090144098", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8254388198068394779", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "755942233998922490", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14018816117251124336", std::make_tuple("fully_connected_gpu_fb_io_block_fp16", -1) },
- { "12054714986067446052", std::make_tuple("fully_connected_gpu_fb_io_block_fp16", -1) },
- { "1138657035758391650", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "3767246406609050779", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8536612779196342267", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "18269766292810651342", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9646020463213439644", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5654817010240784792", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17277846909615605376", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "102220157823566379", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "18213629255325554583", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8809496195168645264", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8506262325379391391", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "555647031314007743", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11133391567691287018", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4531238775069637542", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1050921927000835075", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3929145534169458063", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17125607183887169558", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3771153805567862915", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "5658567026478236676", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14520461267731870642", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15949156027942399242", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14569379143051211142", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5083162050523454050", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13951906075577108679", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9004122893718097099", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4336765005970913285", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1037896951032802088", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12090010131585526347", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9035445496715584647", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5455756262684457251", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7013197348316253486", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "143894893069959052", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13984124581247009793", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17964690428632248307", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5850736343172747247", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12379881923680871705", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11864459706509310150", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15222102499748205072", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1198491147477454704", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11400303472547811086", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "11660798111579160734", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12081136231782604198", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14508437224082799436", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2396983035676921683", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11489881652545443112", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5651551840851524311", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11753049051286720239", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "479427514681077218", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10277290426401380976", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4919635200134986619", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8180846581099717076", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6411489040870738143", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4195122768220068448", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "52150349468142798", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4439371893496638788", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4039813343849078927", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "16533127286587475454", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10264270523529136771", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9915620237695279980", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7090467930115498252", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15407802086492754450", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4007960934134542892", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2002110062193477745", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10154803388813032920", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1939527596007045209", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "18436843102627176620", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "277852397173940175", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6822978927370753017", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10859939917723763131", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9248235209454206632", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2665169698359670120", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "18266967379169677646", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5047972486012090625", std::make_tuple("fully_connected_gpu_fb_io_block_fp16", -1) },
- { "8183383667948205424", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14478151143114959230", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11396985422513105543", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12114476173765693172", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17041468169694105561", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "16498300259966485293", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1173136780324694038", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15786764202107923723", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8913526950888110377", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15988378956341507229", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10993107955805947401", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6214677989814002369", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10884202393733523875", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4424960026145600447", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9763754389347695094", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "105055722864217258", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9775648000771985077", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15967893151722576439", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5774841809066688068", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "13402919586406297042", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11335142595937152387", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2689568881580764024", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6571325912136856822", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "18122652705874970766", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2000008755333069005", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10361998183258703575", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12348644068948200883", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "736422312606696687", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "16240864447025932692", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8589562027950762944", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9162564861963233717", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3167738956362101592", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7260746128189749064", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15308960063718398523", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10129304668926912275", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4853130422682926168", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14453982453535955244", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "16608982023596566351", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2470663389603706356", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4240407752719875080", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4846563120992975368", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "3706088306568590662", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14866563628584464675", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14721943524627076027", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9323941828298277387", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14109366965145192619", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4923997413838231159", std::make_tuple("fully_connected_gpu_fb_io_block_fp16", -1) },
- { "181017193671999192", std::make_tuple("fully_connected_gpu_fb_io_block_fp16", -1) },
- { "10757412618207229106", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "6395263375773555188", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5979046470758784946", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3927359449523162508", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "18232387132890063687", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "6709212639543074230", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
- { "10086813986911195558", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "3109992766790372487", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "794530296606789816", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "1249133049911188319", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "2006024870459798086", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "11914297820344167381", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "13079795735173763117", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "6241224766048532539", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "16524474021378494125", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4407550747921719377", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "7259905085241841240", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "6666210546769702280", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "7814543122045448412", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "13554702187867408038", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "2547880010597993852", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "9061076702890952738", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "15460429275475874158", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "7724185199575851246", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "8533091468352267196", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
- { "15025120359649460106", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "2613575328969629284", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "7463954007838579697", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "9151324495773628566", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "651020886445062493", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "8237821273547216740", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "2875927974837744359", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "3674322065648064195", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "137871170540938640", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "3066826388383295007", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "17483221428915982776", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "3403906310423395442", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "3888283018836731569", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "13928684419408478520", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "11520548550630007970", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4922714504620931501", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "15683804450763499599", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "12686604223669447758", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "10746289671948325353", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "2487976264999747775", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "6163010595188500945", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "10404333823880552577", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "16662409111036688294", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "5400706842524705774", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
- { "17423097433955762667", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
- { "18131954418490925431", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 275) },
- { "16549854027697846882", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
- { "10340073416712988987", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
- { "4633923265089466898", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 273) },
- { "6808980404170272597", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
- { "10592783998150232858", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
- { "1594829714229111215", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 158) },
- { "17361714725103230834", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
- { "15732140959902969012", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 102) },
- { "5796974850751105634", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 97) },
- { "10588059104387338398", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 63) },
- { "11738780323979052397", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "16342972196376030503", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 4) },
- { "10406201782146034797", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "17342758321852264926", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "15951978466742016539", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14100026884590707572", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "8368507377481570353", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "2230145893895952661", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "6320236287540885300", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
- { "3152975593520548377", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
- { "11756338894156892549", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "9310466098863912618", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "16780457022162749898", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17140702790441856730", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2578325663193624576", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8784358107340738205", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2955459120402821540", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2840794055129352139", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7104266560248570112", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11113125355390956764", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9127827617126714860", std::make_tuple("fully_connected_gpu_fb_io_b8_f8_vload", -1) },
- { "2268275392299271167", std::make_tuple("fully_connected_gpu_fb_io_block_fp16", -1) },
- { "10615831454139478379", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "8205640825965213946", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14337168375989245254", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11664399629496237233", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15750539817895707253", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "921209976738626097", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8590416145336196354", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10463632805036507382", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13637537549252005181", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7581949584623524395", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9814647153117279415", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3444250649099578792", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4039483032571506874", std::make_tuple("fully_connected_gpu_fb_io_b8_f8_vload", -1) },
- { "14309249337788077160", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6254493271976962295", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "12387660887222981357", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "7723131901316908741", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "13963554827358438190", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "5001552360784483833", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "14201142257504107783", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "1066668660701816536", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "4664196755018349672", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "1103228955716492167", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "8618835732380720921", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "8391292909068775212", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
- { "9488974186647231896", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
- { "9069334144391048686", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "12493863403516600413", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
- { "13375084585444085517", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "18040173797801558071", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
- { "15329174116169594863", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "14910223536998380801", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "18277685132620834972", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 275) },
- { "13090887980792573261", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "3067806959725855130", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 158) },
- { "17791773192152464021", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 141) },
- { "13603318842632052764", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
- { "12072881177966014126", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14413047954443174304", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "9118663018352672834", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "3558391988878894288", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "10047727261970275928", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "11527382293059267033", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 314) },
- { "8445575388700666150", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "4560479630843098090", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5737652209336034549", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 273) },
- { "1159910924058542880", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 273) },
- { "7203172595229334691", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 273) },
- { "8153567933591966877", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "6069305481947437228", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "2216113049194620088", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
- { "10395837712676962495", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "5041111302824362529", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "12542825714985999760", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4599539412023802059", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
- { "4570119951370893062", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 199) },
- { "16897917745917378359", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 198) },
- { "6947523163603267191", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
- { "2322126126611987721", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 159) },
- { "6518845972912144959", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
- { "9741774854327055438", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "7079854103926842364", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "5035895518536085765", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4307157272240924516", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
- { "142486914279119363", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
- { "1532263118203058517", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "13529694429433303321", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
- { "2820916926593580316", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 116) },
- { "11140657515428786448", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9028970753877215614", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 102) },
- { "2324120381399737261", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 154) },
- { "14311837335039030749", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 264) },
- { "6105963806494867023", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
- { "14746731245428677019", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
- { "9213886570531053949", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 167) },
- { "385046297070779752", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 154) },
- { "15882699446713091149", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 125) },
- { "475043738497218394", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 159) },
- { "6351347283201596793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 103) },
- { "16290626406346691996", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 32) },
- { "14038308632095412386", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15928183143089896780", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 343) },
- { "14071202918199194502", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
- { "12383676694875725364", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 342) },
- { "1830378766184274696", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 239) },
- { "13133105923394042921", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 238) },
- { "12458275468325297142", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 239) },
- { "1819720745131968914", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5140267554909755437", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "6021498606197929608", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
- { "5832188635321350875", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "1411786954276574458", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
- { "18193548056717743576", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "7989522965312833517", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- });
- }
-
- //KBL GT3e
- void tuning_cache_5927(tuning_data& td)
- {
- td.td.insert({
- { "4583484812233029888", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7560832358324865221", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7382044526960590018", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12372261924257291610", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "1547771611689525848", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "3134973665622945888", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "18260030211719729324", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "7416143717989012766", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "12028963907131702705", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "2464531851392092325", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "8181308759455478086", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "546062289721803579", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "4889405384318695802", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "12841232643395100314", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 107) },
- { "14108361259911144680", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "2726453304845436156", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
- { "2607416795507802412", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "2175404966338020579", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "14666883719480623074", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
- { "3752993663604843837", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 63) },
- { "5274735654559844733", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "8174421295799601683", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 124) },
- { "1967655354607438665", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "15762542971370422224", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "8183203099539372914", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "4075343423548891274", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
- { "13264497096898621015", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "679058537775669048", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "3375634256357960999", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "2844616672368585285", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "14235558866846276172", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 124) },
- { "18066867692765966577", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "9861424412782371874", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "607078314875528651", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
- { "6234885984223387670", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
- { "7223570329858821704", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "17234843749633035510", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 124) },
- { "11516168882438876247", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "11312664612825940140", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "14846039494240217143", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "3390376200501119384", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "1113077760071340574", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "4614875083188849196", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
- { "10859023312681572942", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 240) },
- { "5588692131556725717", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
- { "7653946972043115920", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 80) },
- { "9773458066743315157", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
- { "10491513939202460216", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "8140122945471321201", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 82) },
- { "15079423575410353790", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 240) },
- { "12844146569641472927", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "13443914015380511668", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 80) },
- { "13404457916017756196", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
- { "6402415801415013013", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 111) },
- { "2040762223425679479", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "8595156989254845134", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "14493123117003003092", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "7391309333582046386", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "9935182178960843140", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "15422142509105297183", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "14849987788569183527", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "14923132847727661051", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "13271555597925466454", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "6865593216823998846", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "12385437755245281331", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "4530047829451377456", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "127643210248119703", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "2599051617462913767", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "3024020696533545102", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "16205377892664082400", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "15135655146332608939", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "10848724554175904486", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "15558120704022404428", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
- { "14120354125904513152", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "8475075092501403968", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "15892943371777404347", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "15078418657871922661", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "3502053626453342387", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "1230316443026403527", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "12846418701225147646", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "17386994561779281406", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "7367684259946371231", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "5451072983028714092", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "11758623888547009364", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "15958650715061024845", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "13899144453581769028", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "10884229860266073967", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "6629431845229592220", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "13199442294147992119", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "5032929712205664246", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "14871333176552512036", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "17890435688048047959", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "11353661571093800805", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "3101908018947919238", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "7495240482209084478", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 94) },
- { "6964506613327100469", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "3670645005971806718", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
- { "69949758775887534", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
- { "13654393413005772278", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
- { "11101512074369779300", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 80) },
- { "2273811004985590823", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "7457154125218067377", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "7709677514862642399", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "8010619564572573208", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "16479793487852125428", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3147355028342035061", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12672939642957531547", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12627961914394914920", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16210688853876861607", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 305) },
- { "1899485873740458557", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 287) },
- { "669151029135558505", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 290) },
- { "8912067280071688393", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 290) },
- { "7714589858275971005", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 143) },
- { "9794413496918699979", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 199) },
- { "18350040136091421971", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 284) },
- { "16931304566154830346", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
- { "12816950084297042217", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 287) },
- { "2359632276970855181", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 282) },
- { "16592641501972654496", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
- { "7754054384598160936", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
- { "18195884921517044108", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 289) },
- { "16256130331524359070", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 291) },
- { "13497279823712860029", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 282) },
- { "6095972148204769193", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
- { "4149964766407000732", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
- { "10262104071809780712", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
- { "10707129891337660055", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 198) },
- { "3585075254981736756", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 199) },
- { "3181067565488724209", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "8636008354706344794", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "4966150965920189853", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
- { "5569253153294942795", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "11521347729886549503", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
- { "12399471154320580621", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
- { "14851218369956754103", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "14859848826604327499", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "14783159891899899660", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "2369671961317151564", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "1691004331056506231", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "4465288557833228023", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "13538111995551348621", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
- { "1886751914747841929", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "8445964247944285746", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "803205084059316676", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "12654698468722759675", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "13484605287576302088", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
- { "2469399061693302590", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "14782181149367028912", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
- { "1448238652280623323", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
- { "2076478920663115306", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "7369834759425644726", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
- { "11702633755046828968", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
- { "2944972038827287015", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
- { "8261441437673092886", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
- { "16694312773479519523", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "5486494868955566721", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
- { "8246009573416434030", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "9457894602447879547", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4598302923247277427", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "3116224788980631217", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
- { "17103527368951412486", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "10150428063205056209", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "16984028253790680977", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
- { "17857105233471273424", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "2715609009808401074", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
- { "232807837985324954", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
- { "13933912937625580405", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "11254635684957519432", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "6729077823331194042", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "15961933828477762733", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "827225131390571924", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10429613013253088132", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14629385997654952321", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "7546586420552408243", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "11897687507601277182", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "13975409361394567866", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "6458124573210430792", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "2385616965635993249", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "14462438074931673266", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "9338654554616107568", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "15476402794704488137", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
- { "13654816209891478730", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 227) },
- { "1680424228660495363", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "12929981792125924963", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "4698507050987130777", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
- { "1094144958579794349", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12358908585763044267", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "9793373151408615612", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "90849151510482266", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17277787450259342076", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "2367877811435050998", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "433942345363552443", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14575816691130255191", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3675622521877371819", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "7601637686045360430", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "9818496628902493298", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "377651990943545344", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "16357661916741979192", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "5417669424921804056", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "854020380490533945", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "11984602132438314210", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "13100228219613095795", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
- { "9808704199834907703", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13071373212254908241", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "18392748682101174561", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "11928475964162658765", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "11937547211842355800", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
- { "4637568849323640167", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16812695025037565299", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "10487883723723512839", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "15315014737515653325", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "1579905786032546689", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4243996335899627971", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "2545885699369058867", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "16926950874716567095", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "6355395905401306995", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2096779676054335057", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4217179485243909459", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 195) },
- { "17101789600628162503", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "6139574161497189424", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "16559140502701231107", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
- { "11459784003592366395", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
- { "7869916853707978306", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- //{ "3889519976910355277", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- //{ "12081835728078383819", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- //{ "14923692894655929923", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "1841901358010744236", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10888203577545955226", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "9799890897264103013", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "1827296932806936575", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "13010820430079828498", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "6245781545617904772", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "8714031312599034571", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "12922099252166105096", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "3042887030242700493", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "1419879016567682338", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
- { "12870587285162108523", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
- { "6103433181190121715", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
- { "3469599265931338557", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "14812617666668076833", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "14854734265631496499", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
- { "7637441820772916248", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "14695781272831602408", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "15696910741835640150", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
- { "17790593820165047954", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "1433224983833208570", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
- { "16185194021453870096", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 173) },
- { "10310918050196558188", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 244) },
- { "14885938077915823034", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "14442357887993453368", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "4719130523147011420", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 244) },
- { "8870222084473246330", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "9350596936816632825", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 173) },
- { "6183248276225219542", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
- { "3757195189216622027", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
- { "8318857994507665384", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
- { "12864512857659000129", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 244) },
- { "6615646900347529347", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "5208923086986567490", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 244) },
- { "9390793435913144215", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
- { "11997629302296435180", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "4858270366437120918", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "15975176007724247667", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
- { "16837473534895641370", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 244) },
- { "16214153687871223428", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "8858112708913743577", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "8844677471730173649", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "9043742986995534354", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "15621341038256548867", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 244) },
- { "18268980125375728709", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
- { "9757167087033785227", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "6513982093384445397", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "9273893819042428704", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
- { "8270840662337272430", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
- { "15021512490648380369", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
- { "6578908625437515675", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
- { "13762042713029963144", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "668798769117277023", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 126) },
- { "10917498758625273194", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "14335423820860953927", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "13978750151855895830", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 120) },
- { "8965747921518186477", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "4428101657497677982", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "8151272056391095510", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "17656341100957270390", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
- { "10295330953350618042", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "15901675909820977223", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "6026876733674266377", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "381149736509958403", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "7962991673727743706", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "10064251191248475177", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16663239694378513014", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4690831975451405214", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "16132498413588349821", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "10609644803793651808", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "16520784657717262379", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "2271187702055786721", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "1872921634399989626", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "12535576637355537200", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "7771729980527620398", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "14849108908297747749", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "14043770215999952932", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15277856047844308598", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8048617952947915835", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11446745541571732900", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "17422822627612865758", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "13954144830230671601", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "11198908896401597838", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 111) },
- { "5582896843095691256", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 220) },
- { "8133587696326295326", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 220) },
- { "2007192658799516915", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "9492402787848610840", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "10515519878978734341", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "1375156980278317418", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13455881643467418059", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12788968383428254917", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "12304975739476881266", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "3390014193205017427", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "13587202155230938291", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "14462744723628661203", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "16109721499545711936", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 150) },
- { "10090923790949378407", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16672038432561840773", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2973773544904290726", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17193614571243427089", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2862029728492027826", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11066930104187448422", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2755147389712995637", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10662798624911535617", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 337) },
- { "2172121470071868949", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3579916582911190192", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5495063314176654751", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3771003491521695667", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 359) },
- { "15514370342945522276", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 365) },
- { "17285639145064557279", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "12642574441854544900", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5471430682416582179", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "8561154029325525444", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8939900194037985459", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "2129726780118554358", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 363) },
- { "15463465056816958579", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
- { "9268536904925062469", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "45977313646881991", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "7092246390386193774", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14801984300948838261", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "2797723586312707948", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "8451212914744825089", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 359) },
- { "5131348852069018593", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "13619081494170885939", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
- { "8818679285688095197", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "4608292692528881356", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
- { "9729987752669765456", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
- { "1782966703272153440", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 222) },
- { "15641674846325113216", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 359) },
- { "18140951659547259039", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 354) },
- { "3416294810798281053", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "12066560812164094695", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 359) },
- { "9332596500956923556", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
- { "15067550526427941795", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 222) },
- { "15428062440621131394", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 359) },
- { "8873614802459592665", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 354) },
- { "3367130693014583254", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "14135594471530769414", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "14971707650115908544", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3036512701943687724", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "5334291640387922287", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
- { "16245760498096322525", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "9928406318940388716", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "3369894612786523432", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "590505356692040012", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "13240472672791632740", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
- { "7128145024365641089", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 273) },
- { "11497327844388026594", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 222) },
- { "7301757962797024939", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 219) },
- { "18121689595247452649", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 220) },
- { "875296362957469305", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "14912119584313592912", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "12494969618927201911", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
- { "4640611487944119712", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
- { "1692411934657235774", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
- { "1673006919995519093", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
- { "10601835610089648700", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
- { "13262672660175739705", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
- { "7639015398436550592", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13867172651521406104", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14587150810299279663", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17271409929705935575", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16744813357455687598", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 305) },
- { "17215047912921813592", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 223) },
- { "4093195092417588676", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 305) },
- { "17895953872149392740", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 191) },
- { "5918874715861160937", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
- { "14498368518428801865", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
- { "13857947326347149693", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
- { "4965619590663772423", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 199) },
- { "17153828952517174005", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 295) },
- { "9864812885638557249", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
- { "8410695282651246173", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 198) },
- { "3011957000022205132", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 314) },
- { "18202466898415347292", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "11433166800587133728", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "4499160027703324879", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "10225878843410985743", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "10961131057009777878", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
- { "17123897723015586893", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
- { "3938875063592179645", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
- { "7589320923145169660", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
- { "13907115679251591389", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "5262155845067632954", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "12323619994816664201", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "13711624246076632711", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
- { "13879644216615040961", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 94) },
- { "13418213186769741623", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "9850414237385072276", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
- { "13762987373425432087", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
- { "15387492794262813616", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
- { "9455446170928387706", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
- { "7799083605029182328", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
- { "6416346888102436677", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "13401162817870652306", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
- { "4574862993950020539", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
- { "3956303186129893250", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "14928794187754412027", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
- { "9892597035419316966", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
- { "10290107543739998181", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "5275016494706355806", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 82) },
- { "10947686124973711385", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 55) },
- { "3997597867012981671", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "4003433148846544263", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "4361250474585164062", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
- { "10523363119855336043", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
- { "1718324808394833635", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
- { "8430284238380067998", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
- { "3950448771871155887", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 282) },
- { "9033877528655370244", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 281) },
- { "8878071105867359307", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
- { "7511984934520363336", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 111) },
- { "860443413504997114", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
- { "4957638663977636791", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14793503588688729262", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
- { "9303039486341715392", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 197) },
- { "8923406201866512905", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 315) },
- { "14629889085799380442", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 199) },
- { "4811310048537439646", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
- { "8622985922687454592", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "8611046137980763541", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "1879796404388368873", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "6928835003016610382", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 250) },
- { "8603207107304593583", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "6477198553362516437", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "6377441002585730862", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "15761554874575656075", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
- { "118354408955419547", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 101) },
- { "13601202334102031245", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 101) },
- { "11716196499333250570", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "16984923535088627888", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "364996668506826202", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
- { "6412527114952548517", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
- { "4892959859293355837", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16127331840410137228", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "13335944978055152562", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10715829903767495958", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "6065404265303390338", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "3897655522585667381", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "1860663592951633878", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "5698748062275134041", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "15945452307780131237", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "6764685582382238740", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "4737109912659941670", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "9371952894576491521", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "12696412964119109465", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "17825874529822806486", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 268) },
- { "8220763890959777277", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 265) },
- { "17731591992960147987", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 265) },
- { "8950668477702067729", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14991602704357959545", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
- { "16383540667048742064", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16820082917500285799", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6820284286806022849", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17285815901490707654", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "994182747184593564", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "6642767323474835034", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "3215659303601163167", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 337) },
- { "54975980454651672", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
- { "11529876081402974396", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "3644282167178264526", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "360872770877634346", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16720108310653948550", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "14353390922580547467", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "9868561386826862471", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "17465517455679097501", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "5570311824197099845", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "7524311370696987092", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "14070988879848388270", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "8296551195150971668", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "14352796912241296357", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "9840495023131952174", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "4720851194954041037", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
- { "17009318615658405230", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- });
- td.td.insert({
- { "9421643783312790618", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "10693348571961406417", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "2940027113687311893", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6090625728451718945", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "5643908654122573882", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "8852322966320229583", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "11185156002426041243", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "14670068483447729857", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "4623542918584461522", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "3126708271410621754", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 109) },
- { "1434535531617424039", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
- { "17025268985366223779", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "15398976608777968810", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 110) },
- { "6149673627320838019", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "7413341807736193935", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6071597471486669736", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1127095963814993729", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8611856835854445891", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11115935318793891293", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "5393081375805921525", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "17589256877540537468", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "4135814997524960840", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15180348902159643465", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "2818524781020760666", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "4942080349816430490", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "9263314249867362", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "14377032179148581309", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "15245529372955421912", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
- { "13595283050046771323", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "15667549927492357263", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "13827442968070281886", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
- { "12076060884099762835", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "16532386511585070092", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4910582540370962997", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12335148041391647118", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10689880083512104726", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 167) },
- { "8870164706606458004", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
- { "9269498023794081940", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "6779832349039897240", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
- { "13942354789498444722", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 102) },
- { "14294764660016835141", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 188) },
- { "12323510278692809329", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
- { "5728070995112243570", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "5381496395266530071", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "9712640406795417230", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "15036737419347383878", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 110) },
- { "11552594222313787816", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "9399255910184037480", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "10594581016504135920", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "15640487942881889055", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "14165417928501578590", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "12251989236991754721", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
- { "6675363512560434713", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
- { "9831713940431605743", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 122) },
- { "6531349504807709133", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "2726501303929773572", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "10439704858943788014", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "18137994263450376706", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 63) },
- { "5711991739289045727", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "15255831401757117660", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "3906658058160172747", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "15823433297099049221", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "7829483638597533960", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 124) },
- { "14092273913846393837", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "3746578485711843646", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "12228183555926126959", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "8776893332387904786", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 63) },
- { "16672299044236704672", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "13309889945947393850", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 124) },
- { "15966815420067673043", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "7415938485228396256", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "9655590024687998403", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "14798289196964890724", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 63) },
- { "9794684437872784678", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "16729204245488754836", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
- { "15185983488152870534", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "13821372148587948765", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "4727004015814244856", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 82) },
- { "1738348894912205653", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 63) },
- { "559491455289877068", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
- { "17312172687490475177", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "3470176432841342662", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "8950283515337670839", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "3995072673238444396", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 82) },
- { "1238913228370790536", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
- { "928677976151553489", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "4059887681292863495", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "10493952422143348278", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "5610465912655751128", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "759163065093339795", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "11300938516591867859", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "12843263740221725967", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "888316366026890514", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "8088645310090149658", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "15891058658954073255", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "3456538031339928220", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "14187063304165334647", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "11593893535334124231", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "9218293603091125898", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "3614865264081581688", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "8860682105104682547", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "3775781894241463386", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "8857354069987696352", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "5611508857136313396", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "10872828113308792940", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "3726594456692340607", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "7541331569935741737", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "5639394073086652531", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
- { "11158391063762007051", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "6319861294308997034", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "6893801771793379570", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "9015970699147699643", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "9252735579930779632", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "16237353798629485972", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "10916127635689513485", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "14631094106016920364", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "5050075828787158563", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "2277573429750402800", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "7462044209068160751", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
- { "8879836520351993142", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
- { "560198731460537880", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
- { "6414187394150266523", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "15317838148382459105", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "11219109605495282242", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "10404790565578782014", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
- { "4657890394631454901", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
- { "4256171754976506222", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 82) },
- { "12658039760507507230", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 81) },
- { "9883901352719605734", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "5115148310176289236", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 81) },
- { "4892280615322354003", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
- { "15491567059821267605", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "4716932801711295063", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "15559962129967760292", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
- { "7866546777503165080", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12994023006726461909", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1869893771689012539", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5635187738652974532", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12849693339574251399", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13233683642200681957", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 284) },
- { "4310121962651039089", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
- { "7620758476872568593", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
- { "10344702612951473525", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 138) },
- { "1668590302432600271", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
- { "8750610033922701675", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 281) },
- { "6913992575736424382", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
- { "17945230226911262869", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 284) },
- { "7356559449640788577", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "18349175655630268884", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "16817085704588915904", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 138) },
- { "9503107262691437536", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "15595806193584438610", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
- { "14283867094396458105", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 280) },
- { "14215445060938730397", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "12720976113342879024", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "14766625154638709852", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
- { "11757187678986741715", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "13038212285326297688", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
- { "13919423909034348565", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 166) },
- { "12925256096286953030", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 245) },
- { "6275163484075546689", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 240) },
- { "239651884801599911", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
- { "9500211224156027451", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
- { "10902538092301362853", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "8454943813981348115", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
- { "11722951613064434115", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
- { "13547342611064538960", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "15171119202712914112", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 169) },
- { "5451487099025245427", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 169) },
- { "1814940262511664251", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
- { "16341609351317463829", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "14343280871046671393", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
- { "15586404971308258630", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
- { "15891211707425019144", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
- { "15351688973597240327", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
- { "1844016761754156672", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
- { "17925606428283439978", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
- { "15050158761219834868", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
- { "17448180555072943363", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 171) },
- { "11422222075976800614", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
- { "14284377769814732906", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
- { "667777413731244716", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
- { "11624071786842686451", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
- { "3874974512053082278", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "5471037497181745651", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "6371386660654628561", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "5331835606773958814", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
- { "16163821504542698475", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "5697543838890997891", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "6217438921274668801", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "2633095809604510774", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
- { "11218297661079136641", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "3374196543196230185", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "17797320202829145544", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
- { "17198778757516749818", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "6440981718484677922", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "1616603916015535857", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "7643715911083095268", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "137903092932521503", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 167) },
- { "13203019690952060789", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 94) },
- { "3918152537861570517", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
- { "8782903242853500098", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "18312668164562040079", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "15160703466234996170", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "2751241748685218213", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 123) },
- { "12622728760401804660", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "1290624457831957354", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 124) },
- { "10924946887162830574", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 63) },
- { "10789202693606479024", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 124) },
- { "3718558874911694616", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "12835389389575311182", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 41) },
- { "17406431092101974143", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
- { "1400409391266374603", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "12154660333025778322", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
- { "4800587664660105589", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "16474284418841532356", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "18117355153710110681", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 343) },
- { "8449591498895477846", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2962899568083589487", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 218) },
- { "3491333679577961640", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 226) },
- { "13945298510228460890", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 188) },
- { "4282198629458668761", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "779525528509830615", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "15002237905129290671", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "16833026567865627676", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 222) },
- { "16991060247581867302", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
- { "6902644989079870993", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "15088285782819494786", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "3379661203936923589", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "10049571207493913006", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "15691689005236690951", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
- { "11275109735493317886", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "12220860296984467101", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "44210723233569665", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "14014987361364503383", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 284) },
- { "18189351665719757712", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16159032667792855758", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3374037004378790060", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 284) },
- { "6765409971512438438", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
- { "10098892297878373639", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "981877665302032867", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7472350511000146655", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "15513971895394346930", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
- { "6169721205327431190", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4519054607159036572", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 240) },
- { "12750124851833311828", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "4333851142313192116", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6041620003527819661", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 240) },
- { "15091361629922645798", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "9348121965341418899", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 342) },
- { "393951904144235223", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3220084080191614421", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "11610588256244825741", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "2802357220980817497", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
- { "8972812517118478580", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "4207115359813621211", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
- { "16582237002610438015", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 337) },
- { "772342953072606219", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "8546247990965609013", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "7971830510840138313", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "3570484486449791727", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "11461079340079820563", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "12663860560275361463", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "8132521728369930959", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16108573960501496757", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11086699387784339943", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "4013707396889204359", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
- { "11850332373794932468", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
- { "14763982961176216679", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "8207349115037232863", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "3273748387141431306", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- //{ "580936360000782237", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- //{ "10682918518101379579", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- //{ "13178480813522103091", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "14472322679644532468", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "8378137527264154204", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10180255575636684134", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "18242121098885244699", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
- { "6178572652675599622", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
- { "6558074021146321216", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
- { "11038938372264857379", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "17137800360536507200", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
- { "14016185289182597841", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "8970519484272874266", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
- { "3289746379259038515", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
- { "18389174979070260315", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
- { "17666483005735191253", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "10845781902676865789", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "13646634862315619979", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "5072154928583891344", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7757331094141318304", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "16779678846332091086", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 236) },
- { "12223166874490429642", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "13316017702896072758", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "10390896207372295988", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 166) },
- { "8386498395042623384", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
- { "17923632501885139982", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 163) },
- { "13398326377839777956", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 291) },
- { "13520557646924372128", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
- { "5996787039089786722", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
- { "2626376166907387273", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "6147643392694904814", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
- { "4311921348668650791", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 291) },
- { "8046109476498335792", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
- { "14190077682825257613", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
- { "5032302126047788183", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 169) },
- { "15256375572125522238", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 245) },
- { "5083173538217738703", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "17269467004855120308", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 171) },
- { "2901056469731554922", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "9747637051217505111", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 169) },
- { "7175860674618956918", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "9530922411870814200", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
- { "11015319643831560673", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 171) },
- { "5182740559503076121", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "7567277014404457462", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
- { "15973842639221447367", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
- { "15951492056203075273", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
- { "5283253936050062275", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
- { "17650690912303447913", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "9614936270604202220", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
- { "13998661469619523378", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "10584034255622783869", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
- { "2973436171295280783", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 41) },
- { "1908809004094565452", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "1623383628456201603", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
- { "5766507688771440170", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 167) },
- { "16626226341188424071", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "14619055893081624406", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 124) },
- { "17222005830854879661", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "14224121742920800990", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 167) },
- { "5859124386313585730", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "9596156698919548146", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 44) },
- { "10482582307328548806", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "407189201971322683", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "16626507949474235269", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "879005904827468163", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "8460847842045253466", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "2729099061601852493", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 302) },
- { "8233922303282945338", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "7402006230339617617", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8420763628389536977", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "8325767678959979628", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 238) },
- { "7673672840505587739", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "14166169053627992481", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "120923426036313670", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
- { "7348084298010357768", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 270) },
- { "14653065651448352526", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "11008522061447263744", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "305505245310584136", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "6472139251351862598", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "10586018593856542117", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "16706121580364790904", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "5495776091407365966", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16430562172386510259", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5673972310424776040", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8797843396807284399", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
- { "1698321314111848001", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "5762290464889692462", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 226) },
- { "3218248162832023196", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "12988961529988078346", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 226) },
- { "4232250144427804891", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "11683680166617045816", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "6252429564537528709", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "11717348577195224554", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9275303306340702111", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12245096462203481681", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 138) },
- { "18439435691655740074", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "15272426400992401555", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "9136831791301215059", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "18238669114790278675", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "15376246520426368532", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "16469788155263456039", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
- { "9360494451263553093", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "7897877428349481398", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9354818521586974021", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5853553261686771766", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "6351572488552853754", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11372638316835753193", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6170074103544756465", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
- { "4544242784357021697", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14225108809796795520", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "178353385245384751", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 227) },
- { "2002574142025049539", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
- { "11630971824787392820", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "11542493210215136239", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
- { "9595803435783166868", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17610828776103321939", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
- { "18312069177632970412", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7577483892218843723", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4355933224673863178", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15124932296735391043", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "16888042302987189589", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 365) },
- { "1584639932403433303", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "15516194807992507442", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6614374536332038989", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "5097818987523855112", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6623182990939010641", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 216) },
- { "17001023283013862129", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "7935150275452094595", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "2326323992207208685", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "5072735784865711772", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
- { "4683841893192741312", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
- { "10341773151035665956", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "14109534738984061372", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "16706244336960642883", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1967030672241059921", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "1482100699000420627", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 284) },
- { "13632911653636980024", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "6198830126915940359", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 220) },
- { "12125006289181390694", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "14152716242882609401", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16732621354152092286", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17921489101554455214", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7384108582424003436", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13139625572508441980", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "16491532291908469567", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
- { "17788367809717898285", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "1509728225855233852", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3816705689596666600", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 154) },
- { "14157505468412850916", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 146) },
- { "17366807170224886960", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "14548509699664316785", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 238) },
- { "10404702662303016402", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "16436357970364549479", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4858167644379876157", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 223) },
- { "4381329435655511217", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 354) },
- { "13972357557211413688", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "6580334406272192111", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "194072522984726408", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "4490223883171428014", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "17194603517181970633", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "6995235840871804844", std::make_tuple("fully_connected_gpu_yxfb_ref", -1) },
- { "1671208365782918441", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "11718418772370938734", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 82) },
- { "989564341557094953", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 55) },
- { "8133676065307881979", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "14555883089089918919", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "14026570177552137240", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "11686670048744589243", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6678796313875454849", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "641417817126876622", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9622546530872848323", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 343) },
- { "9194788897910888066", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
- { "522181557896569275", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 342) },
- { "3332334993503432420", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "16131448347558322280", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "13852065717057446998", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4342360467977736802", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16336482874764861478", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6075691042233712335", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7570346182940928159", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "12971822824884826169", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3033264172690274208", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "17301887391757619741", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
- { "15790005937034794347", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
- { "15464327246951632247", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
- { "5659168916726488798", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
- { "8079376692609682448", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "15160738482264643601", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "13953639482255428227", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12293786134765875615", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 223) },
- { "18214412375127043522", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10670103699537731664", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 223) },
- { "10147266284710177932", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11443268857010762276", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 223) },
- { "4659943649635556150", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11726298758004767743", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 223) },
- { "13896680298436380632", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3797957937905580811", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 223) },
- { "16294962940703055933", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8526484907799590618", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 223) },
- { "13723543003759101485", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9873647901670251106", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13268525255152984893", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "13008742408950833847", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "8616686489737649890", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "11423865221956815041", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
- { "14990645740260870030", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "15204453579641378742", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "10892456883214928095", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 103) },
- { "17856816245251319111", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "1799430190598598671", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
- { "3106591708459602370", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "4111904926378218826", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "7678457226823073886", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "8786249783185140623", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "5389189982064081933", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 103) },
- { "15175088047384943892", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
- { "15331103261044247142", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "3627273785739110683", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "12478309735214802531", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "7212944937255713716", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "11873734271080160669", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "18421820525219154881", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "9553032671453999824", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "3860603464276263676", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14115313335378184289", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "9519623751582710696", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 125) },
- { "10288726118862235940", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
- });
- td.td.insert({
- { "2231648183489019418", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 125) },
- { "6316097202867006365", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "16208488491972128275", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 125) },
- { "17978026144659698965", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "2566302789609970663", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 125) },
- { "2714742023091949586", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
- { "3087801652564627458", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 125) },
- { "8602155166799218249", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "14230385851791760020", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 125) },
- { "10828719108804915700", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "13973179950424276578", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 125) },
- { "3668927000317872012", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
- { "7947870656736319919", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 125) },
- { "14767888121198814523", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 125) },
- { "10401632438377178271", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "8762901342272872498", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 125) },
- { "10783981060353445280", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 125) },
- { "12608289345175485333", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "7875272450497189442", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 125) },
- { "1599725688135122629", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "11932770338770247767", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 125) },
- { "11184047387366978375", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "11716771904412649891", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 125) },
- { "12576157843776905380", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "8402692278765063674", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 125) },
- { "6781076363516398481", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "3255465741612432300", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 125) },
- { "9767950219863105043", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "7134654288295280046", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 125) },
- { "5821853991835395449", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "3480732841490521799", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 125) },
- { "6973260260946088987", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "15649927926091502215", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
- { "7910468668367486698", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "156456996459945842", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 125) },
- { "1994927850993519406", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "16431165572426232677", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 125) },
- { "2864254144951744544", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "5390559917122707732", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 125) },
- { "8378839908604146288", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "17163158934005653629", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 125) },
- { "1185280691070355160", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "1999979442136861875", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 125) },
- { "2527189070714658176", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
- { "16032797290430373799", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 81) },
- { "16783619135298589974", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
- { "12785335515281046438", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 81) },
- { "9216608098626790565", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 41) },
- { "18257496796879980386", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
- { "2452226948562393335", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
- { "11072545690050335239", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "12668149981216388765", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
- { "714898562476771473", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 83) },
- { "11115684531624462986", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
- { "8710684853144029787", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
- { "3752171257634205726", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 41) },
- { "5243587439683016777", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
- { "16881283637687482989", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
- { "6042976104660344109", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 83) },
- { "7351733901977025859", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
- { "9341400376014914418", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 81) },
- { "13713406612642090169", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
- { "683350872280694452", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
- { "10436819182310112786", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 41) },
- { "10269788826827249402", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 81) },
- { "12558716383635737426", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 41) },
- { "7181186153851700294", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 81) },
- { "8107447526839063293", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
- { "1016414921656805365", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 81) },
- { "4871907623235871050", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
- { "15539976365475470623", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 81) },
- { "3880189981766119529", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
- { "10154958553575016770", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
- { "4561874206785244358", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
- { "12358640399843058144", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 81) },
- { "12956726277674279950", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
- { "7177837234452118325", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 44) },
- { "3160080179644173650", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 343) },
- { "9832551412183684637", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6347790007333387897", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
- { "13219313818719819982", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 149) },
- { "17780553554354185249", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13315473376247698298", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 151) },
- { "11815135771923538945", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 188) },
- { "12465309202808173810", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "7171436879576678563", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
- { "9407046952012845638", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "8805267762044816983", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "14381377343079009210", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
- { "13248818835662551847", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "9300668734746602663", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
- { "7706778813807762766", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
- { "16991433003318725315", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "4584399194832832140", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8558026087297588736", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10198351802037434471", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13257958112171706655", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14722464361594874490", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1544616395544118800", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5955569479109539856", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17738708576252096108", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 159) },
- { "10276056345160651377", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "13515249925520423329", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 302) },
- { "10055593174764596789", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 302) },
- { "8707130584661395715", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
- { "11161176476048297041", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
- { "6959258479021077609", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "6365109451272429541", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "8191978674781978488", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
- { "11604224659996035116", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
- { "1759873215866222608", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
- { "4559874433048442047", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
- { "6937259685509040959", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
- { "8242732346001884230", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
- { "16156727721974657541", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
- { "13786314015179226945", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
- { "4202371435873473624", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
- { "10933135228023712253", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "14467312749536832362", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
- { "10557843071473489529", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
- { "14967016402348718219", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
- { "7594056145185406157", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
- { "12051754199123379659", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 193) },
- { "2634827464202220192", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
- { "10211888372266149335", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "4548339182509526896", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "828946941343000506", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "13008375263617223352", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "5638301531544801477", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "10213021343800816450", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
- { "12000084249129063723", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
- { "18040104088851490930", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "16394608147869554267", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
- { "15229178454191871174", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
- { "5927467766675317093", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "4877661058006573128", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7515937801840512449", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4747017546101861376", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8833751655076849826", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
- { "16256124470203598218", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2706523860113152678", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14946999257618007034", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "13699343107940933196", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2887515984302814699", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
- { "4906737644615337997", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "4725303208352054390", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14955652052550053223", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "862470330257326268", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10381668587006680936", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
- { "2593337359555305520", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 347) },
- { "10774393239130591748", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "16247780189312707876", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "4487284881658782961", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "2811240876735166934", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "2447678508469638445", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "7454164784767168407", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "18275848121133385773", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "13759457214873634937", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
- { "4855959048455906948", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "7160112985819045832", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "6880424067049089394", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "748023061136366353", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 342) },
- { "15793120434966402276", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
- { "1932618420321708351", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
- { "3336444565837087463", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 337) },
- { "15067224168014815918", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "4431271266410883917", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "14115818307364071162", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
- { "15250928896997938213", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "13013685738525906988", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "17607598031220186942", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "10278583197921433748", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "5300123851331202735", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "10751381988703627540", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "9905160045246767203", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "2927340528757005274", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
- { "16243861301305882872", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
- { "15004681374954252324", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4496537089364942280", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
- { "13357951046545317387", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "12878719705192625362", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "4785466104509327241", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 108) },
- { "2416244034719176938", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 226) },
- { "17785504548342377669", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "12811319921474895164", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 281) },
- { "10760000973615798613", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 240) },
- { "6300105753728135778", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "5791707725846814784", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 221) },
- { "13246629627758485603", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 220) },
- { "9400558994532871122", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "17865276008842107020", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9981156409872807880", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
- { "4626770940790542333", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1094262369519841857", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "5523297987528243797", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1789389636704094004", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13544237579827433636", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17696244668222870549", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "8926171136732424790", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
- { "16179159307898475953", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2692291137583386471", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1095433004701276122", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "16277739324697771064", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 347) },
- { "15945243427420522827", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
- { "12296021067910843036", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "10673589588224406026", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "3585431879296991112", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "3119002388778552316", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 372) },
- { "5322582996019286781", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 340) },
- { "13225749488949717853", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "13207215182979880133", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 340) },
- { "17730578026124357983", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "9725306578495355500", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
- { "5277508201756602822", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "12806959657459851511", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "15232478805009654818", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
- { "17712227426604098630", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
- { "2530975976273876727", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 351) },
- { "6232318392696042532", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
- { "13657818175298160631", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "4088603773237062922", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "11177710514557128293", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "17515272254985846970", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "312130674630486188", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "18247095696433793115", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "6341728273786101457", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "10401462893795799864", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 337) },
- { "3032101782888447048", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 218) },
- { "15078331029547630371", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "18043541805861795852", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
- { "7608435380564752000", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 281) },
- { "7129337563584588644", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "12204270722180734542", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "13588405581356678469", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
- { "4986281570682617547", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
- { "2214420531345686129", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "15030725973433075086", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
- { "15384520760315696372", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1915712383376159541", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6176816506826300479", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "15331830720555178784", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17558578036713688769", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 199) },
- { "2388815483287403961", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "15948716167523201661", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
- { "6787190800192250525", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3378135802544446861", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 314) },
- { "13053802967262518173", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "5503306970973862635", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9417884304413500664", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "7866083951140251349", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "10084810175406860705", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
- { "10342347371769114236", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
- { "4063042455950354352", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "10055531955039754920", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13173341667656398216", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 314) },
- { "9356247214800869277", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "8630592326601832361", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
- { "5041676938441886628", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15379755045295790608", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
- { "13410979599123644577", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13504573816477550406", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "4459291258089899503", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13992993617743773278", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13395962624719382401", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1535675815795592775", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9849036672784280133", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10780684483689207763", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 188) },
- { "4060515618437959603", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9203467651096078409", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
- { "9698108593334526558", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3252398754887381352", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
- { "3120759967333088019", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
- { "2024996599975373573", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14876099702827489987", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "8653894569484019347", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "4004518396368398824", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12801342874692090364", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9387557098916352467", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11689587446775003898", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13973363990921590224", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "6278030053136901802", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "12122586525659611649", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17711197779492504718", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12489342380264260364", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12148845150031891038", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "5080727465135503101", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16818862727193981112", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "1827977959922344361", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
- { "6291003899324240633", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3002862967523058894", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7222921168135747513", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 219) },
- { "8696847224485998117", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 218) },
- { "7453625482178960081", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "1472822945750487574", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2032419134020329477", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 219) },
- { "805104869568121149", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
- { "17215312565214990348", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "1737128374457513820", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16263489451695566992", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "1608378717397996752", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "14346703182362139650", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9744493065276230785", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8331721527098298378", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12097373631649932423", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17442035600389810700", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15953351443307161934", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
- { "8740196547852036537", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13809436837912218131", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9722172495422643735", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "2662628817605495834", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "6163765140843670080", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 340) },
- { "15662207751131195569", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "16494358566119044242", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
- { "12641727819019838301", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "4917595053453614536", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 227) },
- { "14577496472237742721", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "4356806313729405658", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "14282717676967464809", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "7275701540104992761", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6459003512612780875", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "12791541622557283904", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11882713776717158678", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10982479758700194728", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
- { "8714769962126708854", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "7639744043430667021", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6804493132858449665", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5204696395552974337", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "8893913418784905112", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13496918758899426996", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4707842387180272918", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "425930963222944558", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3844246198992827038", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14280128364139551919", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "6774493262072228712", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "5670860641930464485", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10055923266096584825", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13508499324621059445", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "17431631935986646683", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5568431877348597159", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "356320499267651746", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
- { "10632294140185068783", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12339584174527699309", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 350) },
- { "8556999353039153661", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "15381427144405510339", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "8855986581847188591", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 337) },
- { "13704396706685353016", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "17128550517647168353", std::make_tuple("fully_connected_gpu_fb_io_b8_f8_vload", -1) },
- { "8625183189646433895", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "7921388663815287395", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4213330047036138895", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17034122796081495259", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13076343553185159307", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5854267518455107328", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13675314612031135613", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "12825029449351875037", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "9397711809671506538", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 111) },
- { "12965800692507042874", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "2647922515901529845", std::make_tuple("fully_connected_gpu_fb_io_b8_f8_vload", -1) },
- { "10961049607808752432", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "13988022841867948024", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4612862531793961340", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10950469938532358632", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2228733394430438519", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
- { "12015814430456201522", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
- { "12344008430499496640", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
- { "9863615330219779441", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3560058786734628608", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16047381404034145819", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9714811479610938662", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
- { "7306541374689856571", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
- { "5689486642279577539", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "15545653867155770893", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14910368344505819159", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3220771309796407003", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "12786796142417489350", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "13947140171097868740", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 266) },
- { "1168311873250200110", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3495786143085325748", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2164537487697642190", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10623345643437043886", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15240415102190323330", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 250) },
- { "10321975076426598984", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6467563111927343808", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
- { "4280198021826662216", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9464830880142854424", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12113781253211924677", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5410693492803892704", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4844529595057806427", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10848097581672953022", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7947428837044782745", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11705938507822117867", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
- { "8334753494554256932", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
- { "4995468555341975721", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "6282308289220311358", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
- { "18275232300842488846", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "15754022314306112499", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "15193841338943103284", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "956475051281637098", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1117811515417136925", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "760383787039304033", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5351526116347538406", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15923292837937693143", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2954421933443715181", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14945079011377285773", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "9573520179708447727", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "11432977101529429562", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "8918387046558682780", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 250) },
- { "16699295198130950587", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
- { "17358462939783262207", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "17406383217119217230", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "14003645277231336821", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 158) },
- { "6638761803107874904", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "1630585964216121575", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "10745248353587672572", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
- { "13395074742046717601", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 124) },
- { "12659539044474018256", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 141) },
- { "6598024975967050290", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 141) },
- { "2006890470582854116", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "11369389082421346630", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "4986977887030495943", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 63) },
- { "9681320098885387731", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "8730097760819044515", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "11882021989615795558", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "8202324251716703125", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2932157519158822224", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
- { "8431962471592709199", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16116546888494787089", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
- { "2954606701225038770", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "6757752550680050481", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
- { "5893257440341358427", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "1327911294059513894", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "7771820069600757360", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "4618159169098049590", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "12268432630136256720", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 337) },
- { "2373658589834410892", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 337) },
- { "8440300225468667909", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "14495382595913294626", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "4974435385259831818", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4455497237293642238", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "682912708716537431", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "2585176064846114298", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16033144151193421543", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 348) },
- { "12141880589558027223", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 343) },
- { "10098661517988566506", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "16192971634546462244", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "14793709237400480942", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "1646362346584649954", std::make_tuple("fully_connected_gpu_yxfb_ref", -1) },
- { "4874397454627474644", std::make_tuple("fully_connected_gpu_fb_io_b8_f8_vload", -1) },
- { "6171331678772388712", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "7496699438957793920", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16767657090925788431", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1006721963560645335", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
- { "14753245713079865819", std::make_tuple("fully_connected_gpu_yxfb_ref", -1) },
- { "1779870708816318465", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "17157919258161230886", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "12398103047184982980", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "2961249862769657168", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12131460825751874564", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "12365814254940023343", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17218545462549916519", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11877919824125633092", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "10679711602282897680", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 195) },
- { "17801375178828079914", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "15446821602347034830", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 198) },
- { "16041087076800110589", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
- { "14102351022029437177", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
- { "5786978465690715325", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
- { "10140124683113804219", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "14022671143475909407", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "7468500876165989695", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
- { "4628560194573173205", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 197) },
- { "3963065974337687046", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 314) },
- { "13439359175348786664", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5342116782332968020", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9198777289928370963", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "18276472227494448327", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "15774430281717785574", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3887883367078892827", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1004081473410027655", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "5460182945235134126", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "7932494263344450271", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5596359111431962318", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1116176429672030385", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14642276070370158123", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1709508499926680213", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15466995361950304551", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "12936512845587590244", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4464844599426088921", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
- { "12966090642798680442", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
- { "128970554088066862", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "7183620142123364052", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "3793885399790365373", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 220) },
- { "4932548298968525464", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
- { "8248099164876900927", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 227) },
- { "249355510483373796", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2837134119351786115", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "141687758281942172", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 226) },
- { "15718782218800307385", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "3191047205441946466", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1564774057733793087", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- });
- td.td.insert({
- { "11134833419828370568", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "1556966764088589197", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "6087676883600048234", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
- { "15052286556809931759", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 280) },
- { "3377724880784871475", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 315) },
- { "3452246087500006120", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "6840268976700446867", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4278180549747978226", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17856997406888930289", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 195) },
- { "16556093306187145310", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2581594444558181374", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3377472614945731801", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10622082408513122112", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
- { "11452807035432891156", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13529174180301001127", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 315) },
- { "17184405948599119534", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5921658305530976502", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6802655190570100236", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17877430344093804543", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "153771221207255459", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "15596913527233792996", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "1016967125909374575", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6829653688530177613", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6094638411430816112", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7559615879839693931", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11270266455366424659", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7100226796198950149", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "210793817522061488", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "11152357292626304216", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "5771335481927877060", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
- { "14619753612256300695", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "2839767407547705101", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4981552552200657366", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9626028243479089234", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3164513064874019611", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2363414141971004557", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8962502004422485576", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3154903035376733831", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "16134637021630473012", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
- { "5553176511624221429", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "4890932609897686394", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "15334769670416409064", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
- { "5513667102916409932", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5351705572686943348", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "8200094670006738584", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 194) },
- { "8100051552977329013", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9004823715680825977", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
- { "16179959997108523051", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15148625184033310404", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "6577754887650563753", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "13182965457868586949", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "13839590781642269381", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "12711366212612147422", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "7963529808900784906", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "12184558469694708819", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "3285180770267559354", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6613282637922219205", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17093159649157277089", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14660081992091188026", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16228026045292341333", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "269829518575229806", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "13023942860659386957", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "13291308922240014334", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "1187622888238643867", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16229324496308453344", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
- { "14019704891647234793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 342) },
- { "6141637854990273316", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13524128602135083081", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "531020979837645217", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "8416686771626338600", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "2916077416184925232", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "16862531110856250955", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11352536854890889084", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1683347645109643149", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4374049085310743239", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16159971034327080937", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
- { "15779210035964863067", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15153285262450947102", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7049603973253724866", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9389671301472986523", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "13891598020647124806", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "9315279998737090956", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "18261342465838720356", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3632541114724731809", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "17088320301520334100", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "4352363968456148009", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
- { "1827842275223841485", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7548767746018027960", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "17750850961096057029", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "7606282654661282476", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6201358671959761215", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4829111442270007186", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "7267651931396380072", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "1279682391530947146", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2655979063469551930", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14425547983540742516", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "981419593633555198", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12324657364444167791", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3246153532847702583", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4202705710324555180", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12272318018055307535", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "396815044270978782", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15633173680908856082", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "16635731992372618666", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "10418466892824851134", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "3244777852750357718", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "2443758478383854939", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "13503934436248311972", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
- { "2594310972560076285", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
- { "2424349375092546581", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "7104985983444651979", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
- { "13518747015059826801", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "11675809062974151496", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4725349695436675084", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
- { "17351243519367619322", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
- { "17026338651868178077", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "8730407034445893642", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "144434691308306757", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
- { "4114184149613179671", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 337) },
- { "2558882920723584206", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "16481414687792927331", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "17756651805686889890", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "2228533392085335649", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
- { "9038567144062573854", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
- { "1345293381483212104", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "729683192738752814", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
- { "458997435535883643", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "16955907389221472146", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "17927673764274384911", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 372) },
- { "6418222853479731432", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
- { "7539191242110313918", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "18014188548165359278", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "16640379332042800496", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14856197725306980283", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "9279474331309267880", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "5717588912072437191", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
- { "1143426643765799488", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "1049385516019456025", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "10766144770072425534", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "6442062011017461761", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "6063490496423709036", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "3892512749863226006", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
- { "4970240836537468609", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14668725050395069435", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "7939047354407928586", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "365747554145156596", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "18207060402110970301", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11049175652352131465", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "2982080608393779951", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17216477578093693014", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14116923400742300182", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7029133126202354787", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17420660823086709040", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 347) },
- { "17300489799784213303", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15549100047322521213", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8342403220432961494", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4600322689355365368", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 347) },
- { "6432444239720173669", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
- { "5944283189654634640", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "8682613468075783516", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "5788340143385910170", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "14166708932229380784", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "9262263820759430835", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
- { "10661619519548036109", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "11254313793397682889", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 337) },
- { "8941570659228294791", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "3711589321155572550", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 342) },
- { "13440603011986281192", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "10072782544067079397", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "855625721312733540", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "8643403818712296708", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
- { "3482316012102041163", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
- { "15966346359387758212", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
- { "6179768494274723997", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "110891946535801188", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "13300595681637438535", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "16686223109098592740", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4196950243745604808", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "15357494333788579519", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "5791271012599760917", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "3502203881558439278", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 340) },
- { "6615043890071705766", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16602880550249876273", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8163937071550477896", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4788158788847752998", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "11048286378242522780", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "15669268280202512868", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "11708180973354877349", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 221) },
- { "7429872600277069485", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "18404744652577257121", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 220) },
- { "15145594907273468650", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 222) },
- { "17189550036105947900", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7167054889777381093", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "3278181836788028231", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "6040360226338233118", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6877955452402826287", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 311) },
- { "10864271596740164097", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
- { "14322983802576638073", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9469688466553577331", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13052522487775745493", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "10990480508394584613", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11406807220585770939", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17014949219411078284", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 314) },
- { "2128641903680430067", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
- { "8751004549226570175", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
- { "12508733516106581272", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
- { "1535119834165965208", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "6537771397615897748", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
- { "16911666678187393426", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "18163247824658143109", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
- { "3169531413538986325", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
- { "1861963470217658786", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
- { "17175653712131007582", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
- { "12148428445687813823", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15239273648189016892", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "17290692657168386471", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14119365735362663804", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4225327120021140533", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "673126354575235249", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17628454700752918711", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3529846607992358207", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "342387360760418341", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16353520814579109491", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "3134099148543397372", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3042628567386436226", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "868736197323541759", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3241775197578183463", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7851643406001230159", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
- { "8502552745012743053", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
- { "10353443026537243362", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3104552371734307984", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12807894319350246437", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11258614397356100246", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12946314097679886518", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
- { "12909725304008017600", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
- { "6153017925473103663", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12188122150443559128", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11983651079897753600", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12988924268115973386", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
- { "4891686540869580517", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15196732464112076502", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "459391085160518545", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7760457628691335753", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4865678723441158246", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15589245661365969249", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "9661616000023492219", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14777607874956018667", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
- { "14113322810933328214", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16281761113420371943", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "16988191641007425377", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13194254226778628574", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12531936952559145430", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16379080233376322220", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "2613462626256090659", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "15844881725957151580", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8059328623525062913", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3662747857062156477", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "15121448034928438384", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14122213471825630433", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14985236276429954162", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 348) },
- { "14321283775111180227", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 348) },
- { "98795127409553442", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14805540705424073865", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3788462090984291082", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 337) },
- { "11823068760218786389", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 343) },
- { "5963105523596432544", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10308431308942416781", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
- { "8712136292276123857", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "11314582467969020320", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "17147293671640396193", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "4465701487417893814", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6144958783262207773", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "10467232566885547072", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17262854991782705821", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4635570915184713874", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8706634286501695698", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 348) },
- { "3863816884636503247", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9252629750817485029", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13168267319035362901", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "16567638487719493784", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "13449466515297095146", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
- { "10808909442136736629", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "15172865163331822352", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "16260483557979578317", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "7469127846325904854", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 227) },
- { "8783239368699382065", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "3477539135137665170", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "605638562926557381", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "12626994817506009929", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12417557233566012737", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "14056483847542666300", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "446997309263592434", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16589191615146805668", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
- { "17226649394712507758", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "13566885629976429699", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "9931266845625995359", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2522707948254032777", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "6486250531858548438", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8174273876544952794", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15049304780567617964", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
- { "1321553039928725678", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
- { "5105893636044171966", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1661430504764145711", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "10041204026657386200", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "15969909663367854367", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "10956917223944472347", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6060390128414591327", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "10987291891349907631", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16452573613171944531", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6370356607952251648", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
- { "11547588640573840103", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6882259829255167273", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 340) },
- { "4184283661465100793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "1799277562177870093", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "16276490504942526329", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 340) },
- { "13939380644892198347", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "14257398784378656791", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "14444423571297570985", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "9708741882115135691", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9374845449632011709", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "11907741510409644649", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11833466191385766041", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3276797683943990958", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8494679093555050767", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16807117250109985357", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13642010365337780940", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 107) },
- { "5622078553841657218", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
- { "3973953743850093759", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "3210709940026980348", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
- { "15122428380000835284", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4492743859922847514", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3555469834146426564", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "13140141354298916151", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
- { "7110352624440078898", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
- { "9527046928040225586", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
- { "7797523746053138659", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1478169078874265704", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1264966373832011567", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13715010490012086430", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "1470778934882087497", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "12725817227797568697", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10024777334075819235", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "364471436103661689", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4052362583575987109", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "10657660173790920140", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "6557428245898292304", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
- { "9440117898128288296", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 350) },
- { "15929262283669093154", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6352520536724420824", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1921667815983542102", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6088184848087986042", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16602667769746047266", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15953651221917495492", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "34011924689025090", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "674384870483198184", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3555798556624172621", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13793032417416585006", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9019684110208109757", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "647849627466319112", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11242435114747058327", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17302407573266205607", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13606281481050014632", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2466805217694531959", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
- { "5511298016141559884", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5483150635926637198", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "6265211373810873425", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7643647841451578008", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13254760530618979318", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
- { "16709502837180561673", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "15693956942112465267", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "17891347169069018262", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10521453583707218193", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14303192614979408043", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16609351383660437793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "11118586558529856637", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
- { "10939847328508611170", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
- { "5114254088513267110", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10163486148946687267", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
- { "13296242326766100583", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "12068797674575015662", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 273) },
- { "10978693262040522687", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 158) },
- { "10037086825900566930", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 143) },
- { "17216583849049249733", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 273) },
- { "341552075482632478", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 159) },
- { "738850098651678143", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 126) },
- { "7139714914586273766", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 158) },
- { "18209157436315328292", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 102) },
- { "7370360743945187446", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
- { "7953255701516490034", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "6195916781434462809", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 141) },
- { "2400014444553855563", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 6) },
- { "4622514167765722873", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "14680730265621679042", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "3302557590307975559", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7648248878470053116", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4917917708431763965", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "12978593897559876761", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "18064160378597803888", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
- { "7689593699365225521", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "15819149710195058441", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "18274109287723887410", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 347) },
- { "10269238332775024706", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "9167138376243583750", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "5713105609160120586", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "150812658537571916", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4485289322925780000", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "17268201530818712998", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "8747430148550634190", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16986358655784856534", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6109013751635776331", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "9585113116232600562", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "3503893875515897267", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "13144385730409574259", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "743941460026466526", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "4492332228252010118", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "1920042803083729276", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "16436006771518788093", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "17567504672169904482", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "1989849521691057108", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "8203171222962341018", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9795194069954915563", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13369603621524676979", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 250) },
- { "2930658435447859986", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "10721885719016335538", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "17663718302088575615", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "10749263296616139689", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "18356235677223229518", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2657828809338947050", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "15743750994087974449", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "754596461956525575", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17690103717758388022", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 223) },
- { "1581136092002053880", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "184306359395609972", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 223) },
- { "4891076250667414900", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 198) },
- { "10946917656449245131", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
- { "13963558035989415263", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
- { "13239946614209250451", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 295) },
- { "1076938718721677141", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "5851532147278358697", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "5746129902873132635", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
- { "11592511763160794565", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 188) },
- { "8244393417024602494", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 314) },
- { "10340341966852782124", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10014822679257636832", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3975219156915176189", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13536863026622428609", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11408010379683511978", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15458285682224384803", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3407965587245145003", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "10514330767826407566", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "4251496064392381805", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2384682907808363130", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15705923658253281113", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6610298174133949061", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6801247431347692935", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7702208423015808353", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "625378771032655972", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6542436061498779527", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10220143644047641696", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5009829190055738132", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9863034269936216346", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16547699848349226093", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "13369144100905854138", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "9490927482615234033", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3544673182881983084", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3575537018273879487", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "12649957341095701480", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2321767794934000238", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "14973431782875808802", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11948858355027908365", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
- { "473983206819135409", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "6586872365879203192", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "18412999191021390737", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5274456170971167904", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "9275398105290923887", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11340683391412454009", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8100282867486124965", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "6361758198448370863", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16431503579923509596", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10280282710562383672", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9138345765585313427", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11117326838088757686", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "18222598708685323020", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "5198859831430501652", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16644329894881952739", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "9367630847798077790", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
- { "4906856539144714227", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "14958085423402252319", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9835535945548454398", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
- { "187589970359123667", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "678657374277098506", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8434335101659807351", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15928128327390664485", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "16504425380504793738", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "6480587375918509253", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9751235588096143414", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16866525370343398909", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 150) },
- { "10160678465371702528", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17188750289444625186", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14811603003184578943", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- });
- td.td.insert({
- { "4363379197393466424", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
- { "16403435599807360704", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9367985410929563457", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
- { "10716232679616746794", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "622299920975636640", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10798283054583509534", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14179140464588572277", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "351304363117543419", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
- { "3499106702307464480", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
- { "259619428712608645", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3296098567244638489", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13593304587712966846", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "7572277082530361815", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6379337678256717737", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4513178474272034213", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3390430905253038550", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "925607706467451476", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5627536079808515754", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16464493408368412759", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13839116996827687373", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "307874768879227632", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10308113903347312964", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6712698149192186833", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14930789530046665855", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "2204178900998688268", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17174919737114915467", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "15154700439767512396", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "14916625550370402883", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "7650375560336513366", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "9999553425206328238", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "17515064188391421150", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10437367877444543776", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
- { "4362304842016958728", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
- { "383721620126444793", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "138379779469699309", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "3759515057574218101", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2856601829807186494", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "3286330985102373533", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "8159303545761286685", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "4056979460327024961", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "17823133607491820214", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "7969441643457570812", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "970768445746568749", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "13678741578702922441", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17310844417517474522", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7287895452784411060", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6513788469599330141", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1432487477100132607", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2463151488506537801", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4054850047596998735", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9747825473942435842", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "250084243188516935", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "672634960435241508", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "748301576795035305", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14255457787105784042", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2750476114907782459", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10028244201873254140", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6469067021323571170", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10601714587235375373", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2483181247706575298", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1732853511466309905", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12113297049460198476", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11557224109907477240", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "18084899872055349937", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2890305478244125142", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
- { "16659638340060273536", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7297768924198851782", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13104971224879807298", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5507252417827285564", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8511924860787648884", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8339235544283885013", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5654030701873405891", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1436723751951975466", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8325439593817651819", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17618112803233960227", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12327651080801123538", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13617891575616631067", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6020885536659393981", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1940159900852645250", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "753809225159529269", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8790166817024820739", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10677449690354999149", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10593983805743674128", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8217088979257009010", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5687085271369421207", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15279061373346657582", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7096501191029978469", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10094312347267495565", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3510084874150710192", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9391986481292718799", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5259220060268012597", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8117066211911522905", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10716559814452841971", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3949211089098986928", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14752151264004665491", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9195500778955925293", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13023666909692825369", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10961696014697611547", std::make_tuple("fully_connected_gpu_fb_io_b8_f8_vload", -1) },
- { "408602315578383859", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "582954161360487990", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2482190331248449465", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4075769657981876449", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14367142998060454343", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8114910678593187231", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4495451816890445327", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17102726573636919392", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10845009858831745215", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3112081942557253948", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1635689655354995548", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10250301712194120144", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4855747489298888657", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14238766089951260596", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7017830157652362654", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5619751660204221930", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "18093663410921658106", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7869191330107002954", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7245974724868795129", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11019243479903456358", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12568255992252373147", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12413024322120393790", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17328716013187434957", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14899206494260920951", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9983462569671477588", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2383983224188083583", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1759538680129620900", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17194386925266836084", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1518413386955573037", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4104380387301024172", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6500468942462159659", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14136370464716049139", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4056919990977544228", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17351367314312762125", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17586380391909451000", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3561558658922596877", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3296755748686779746", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "534789472217562338", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10470060457279511896", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4917360877294344854", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3020953254086476464", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12307245536623707478", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17039711449439313953", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2734182509541824864", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14521225825422360447", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5857101685300045443", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1547471890307888038", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11159429929932958728", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1382911856313970571", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1854612313463195535", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13051406650237455505", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15438530452161762045", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7446661399223808792", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17861183465344343443", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2026622899016787854", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "16127482065413259805", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12961109385388101976", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "16855828799826043472", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15658859674277700656", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4833749391314748606", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3326691585067800328", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10718764522366711114", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13643973579671217152", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11155444222714959508", std::make_tuple("fully_connected_gpu_fb_io_b8_f8_vload", -1) },
- { "11544626480076777556", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14277552178674323256", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7792811600696842064", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10622803531832712558", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3079343528005019570", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3521119014097924580", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13643421651252474051", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6947390018658290847", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11697545935437523887", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2179704411405073702", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6886280732774854778", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15841879134365332862", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1489646217778958363", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8996027646503556955", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17569170625753249614", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "16686854568163084344", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11187304651899164445", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14540721800838487177", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1979841019103384445", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13241679793873365192", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7013169017932712804", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17389114672554594444", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
- { "4157112143322859333", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15217255896294251282", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7606241825090144098", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8254388198068394779", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "755942233998922490", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14018816117251124336", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "12054714986067446052", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "1138657035758391650", std::make_tuple("fully_connected_gpu_fb_io_b8_f8_vload", -1) },
- { "3767246406609050779", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8536612779196342267", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "18269766292810651342", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9646020463213439644", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5654817010240784792", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17277846909615605376", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "102220157823566379", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "18213629255325554583", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8809496195168645264", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8506262325379391391", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "555647031314007743", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11133391567691287018", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4531238775069637542", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1050921927000835075", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3929145534169458063", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17125607183887169558", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3771153805567862915", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "5658567026478236676", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14520461267731870642", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15949156027942399242", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14569379143051211142", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5083162050523454050", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13951906075577108679", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9004122893718097099", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4336765005970913285", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1037896951032802088", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12090010131585526347", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9035445496715584647", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5455756262684457251", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7013197348316253486", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "143894893069959052", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13984124581247009793", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17964690428632248307", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5850736343172747247", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12379881923680871705", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11864459706509310150", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15222102499748205072", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1198491147477454704", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11400303472547811086", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
- { "11660798111579160734", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12081136231782604198", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14508437224082799436", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2396983035676921683", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11489881652545443112", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5651551840851524311", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11753049051286720239", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "479427514681077218", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10277290426401380976", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4919635200134986619", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8180846581099717076", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6411489040870738143", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4195122768220068448", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "52150349468142798", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4439371893496638788", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4039813343849078927", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "16533127286587475454", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10264270523529136771", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9915620237695279980", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7090467930115498252", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15407802086492754450", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4007960934134542892", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2002110062193477745", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10154803388813032920", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1939527596007045209", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "18436843102627176620", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "277852397173940175", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6822978927370753017", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10859939917723763131", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9248235209454206632", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2665169698359670120", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "18266967379169677646", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5047972486012090625", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "8183383667948205424", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14478151143114959230", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11396985422513105543", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12114476173765693172", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17041468169694105561", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "16498300259966485293", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1173136780324694038", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15786764202107923723", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8913526950888110377", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15988378956341507229", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10993107955805947401", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6214677989814002369", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10884202393733523875", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4424960026145600447", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9763754389347695094", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "105055722864217258", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9775648000771985077", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15967893151722576439", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5774841809066688068", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "13402919586406297042", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11335142595937152387", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2689568881580764024", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6571325912136856822", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "18122652705874970766", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2000008755333069005", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10361998183258703575", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12348644068948200883", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "736422312606696687", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "16240864447025932692", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8589562027950762944", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9162564861963233717", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3167738956362101592", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7260746128189749064", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15308960063718398523", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10129304668926912275", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4853130422682926168", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14453982453535955244", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "16608982023596566351", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2470663389603706356", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4240407752719875080", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4846563120992975368", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "3706088306568590662", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14866563628584464675", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14721943524627076027", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9323941828298277387", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14109366965145192619", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4923997413838231159", std::make_tuple("fully_connected_gpu_fb_io_block_fp16", -1) },
- { "181017193671999192", std::make_tuple("fully_connected_gpu_fb_io_block_fp16", -1) },
- { "10757412618207229106", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "6395263375773555188", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5979046470758784946", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3927359449523162508", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
- { "18232387132890063687", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6709212639543074230", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10086813986911195558", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3109992766790372487", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "794530296606789816", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "1249133049911188319", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2006024870459798086", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "11914297820344167381", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "13079795735173763117", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "6241224766048532539", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16524474021378494125", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4407550747921719377", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "7259905085241841240", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "6666210546769702280", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "7814543122045448412", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "13554702187867408038", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2547880010597993852", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 199) },
- { "9061076702890952738", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15460429275475874158", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7724185199575851246", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8533091468352267196", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15025120359649460106", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2613575328969629284", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7463954007838579697", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9151324495773628566", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "651020886445062493", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8237821273547216740", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2875927974837744359", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3674322065648064195", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "137871170540938640", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3066826388383295007", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17483221428915982776", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "3403906310423395442", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3888283018836731569", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13928684419408478520", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11520548550630007970", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
- { "4922714504620931501", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 194) },
- { "15683804450763499599", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "12686604223669447758", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10746289671948325353", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2487976264999747775", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6163010595188500945", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "10404333823880552577", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16662409111036688294", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "5400706842524705774", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
- { "17423097433955762667", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
- { "18131954418490925431", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "16549854027697846882", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "10340073416712988987", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 155) },
- { "4633923265089466898", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "6808980404170272597", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "10592783998150232858", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 159) },
- { "1594829714229111215", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 143) },
- { "17361714725103230834", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 158) },
- { "15732140959902969012", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 102) },
- { "5796974850751105634", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 99) },
- { "10588059104387338398", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "11738780323979052397", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
- { "16342972196376030503", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 3) },
- { "10406201782146034797", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "17342758321852264926", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
- { "15951978466742016539", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14100026884590707572", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8368507377481570353", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "2230145893895952661", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "6320236287540885300", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "3152975593520548377", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "11756338894156892549", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "9310466098863912618", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "18376135355406021646", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "2024521518658822242", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "9692442768327912638", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "8031184163763974840", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "13429621587271813054", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "17938009873557420461", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "16780457022162749898", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17140702790441856730", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2578325663193624576", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8784358107340738205", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2955459120402821540", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2840794055129352139", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7104266560248570112", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11113125355390956764", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9127827617126714860", std::make_tuple("fully_connected_gpu_fb_io_b8_f8_vload", -1) },
- { "2268275392299271167", std::make_tuple("fully_connected_gpu_fb_io_block_fp16", -1) },
- { "10615831454139478379", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "8205640825965213946", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14337168375989245254", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11664399629496237233", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15750539817895707253", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "921209976738626097", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8590416145336196354", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10463632805036507382", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13637537549252005181", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7581949584623524395", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9814647153117279415", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3444250649099578792", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4039483032571506874", std::make_tuple("fully_connected_gpu_fb_io_b8_f8_vload", -1) },
- { "14309249337788077160", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6254493271976962295", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12387660887222981357", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "7723131901316908741", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "13963554827358438190", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "5001552360784483833", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "14201142257504107783", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "1066668660701816536", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "4664196755018349672", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "1103228955716492167", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "8618835732380720921", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 273) },
- { "8391292909068775212", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
- { "9488974186647231896", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "9069334144391048686", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
- { "12493863403516600413", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 278) },
- { "13375084585444085517", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "18040173797801558071", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
- { "15329174116169594863", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
- { "14910223536998380801", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "18277685132620834972", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 155) },
- { "13090887980792573261", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 126) },
- { "3067806959725855130", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 158) },
- { "17791773192152464021", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 172) },
- { "13603318842632052764", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "12072881177966014126", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14413047954443174304", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "9118663018352672834", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "3558391988878894288", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "10047727261970275928", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "11527382293059267033", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "8445575388700666150", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "4560479630843098090", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5737652209336034549", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 347) },
- { "1159910924058542880", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 273) },
- { "7203172595229334691", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 273) },
- { "8153567933591966877", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "6069305481947437228", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "2216113049194620088", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 227) },
- { "10395837712676962495", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "5041111302824362529", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
- { "12542825714985999760", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4599539412023802059", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4570119951370893062", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "16897917745917378359", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "6947523163603267191", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "2322126126611987721", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "6518845972912144959", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "9741774854327055438", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "7079854103926842364", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "5035895518536085765", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4307157272240924516", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
- { "142486914279119363", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "1532263118203058517", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "13529694429433303321", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
- { "2820916926593580316", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 250) },
- { "11140657515428786448", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
- { "9028970753877215614", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "2324120381399737261", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "14311837335039030749", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 288) },
- { "6105963806494867023", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
- { "14746731245428677019", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
- { "9213886570531053949", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 54) },
- { "385046297070779752", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 154) },
- { "15882699446713091149", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
- { "475043738497218394", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 159) },
- { "6351347283201596793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 93) },
- { "16290626406346691996", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "14038308632095412386", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15928183143089896780", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "14071202918199194502", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "12383676694875725364", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "1830378766184274696", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "13133105923394042921", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "12458275468325297142", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "1819720745131968914", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5140267554909755437", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
- { "6021498606197929608", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 238) },
- { "5832188635321350875", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 238) },
- { "1411786954276574458", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "18193548056717743576", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "7989522965312833517", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "14123865825367908500", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- });
- }
-
- //APL 10W
- void tuning_cache_5A84(tuning_data& td)
- {
- td.td.insert({
- { "4583484812233029888", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7560832358324865221", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7382044526960590018", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12372261924257291610", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
- { "1547771611689525848", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3134973665622945888", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "18260030211719729324", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "7416143717989012766", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12028963907131702705", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2464531851392092325", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "8181308759455478086", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "546062289721803579", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4889405384318695802", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12841232643395100314", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14108361259911144680", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2726453304845436156", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "2607416795507802412", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "2175404966338020579", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "14666883719480623074", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "3752993663604843837", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 56) },
- { "5274735654559844733", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "8174421295799601683", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "1967655354607438665", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "15762542971370422224", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "8183203099539372914", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "4075343423548891274", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 132) },
- { "13264497096898621015", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "679058537775669048", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "3375634256357960999", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "2844616672368585285", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 336) },
- { "14235558866846276172", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "18066867692765966577", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "9861424412782371874", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "607078314875528651", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "6234885984223387670", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 132) },
- { "7223570329858821704", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 336) },
- { "17234843749633035510", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
- { "11516168882438876247", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "11312664612825940140", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "14846039494240217143", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "3390376200501119384", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 115) },
- { "1113077760071340574", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 336) },
- { "4614875083188849196", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
- { "10859023312681572942", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "5588692131556725717", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 287) },
- { "7653946972043115920", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "9773458066743315157", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "10491513939202460216", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
- { "8140122945471321201", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
- { "15079423575410353790", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
- { "12844146569641472927", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 287) },
- { "13443914015380511668", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "13404457916017756196", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 69) },
- { "6402415801415013013", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
- { "2040762223425679479", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "8595156989254845134", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "14493123117003003092", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "7391309333582046386", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9935182178960843140", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15422142509105297183", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14849987788569183527", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14923132847727661051", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13271555597925466454", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6865593216823998846", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12385437755245281331", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4530047829451377456", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "127643210248119703", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2599051617462913767", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3024020696533545102", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16205377892664082400", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "15135655146332608939", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "10848724554175904486", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "15558120704022404428", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "14120354125904513152", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "8475075092501403968", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "15892943371777404347", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "15078418657871922661", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
- { "3502053626453342387", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "1230316443026403527", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "12846418701225147646", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "17386994561779281406", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "7367684259946371231", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "5451072983028714092", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "11758623888547009364", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "15958650715061024845", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "13899144453581769028", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "10884229860266073967", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "6629431845229592220", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "13199442294147992119", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "5032929712205664246", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "14871333176552512036", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "17890435688048047959", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "11353661571093800805", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "3101908018947919238", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 336) },
- { "7495240482209084478", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 210) },
- { "6964506613327100469", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 103) },
- { "3670645005971806718", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "69949758775887534", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
- { "13654393413005772278", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 287) },
- { "11101512074369779300", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "2273811004985590823", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "7457154125218067377", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
- { "7709677514862642399", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "8010619564572573208", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "16479793487852125428", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3147355028342035061", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12672939642957531547", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12627961914394914920", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16210688853876861607", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "1899485873740458557", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 302) },
- { "669151029135558505", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "8912067280071688393", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "7714589858275971005", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9794413496918699979", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "18350040136091421971", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
- { "16931304566154830346", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 290) },
- { "12816950084297042217", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 302) },
- { "2359632276970855181", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "16592641501972654496", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "7754054384598160936", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "18195884921517044108", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "16256130331524359070", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
- { "13497279823712860029", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 302) },
- { "6095972148204769193", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "4149964766407000732", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "10262104071809780712", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "10707129891337660055", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
- { "3585075254981736756", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3181067565488724209", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 194) },
- { "8636008354706344794", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "4966150965920189853", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "5569253153294942795", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
- { "11521347729886549503", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "12399471154320580621", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "14851218369956754103", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
- { "14859848826604327499", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
- { "14783159891899899660", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "2369671961317151564", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "1691004331056506231", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "4465288557833228023", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13538111995551348621", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
- { "1886751914747841929", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
- { "8445964247944285746", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "803205084059316676", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
- { "12654698468722759675", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
- { "13484605287576302088", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
- { "2469399061693302590", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
- { "14782181149367028912", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
- { "1448238652280623323", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
- { "2076478920663115306", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
- { "7369834759425644726", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "11702633755046828968", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
- { "2944972038827287015", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "8261441437673092886", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
- { "16694312773479519523", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 217) },
- { "5486494868955566721", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
- { "8246009573416434030", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "9457894602447879547", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 221) },
- { "4598302923247277427", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 217) },
- { "3116224788980631217", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "17103527368951412486", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "10150428063205056209", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
- { "16984028253790680977", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
- { "17857105233471273424", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 217) },
- { "2715609009808401074", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "232807837985324954", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "13933912937625580405", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "11254635684957519432", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "6729077823331194042", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "15961933828477762733", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "827225131390571924", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10429613013253088132", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14629385997654952321", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "7546586420552408243", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "11897687507601277182", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "13975409361394567866", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6458124573210430792", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
- { "2385616965635993249", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "14462438074931673266", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "9338654554616107568", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "15476402794704488137", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 217) },
- { "13654816209891478730", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "1680424228660495363", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
- { "12929981792125924963", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "4698507050987130777", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
- { "1094144958579794349", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12358908585763044267", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
- { "9793373151408615612", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "90849151510482266", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17277787450259342076", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
- { "2367877811435050998", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "433942345363552443", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14575816691130255191", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3675622521877371819", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "7601637686045360430", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9818496628902493298", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "377651990943545344", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "16357661916741979192", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5417669424921804056", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "854020380490533945", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "11984602132438314210", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
- { "13100228219613095795", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9808704199834907703", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13071373212254908241", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "18392748682101174561", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11928475964162658765", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11937547211842355800", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "4637568849323640167", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16812695025037565299", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10487883723723512839", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "15315014737515653325", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "1579905786032546689", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "4243996335899627971", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "2545885699369058867", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "16926950874716567095", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "6355395905401306995", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2096779676054335057", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4217179485243909459", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17101789600628162503", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "6139574161497189424", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "16559140502701231107", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
- { "11459784003592366395", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
- { "7869916853707978306", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 94) },
- //{ "3889519976910355277", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- //{ "12081835728078383819", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- //{ "14923692894655929923", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "1841901358010744236", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10888203577545955226", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "9799890897264103013", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "1827296932806936575", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "13010820430079828498", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "6245781545617904772", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "8714031312599034571", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12922099252166105096", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3042887030242700493", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1419879016567682338", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "12870587285162108523", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "6103433181190121715", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "3469599265931338557", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14812617666668076833", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14854734265631496499", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
- { "7637441820772916248", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
- { "14695781272831602408", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 217) },
- { "15696910741835640150", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "17790593820165047954", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1433224983833208570", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16185194021453870096", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 194) },
- { "10310918050196558188", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
- { "14885938077915823034", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
- { "14442357887993453368", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "4719130523147011420", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "8870222084473246330", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 192) },
- { "9350596936816632825", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "6183248276225219542", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "3757195189216622027", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
- { "8318857994507665384", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 192) },
- { "12864512857659000129", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "6615646900347529347", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
- { "5208923086986567490", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
- { "9390793435913144215", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11997629302296435180", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4858270366437120918", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 265) },
- { "15975176007724247667", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
- { "16837473534895641370", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
- { "16214153687871223428", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
- { "8858112708913743577", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
- { "8844677471730173649", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
- { "9043742986995534354", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 250) },
- { "15621341038256548867", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "18268980125375728709", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "9757167087033785227", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "6513982093384445397", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 250) },
- { "9273893819042428704", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "8270840662337272430", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 141) },
- { "15021512490648380369", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "6578908625437515675", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "13762042713029963144", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "668798769117277023", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 172) },
- { "10917498758625273194", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "14335423820860953927", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "13978750151855895830", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "8965747921518186477", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "4428101657497677982", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 245) },
- { "8151272056391095510", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
- { "17656341100957270390", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 44) },
- { "10295330953350618042", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
- { "15901675909820977223", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
- { "6026876733674266377", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 6) },
- { "381149736509958403", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 4) },
- { "7962991673727743706", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 6) },
- { "10064251191248475177", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16663239694378513014", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4690831975451405214", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "16132498413588349821", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "10609644803793651808", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "16520784657717262379", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "2271187702055786721", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "1872921634399989626", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "12535576637355537200", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "7771729980527620398", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "14849108908297747749", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "14043770215999952932", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15277856047844308598", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8048617952947915835", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11446745541571732900", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "17422822627612865758", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "13954144830230671601", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 217) },
- { "11198908896401597838", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 218) },
- { "5582896843095691256", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 218) },
- { "8133587696326295326", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 218) },
- { "2007192658799516915", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "9492402787848610840", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "10515519878978734341", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "1375156980278317418", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13455881643467418059", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12788968383428254917", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 216) },
- { "12304975739476881266", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "3390014193205017427", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "13587202155230938291", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "14462744723628661203", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "16109721499545711936", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 106) },
- { "10090923790949378407", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16672038432561840773", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2973773544904290726", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17193614571243427089", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2862029728492027826", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11066930104187448422", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2755147389712995637", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10662798624911535617", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "2172121470071868949", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3579916582911190192", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
- { "5495063314176654751", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3771003491521695667", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 365) },
- { "15514370342945522276", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
- { "17285639145064557279", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
- { "12642574441854544900", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5471430682416582179", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
- { "8561154029325525444", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8939900194037985459", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "2129726780118554358", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "15463465056816958579", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "9268536904925062469", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
- { "45977313646881991", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "7092246390386193774", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14801984300948838261", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "2797723586312707948", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
- { "8451212914744825089", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
- { "5131348852069018593", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
- { "13619081494170885939", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
- { "8818679285688095197", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
- { "4608292692528881356", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
- { "9729987752669765456", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1782966703272153440", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15641674846325113216", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 217) },
- { "18140951659547259039", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 359) },
- { "3416294810798281053", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
- { "12066560812164094695", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
- { "9332596500956923556", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "15067550526427941795", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15428062440621131394", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 216) },
- { "8873614802459592665", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
- { "3367130693014583254", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "14135594471530769414", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "14971707650115908544", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3036512701943687724", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "5334291640387922287", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "16245760498096322525", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 302) },
- { "9928406318940388716", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "3369894612786523432", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "590505356692040012", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 351) },
- { "13240472672791632740", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "7128145024365641089", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "11497327844388026594", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "7301757962797024939", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "18121689595247452649", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "875296362957469305", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
- { "14912119584313592912", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "12494969618927201911", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
- { "4640611487944119712", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
- { "1692411934657235774", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
- { "1673006919995519093", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
- { "10601835610089648700", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
- { "13262672660175739705", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
- { "7639015398436550592", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13867172651521406104", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
- { "14587150810299279663", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
- { "17271409929705935575", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16744813357455687598", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17215047912921813592", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
- { "4093195092417588676", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17895953872149392740", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
- { "5918874715861160937", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "14498368518428801865", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "13857947326347149693", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "4965619590663772423", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17153828952517174005", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 290) },
- { "9864812885638557249", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "8410695282651246173", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
- { "3011957000022205132", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 290) },
- { "18202466898415347292", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "11433166800587133728", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "4499160027703324879", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "10225878843410985743", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "10961131057009777878", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "17123897723015586893", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3938875063592179645", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
- { "7589320923145169660", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 186) },
- { "13907115679251591389", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5262155845067632954", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "12323619994816664201", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "13711624246076632711", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13879644216615040961", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
- { "13418213186769741623", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 190) },
- { "9850414237385072276", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "13762987373425432087", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
- { "15387492794262813616", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
- { "9455446170928387706", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
- { "7799083605029182328", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
- { "6416346888102436677", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 221) },
- { "13401162817870652306", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
- { "4574862993950020539", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "3956303186129893250", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 226) },
- { "14928794187754412027", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 221) },
- { "9892597035419316966", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
- { "10290107543739998181", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "5275016494706355806", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
- { "10947686124973711385", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 30) },
- { "3997597867012981671", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "4003433148846544263", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "4361250474585164062", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "10523363119855336043", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "1718324808394833635", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8430284238380067998", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 290) },
- { "3950448771871155887", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 363) },
- { "9033877528655370244", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
- { "8878071105867359307", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
- { "7511984934520363336", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "860443413504997114", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4957638663977636791", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14793503588688729262", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "9303039486341715392", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
- { "8923406201866512905", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 290) },
- { "14629889085799380442", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
- { "4811310048537439646", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
- { "8622985922687454592", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "8611046137980763541", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1879796404388368873", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
- { "6928835003016610382", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "8603207107304593583", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "6477198553362516437", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "6377441002585730862", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "15761554874575656075", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
- { "118354408955419547", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
- { "13601202334102031245", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "11716196499333250570", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
- { "16984923535088627888", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "364996668506826202", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "6412527114952548517", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
- { "4892959859293355837", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16127331840410137228", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
- { "13335944978055152562", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10715829903767495958", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6065404265303390338", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "3897655522585667381", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "1860663592951633878", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "5698748062275134041", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "15945452307780131237", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "6764685582382238740", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "4737109912659941670", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "9371952894576491521", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "12696412964119109465", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "17825874529822806486", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8220763890959777277", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17731591992960147987", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8950668477702067729", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14991602704357959545", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "16383540667048742064", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16820082917500285799", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6820284286806022849", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17285815901490707654", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "994182747184593564", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "6642767323474835034", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "3215659303601163167", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
- { "54975980454651672", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 337) },
- { "11529876081402974396", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "3644282167178264526", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "360872770877634346", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16720108310653948550", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "14353390922580547467", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "9868561386826862471", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "17465517455679097501", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "5570311824197099845", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "7524311370696987092", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "14070988879848388270", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "8296551195150971668", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "14352796912241296357", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- { "9840495023131952174", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "4720851194954041037", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 337) },
- { "17009318615658405230", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
- });
- td.td.insert({
- { "9421643783312790618", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "10693348571961406417", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2940027113687311893", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6090625728451718945", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "5643908654122573882", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8852322966320229583", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11185156002426041243", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14670068483447729857", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "4623542918584461522", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 150) },
- { "3126708271410621754", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 217) },
- { "1434535531617424039", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 217) },
- { "17025268985366223779", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "15398976608777968810", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
- { "6149673627320838019", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "7413341807736193935", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6071597471486669736", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1127095963814993729", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8611856835854445891", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11115935318793891293", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
- { "5393081375805921525", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "17589256877540537468", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4135814997524960840", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15180348902159643465", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "2818524781020760666", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "4942080349816430490", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "9263314249867362", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14377032179148581309", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "15245529372955421912", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "13595283050046771323", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15667549927492357263", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13827442968070281886", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "12076060884099762835", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "16532386511585070092", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4910582540370962997", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12335148041391647118", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 150) },
- { "10689880083512104726", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "8870164706606458004", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9269498023794081940", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6779832349039897240", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "13942354789498444722", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 109) },
- { "14294764660016835141", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12323510278692809329", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "5728070995112243570", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5381496395266530071", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9712640406795417230", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15036737419347383878", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 185) },
- { "11552594222313787816", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 151) },
- { "9399255910184037480", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 80) },
- { "10594581016504135920", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "15640487942881889055", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "14165417928501578590", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "12251989236991754721", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 59) },
- { "6675363512560434713", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "9831713940431605743", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
- { "6531349504807709133", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "2726501303929773572", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
- { "10439704858943788014", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "18137994263450376706", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
- { "5711991739289045727", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "15255831401757117660", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
- { "3906658058160172747", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
- { "15823433297099049221", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 343) },
- { "7829483638597533960", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
- { "14092273913846393837", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
- { "3746578485711843646", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "12228183555926126959", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "8776893332387904786", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
- { "16672299044236704672", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 343) },
- { "13309889945947393850", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "15966815420067673043", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
- { "7415938485228396256", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9655590024687998403", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "14798289196964890724", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 153) },
- { "9794684437872784678", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "16729204245488754836", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "15185983488152870534", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "13821372148587948765", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
- { "4727004015814244856", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "1738348894912205653", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "559491455289877068", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 108) },
- { "17312172687490475177", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "3470176432841342662", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "8950283515337670839", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "3995072673238444396", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "1238913228370790536", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "928677976151553489", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "4059887681292863495", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "10493952422143348278", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5610465912655751128", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 187) },
- { "759163065093339795", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 108) },
- { "11300938516591867859", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 188) },
- { "12843263740221725967", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "888316366026890514", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8088645310090149658", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15891058658954073255", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 189) },
- { "3456538031339928220", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 187) },
- { "14187063304165334647", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11593893535334124231", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9218293603091125898", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 187) },
- { "3614865264081581688", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "8860682105104682547", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "3775781894241463386", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "8857354069987696352", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 354) },
- { "5611508857136313396", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "10872828113308792940", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
- { "3726594456692340607", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
- { "7541331569935741737", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "5639394073086652531", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
- { "11158391063762007051", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "6319861294308997034", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 158) },
- { "6893801771793379570", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
- { "9015970699147699643", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
- { "9252735579930779632", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "16237353798629485972", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "10916127635689513485", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "14631094106016920364", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "5050075828787158563", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
- { "2277573429750402800", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "7462044209068160751", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "8879836520351993142", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "560198731460537880", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "6414187394150266523", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "15317838148382459105", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
- { "11219109605495282242", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "10404790565578782014", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
- { "4657890394631454901", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 111) },
- { "4256171754976506222", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
- { "12658039760507507230", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "9883901352719605734", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
- { "5115148310176289236", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
- { "4892280615322354003", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
- { "15491567059821267605", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 110) },
- { "4716932801711295063", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "15559962129967760292", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
- { "7866546777503165080", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12994023006726461909", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1869893771689012539", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 250) },
- { "5635187738652974532", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12849693339574251399", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
- { "13233683642200681957", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
- { "4310121962651039089", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "7620758476872568593", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "10344702612951473525", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 187) },
- { "1668590302432600271", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
- { "8750610033922701675", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "6913992575736424382", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 302) },
- { "17945230226911262869", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
- { "7356559449640788577", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 289) },
- { "18349175655630268884", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "16817085704588915904", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 185) },
- { "9503107262691437536", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "15595806193584438610", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
- { "14283867094396458105", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
- { "14215445060938730397", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "12720976113342879024", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "14766625154638709852", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "11757187678986741715", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "13038212285326297688", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
- { "13919423909034348565", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
- { "12925256096286953030", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
- { "6275163484075546689", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
- { "239651884801599911", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
- { "9500211224156027451", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "10902538092301362853", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
- { "8454943813981348115", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
- { "11722951613064434115", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
- { "13547342611064538960", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
- { "15171119202712914112", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5451487099025245427", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1814940262511664251", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
- { "16341609351317463829", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
- { "14343280871046671393", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
- { "15586404971308258630", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
- { "15891211707425019144", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
- { "15351688973597240327", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
- { "1844016761754156672", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
- { "17925606428283439978", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
- { "15050158761219834868", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
- { "17448180555072943363", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
- { "11422222075976800614", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
- { "14284377769814732906", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 109) },
- { "667777413731244716", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
- { "11624071786842686451", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "3874974512053082278", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
- { "5471037497181745651", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 218) },
- { "6371386660654628561", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 210) },
- { "5331835606773958814", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "16163821504542698475", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
- { "5697543838890997891", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 151) },
- { "6217438921274668801", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "2633095809604510774", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "11218297661079136641", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
- { "3374196543196230185", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "17797320202829145544", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 217) },
- { "17198778757516749818", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
- { "6440981718484677922", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 359) },
- { "1616603916015535857", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "7643715911083095268", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "137903092932521503", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "13203019690952060789", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "3918152537861570517", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "8782903242853500098", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "18312668164562040079", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 80) },
- { "15160703466234996170", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 109) },
- { "2751241748685218213", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "12622728760401804660", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 113) },
- { "1290624457831957354", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
- { "10924946887162830574", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 133) },
- { "10789202693606479024", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "3718558874911694616", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "12835389389575311182", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "17406431092101974143", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "1400409391266374603", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "12154660333025778322", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "4800587664660105589", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "16474284418841532356", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "18117355153710110681", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8449591498895477846", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2962899568083589487", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3491333679577961640", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13945298510228460890", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4282198629458668761", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "779525528509830615", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15002237905129290671", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16833026567865627676", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "16991060247581867302", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "6902644989079870993", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
- { "15088285782819494786", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3379661203936923589", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 221) },
- { "10049571207493913006", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "15691689005236690951", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "11275109735493317886", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
- { "12220860296984467101", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 220) },
- { "44210723233569665", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 107) },
- { "14014987361364503383", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
- { "18189351665719757712", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16159032667792855758", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3374037004378790060", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 302) },
- { "6765409971512438438", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10098892297878373639", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 151) },
- { "981877665302032867", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7472350511000146655", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "15513971895394346930", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "6169721205327431190", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4519054607159036572", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
- { "12750124851833311828", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 103) },
- { "4333851142313192116", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6041620003527819661", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
- { "15091361629922645798", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
- { "9348121965341418899", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "393951904144235223", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3220084080191614421", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "11610588256244825741", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "2802357220980817497", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8972812517118478580", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
- { "4207115359813621211", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 75) },
- { "16582237002610438015", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "772342953072606219", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "8546247990965609013", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "7971830510840138313", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "3570484486449791727", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "11461079340079820563", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "12663860560275361463", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "8132521728369930959", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16108573960501496757", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11086699387784339943", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4013707396889204359", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "11850332373794932468", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "14763982961176216679", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 110) },
- { "8207349115037232863", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
- { "3273748387141431306", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
- //{ "580936360000782237", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- //{ "10682918518101379579", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- //{ "13178480813522103091", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "14472322679644532468", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 141) },
- { "8378137527264154204", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10180255575636684134", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 158) },
- { "18242121098885244699", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6178572652675599622", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6558074021146321216", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
- { "11038938372264857379", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 119) },
- { "17137800360536507200", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 148) },
- { "14016185289182597841", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
- { "8970519484272874266", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3289746379259038515", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "18389174979070260315", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17666483005735191253", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
- { "10845781902676865789", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "13646634862315619979", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 227) },
- { "5072154928583891344", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "7757331094141318304", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "16779678846332091086", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "12223166874490429642", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "13316017702896072758", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
- { "10390896207372295988", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
- { "8386498395042623384", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
- { "17923632501885139982", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
- { "13398326377839777956", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
- { "13520557646924372128", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
- { "5996787039089786722", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 172) },
- { "2626376166907387273", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
- { "6147643392694904814", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 173) },
- { "4311921348668650791", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "8046109476498335792", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 173) },
- { "14190077682825257613", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
- { "5032302126047788183", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15256375572125522238", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "5083173538217738703", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
- { "17269467004855120308", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 177) },
- { "2901056469731554922", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 177) },
- { "9747637051217505111", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7175860674618956918", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
- { "9530922411870814200", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
- { "11015319643831560673", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
- { "5182740559503076121", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
- { "7567277014404457462", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
- { "15973842639221447367", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
- { "15951492056203075273", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
- { "5283253936050062275", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 173) },
- { "17650690912303447913", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 143) },
- { "9614936270604202220", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "13998661469619523378", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 153) },
- { "10584034255622783869", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
- { "2973436171295280783", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 54) },
- { "1908809004094565452", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 245) },
- { "1623383628456201603", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 166) },
- { "5766507688771440170", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 54) },
- { "16626226341188424071", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "14619055893081624406", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 121) },
- { "17222005830854879661", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
- { "14224121742920800990", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
- { "5859124386313585730", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
- { "9596156698919548146", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 82) },
- { "2729099061601852493", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8233922303282945338", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7402006230339617617", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "8420763628389536977", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "8325767678959979628", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "7673672840505587739", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "14166169053627992481", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "120923426036313670", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 110) },
- { "7348084298010357768", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 110) },
- { "14653065651448352526", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 107) },
- { "11008522061447263744", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
- { "305505245310584136", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "6472139251351862598", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "10586018593856542117", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "16706121580364790904", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5495776091407365966", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16430562172386510259", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5673972310424776040", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8797843396807284399", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 107) },
- { "1698321314111848001", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
- { "5762290464889692462", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "3218248162832023196", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 107) },
- { "12988961529988078346", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "4232250144427804891", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "11683680166617045816", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "6252429564537528709", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "11717348577195224554", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9275303306340702111", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12245096462203481681", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 140) },
- { "18439435691655740074", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "15272426400992401555", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "9136831791301215059", std::make_tuple("fully_connected_gpu_bfyx_ref", -1) },
- { "18238669114790278675", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "15376246520426368532", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 146) },
- { "16469788155263456039", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9360494451263553093", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7897877428349481398", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9354818521586974021", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5853553261686771766", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6351572488552853754", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11372638316835753193", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6170074103544756465", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 150) },
- { "4544242784357021697", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14225108809796795520", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "178353385245384751", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2002574142025049539", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "11630971824787392820", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "11542493210215136239", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9595803435783166868", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17610828776103321939", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "18312069177632970412", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 116) },
- { "7577483892218843723", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "4355933224673863178", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15124932296735391043", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "16888042302987189589", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "1584639932403433303", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "15516194807992507442", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 172) },
- { "6614374536332038989", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "5097818987523855112", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6623182990939010641", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "17001023283013862129", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
- { "7935150275452094595", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "2326323992207208685", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5072735784865711772", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4683841893192741312", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 221) },
- { "10341773151035665956", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14109534738984061372", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
- { "16706244336960642883", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "1967030672241059921", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "1482100699000420627", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
- { "13632911653636980024", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
- { "6198830126915940359", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
- { "12125006289181390694", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 223) },
- { "14152716242882609401", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16732621354152092286", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17921489101554455214", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
- { "7384108582424003436", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13139625572508441980", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "16491532291908469567", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "17788367809717898285", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "1509728225855233852", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 365) },
- { "3816705689596666600", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14157505468412850916", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 109) },
- { "17366807170224886960", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "14548509699664316785", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "10404702662303016402", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "16436357970364549479", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "4858167644379876157", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "11718418772370938734", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 160) },
- { "989564341557094953", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
- { "8133676065307881979", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "14555883089089918919", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
- { "14026570177552137240", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11686670048744589243", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6678796313875454849", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "641417817126876622", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9622546530872848323", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "9194788897910888066", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "522181557896569275", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "3332334993503432420", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "16131448347558322280", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
- { "13852065717057446998", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4342360467977736802", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16336482874764861478", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "6075691042233712335", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7570346182940928159", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 110) },
- { "12971822824884826169", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3033264172690274208", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "17301887391757619741", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
- { "15790005937034794347", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
- { "15464327246951632247", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "5659168916726488798", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "8079376692609682448", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "15160738482264643601", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "13953639482255428227", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12293786134765875615", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "18214412375127043522", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10670103699537731664", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10147266284710177932", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11443268857010762276", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "4659943649635556150", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11726298758004767743", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13896680298436380632", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3797957937905580811", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16294962940703055933", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8526484907799590618", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13723543003759101485", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9873647901670251106", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13268525255152984893", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 189) },
- { "13008742408950833847", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8616686489737649890", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 110) },
- { "11423865221956815041", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14990645740260870030", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 189) },
- { "15204453579641378742", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10892456883214928095", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 191) },
- { "17856816245251319111", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 189) },
- { "1799430190598598671", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3106591708459602370", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 191) },
- { "4111904926378218826", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7678457226823073886", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 189) },
- { "8786249783185140623", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5389189982064081933", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 191) },
- { "15175088047384943892", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15331103261044247142", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 111) },
- { "3627273785739110683", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12478309735214802531", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 191) },
- { "7212944937255713716", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11873734271080160669", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 189) },
- { "18421820525219154881", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9553032671453999824", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 189) },
- { "3860603464276263676", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14115313335378184289", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
- { "9519623751582710696", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "10288726118862235940", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
- { "2231648183489019418", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "6316097202867006365", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
- { "16208488491972128275", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "17978026144659698965", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
- { "2566302789609970663", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "2714742023091949586", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
- { "3087801652564627458", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "8602155166799218249", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
- { "14230385851791760020", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
- { "10828719108804915700", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
- { "13973179950424276578", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "3668927000317872012", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "7947870656736319919", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- });
- td.td.insert({
- { "14767888121198814523", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "10401632438377178271", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
- { "8762901342272872498", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "10783981060353445280", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "12608289345175485333", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
- { "7875272450497189442", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "1599725688135122629", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
- { "11932770338770247767", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "11184047387366978375", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
- { "11716771904412649891", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "12576157843776905380", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
- { "8402692278765063674", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "6781076363516398481", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
- { "3255465741612432300", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "9767950219863105043", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "7134654288295280046", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "5821853991835395449", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
- { "3480732841490521799", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "6973260260946088987", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
- { "15649927926091502215", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "7910468668367486698", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
- { "156456996459945842", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "1994927850993519406", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
- { "16431165572426232677", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "2864254144951744544", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
- { "5390559917122707732", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "8378839908604146288", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "17163158934005653629", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "1185280691070355160", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
- { "1999979442136861875", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "2527189070714658176", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "16032797290430373799", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
- { "16783619135298589974", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
- { "12785335515281046438", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
- { "9216608098626790565", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
- { "18257496796879980386", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "2452226948562393335", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
- { "11072545690050335239", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
- { "12668149981216388765", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
- { "714898562476771473", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
- { "11115684531624462986", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
- { "8710684853144029787", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "3752171257634205726", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
- { "5243587439683016777", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "16881283637687482989", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
- { "6042976104660344109", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
- { "7351733901977025859", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
- { "9341400376014914418", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "13713406612642090169", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
- { "683350872280694452", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "10436819182310112786", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
- { "10269788826827249402", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "12558716383635737426", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
- { "7181186153851700294", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "8107447526839063293", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
- { "1016414921656805365", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
- { "4871907623235871050", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
- { "15539976365475470623", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
- { "3880189981766119529", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
- { "10154958553575016770", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
- { "4561874206785244358", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
- { "12358640399843058144", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
- { "12956726277674279950", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
- { "7177837234452118325", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
- { "3160080179644173650", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9832551412183684637", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6347790007333387897", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13219313818719819982", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17780553554354185249", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13315473376247698298", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11815135771923538945", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12465309202808173810", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
- { "7171436879576678563", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9407046952012845638", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "8805267762044816983", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "14381377343079009210", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "13248818835662551847", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "9300668734746602663", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "7706778813807762766", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "16991433003318725315", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "4584399194832832140", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 158) },
- { "8558026087297588736", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10198351802037434471", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13257958112171706655", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
- { "14722464361594874490", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 302) },
- { "1544616395544118800", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "5955569479109539856", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
- { "17738708576252096108", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 151) },
- { "10276056345160651377", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
- { "13515249925520423329", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
- { "10055593174764596789", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
- { "8707130584661395715", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 102) },
- { "11161176476048297041", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
- { "6959258479021077609", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
- { "6365109451272429541", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
- { "8191978674781978488", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 191) },
- { "11604224659996035116", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 171) },
- { "1759873215866222608", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "4559874433048442047", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "6937259685509040959", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
- { "8242732346001884230", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
- { "16156727721974657541", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 187) },
- { "13786314015179226945", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
- { "4202371435873473624", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 186) },
- { "10933135228023712253", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "14467312749536832362", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
- { "10557843071473489529", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "14967016402348718219", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
- { "7594056145185406157", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "12051754199123379659", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
- { "2634827464202220192", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 109) },
- { "10211888372266149335", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
- { "4548339182509526896", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "828946941343000506", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
- { "13008375263617223352", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
- { "5638301531544801477", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 217) },
- { "10213021343800816450", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
- { "12000084249129063723", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
- { "18040104088851490930", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 219) },
- { "16394608147869554267", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 210) },
- { "15229178454191871174", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
- { "5927467766675317093", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
- { "4877661058006573128", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7515937801840512449", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4747017546101861376", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8833751655076849826", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
- { "16256124470203598218", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2706523860113152678", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14946999257618007034", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13699343107940933196", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2887515984302814699", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4906737644615337997", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4725303208352054390", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "14955652052550053223", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "862470330257326268", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10381668587006680936", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2593337359555305520", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10774393239130591748", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "16247780189312707876", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "4487284881658782961", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "2811240876735166934", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "2447678508469638445", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 154) },
- { "7454164784767168407", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "18275848121133385773", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "13759457214873634937", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "4855959048455906948", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "7160112985819045832", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "6880424067049089394", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "748023061136366353", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "15793120434966402276", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "1932618420321708351", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "3336444565837087463", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "15067224168014815918", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "4431271266410883917", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "14115818307364071162", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "15250928896997938213", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "13013685738525906988", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17607598031220186942", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "10278583197921433748", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "5300123851331202735", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "10751381988703627540", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "9905160045246767203", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "2927340528757005274", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16243861301305882872", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "15004681374954252324", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "4496537089364942280", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
- { "13357951046545317387", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "12878719705192625362", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "4785466104509327241", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2416244034719176938", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
- { "17785504548342377669", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "12811319921474895164", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10760000973615798613", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6300105753728135778", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "5791707725846814784", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13246629627758485603", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
- { "9400558994532871122", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "17865276008842107020", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9981156409872807880", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4626770940790542333", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1094262369519841857", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5523297987528243797", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1789389636704094004", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13544237579827433636", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17696244668222870549", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8926171136732424790", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16179159307898475953", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
- { "2692291137583386471", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 363) },
- { "1095433004701276122", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16277739324697771064", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "15945243427420522827", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "12296021067910843036", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "10673589588224406026", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "3585431879296991112", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "3119002388778552316", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "5322582996019286781", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 337) },
- { "13225749488949717853", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13207215182979880133", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 336) },
- { "17730578026124357983", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "9725306578495355500", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 336) },
- { "5277508201756602822", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "12806959657459851511", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "15232478805009654818", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "17712227426604098630", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "2530975976273876727", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "6232318392696042532", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "13657818175298160631", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "4088603773237062922", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "11177710514557128293", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "17515272254985846970", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "312130674630486188", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "18247095696433793115", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "6341728273786101457", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "10401462893795799864", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "3032101782888447048", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15078331029547630371", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 210) },
- { "18043541805861795852", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
- { "7608435380564752000", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7129337563584588644", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "12204270722180734542", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "13588405581356678469", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "4986281570682617547", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
- { "2214420531345686129", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "15030725973433075086", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "15384520760315696372", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1915712383376159541", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6176816506826300479", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15331830720555178784", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17558578036713688769", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "2388815483287403961", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "15948716167523201661", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "6787190800192250525", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "3378135802544446861", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13053802967262518173", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5503306970973862635", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "9417884304413500664", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7866083951140251349", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "10084810175406860705", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "10342347371769114236", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "4063042455950354352", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10055531955039754920", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "13173341667656398216", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9356247214800869277", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "8630592326601832361", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "5041676938441886628", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "15379755045295790608", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "13410979599123644577", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
- { "13504573816477550406", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4459291258089899503", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13992993617743773278", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "13395962624719382401", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "1535675815795592775", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "9849036672784280133", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10780684483689207763", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
- { "4060515618437959603", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "9203467651096078409", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "9698108593334526558", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3252398754887381352", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "3120759967333088019", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "2024996599975373573", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14876099702827489987", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "8653894569484019347", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
- { "4004518396368398824", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12801342874692090364", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "9387557098916352467", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "11689587446775003898", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13973363990921590224", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
- { "6278030053136901802", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
- { "12122586525659611649", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17711197779492504718", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "12489342380264260364", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12148845150031891038", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
- { "5080727465135503101", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16818862727193981112", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
- { "1827977959922344361", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
- { "6291003899324240633", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3002862967523058894", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7222921168135747513", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 221) },
- { "8696847224485998117", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "7453625482178960081", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
- { "1472822945750487574", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2032419134020329477", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 221) },
- { "805104869568121149", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17215312565214990348", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 217) },
- { "1737128374457513820", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16263489451695566992", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1608378717397996752", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "14346703182362139650", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9744493065276230785", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8331721527098298378", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12097373631649932423", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17442035600389810700", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15953351443307161934", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8740196547852036537", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13809436837912218131", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "9722172495422643735", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
- { "2662628817605495834", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "6163765140843670080", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "15662207751131195569", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "16494358566119044242", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "12641727819019838301", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "4917595053453614536", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "14577496472237742721", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
- { "4356806313729405658", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "14282717676967464809", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7275701540104992761", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6459003512612780875", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
- { "12791541622557283904", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11882713776717158678", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10982479758700194728", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
- { "8714769962126708854", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
- { "7639744043430667021", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6804493132858449665", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5204696395552974337", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
- { "8893913418784905112", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13496918758899426996", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4707842387180272918", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
- { "425930963222944558", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3844246198992827038", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14280128364139551919", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "6774493262072228712", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
- { "5670860641930464485", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10055923266096584825", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13508499324621059445", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "17431631935986646683", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5568431877348597159", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "356320499267651746", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "10632294140185068783", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12339584174527699309", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8556999353039153661", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 337) },
- { "15381427144405510339", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "8855986581847188591", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 337) },
- { "13704396706685353016", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "17128550517647168353", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "8625183189646433895", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "7921388663815287395", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4213330047036138895", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17034122796081495259", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13076343553185159307", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5854267518455107328", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13675314612031135613", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12825029449351875037", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9397711809671506538", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12965800692507042874", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "2647922515901529845", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "10961049607808752432", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "13988022841867948024", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4612862531793961340", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10950469938532358632", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2228733394430438519", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "12015814430456201522", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "12344008430499496640", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "9863615330219779441", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3560058786734628608", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16047381404034145819", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9714811479610938662", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "7306541374689856571", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "5689486642279577539", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "15545653867155770893", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14910368344505819159", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3220771309796407003", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
- { "12786796142417489350", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
- { "13947140171097868740", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 217) },
- { "1168311873250200110", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "3495786143085325748", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2164537487697642190", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10623345643437043886", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15240415102190323330", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "10321975076426598984", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "6467563111927343808", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "4280198021826662216", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "9464830880142854424", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12113781253211924677", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5410693492803892704", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
- { "4844529595057806427", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "10848097581672953022", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7947428837044782745", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "11705938507822117867", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "8334753494554256932", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "4995468555341975721", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "6282308289220311358", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "18275232300842488846", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "15754022314306112499", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "15193841338943103284", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "956475051281637098", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
- { "1117811515417136925", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
- { "760383787039304033", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
- { "5351526116347538406", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "15923292837937693143", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "2954421933443715181", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "14945079011377285773", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "9573520179708447727", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11432977101529429562", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
- { "8918387046558682780", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "16699295198130950587", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "17358462939783262207", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 139) },
- { "17406383217119217230", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "14003645277231336821", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 153) },
- { "6638761803107874904", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 140) },
- { "1630585964216121575", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "10745248353587672572", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "13395074742046717601", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
- { "12659539044474018256", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
- { "6598024975967050290", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2006890470582854116", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 164) },
- { "11369389082421346630", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
- { "4986977887030495943", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "9681320098885387731", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 6) },
- { "8730097760819044515", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 4) },
- { "11882021989615795558", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
- { "8202324251716703125", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2932157519158822224", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8431962471592709199", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16116546888494787089", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "2954606701225038770", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "6757752550680050481", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "5893257440341358427", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "1327911294059513894", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "7771820069600757360", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "4618159169098049590", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "12268432630136256720", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "2373658589834410892", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "8440300225468667909", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "14495382595913294626", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "4974435385259831818", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4455497237293642238", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "682912708716537431", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2585176064846114298", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16033144151193421543", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "12141880589558027223", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "10098661517988566506", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
- { "16192971634546462244", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
- { "14793709237400480942", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
- { "1646362346584649954", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "4874397454627474644", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "6171331678772388712", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "7496699438957793920", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16767657090925788431", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1006721963560645335", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
- { "14753245713079865819", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "1779870708816318465", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "17157919258161230886", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "12398103047184982980", std::make_tuple("fully_connected_gpu_yxfb_ref", -1) },
- { "2961249862769657168", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12131460825751874564", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 363) },
- { "12365814254940023343", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
- { "17218545462549916519", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11877919824125633092", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10679711602282897680", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "17801375178828079914", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15446821602347034830", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 197) },
- { "16041087076800110589", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "14102351022029437177", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "5786978465690715325", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "10140124683113804219", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14022671143475909407", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7468500876165989695", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "4628560194573173205", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
- { "3963065974337687046", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 192) },
- { "13439359175348786664", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5342116782332968020", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "9198777289928370963", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "18276472227494448327", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "15774430281717785574", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "3887883367078892827", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1004081473410027655", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
- { "5460182945235134126", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
- { "7932494263344450271", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5596359111431962318", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "1116176429672030385", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "14642276070370158123", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1709508499926680213", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15466995361950304551", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
- { "12936512845587590244", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4464844599426088921", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12966090642798680442", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "128970554088066862", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7183620142123364052", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
- { "3793885399790365373", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 216) },
- { "4932548298968525464", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 221) },
- { "8248099164876900927", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "249355510483373796", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 226) },
- { "2837134119351786115", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 226) },
- { "141687758281942172", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15718782218800307385", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "3191047205441946466", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1564774057733793087", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11134833419828370568", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "1556966764088589197", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "6087676883600048234", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "15052286556809931759", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "3377724880784871475", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3452246087500006120", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6840268976700446867", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
- { "4278180549747978226", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
- { "17856997406888930289", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 192) },
- { "16556093306187145310", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2581594444558181374", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3377472614945731801", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10622082408513122112", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- });
- td.td.insert({
- { "11452807035432891156", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
- { "13529174180301001127", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 192) },
- { "17184405948599119534", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
- { "5921658305530976502", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "6802655190570100236", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "17877430344093804543", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "153771221207255459", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
- { "15596913527233792996", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "1016967125909374575", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "6829653688530177613", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "6094638411430816112", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "7559615879839693931", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11270266455366424659", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7100226796198950149", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "210793817522061488", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
- { "11152357292626304216", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5771335481927877060", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14619753612256300695", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 226) },
- { "2839767407547705101", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4981552552200657366", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
- { "9626028243479089234", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3164513064874019611", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2363414141971004557", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8962502004422485576", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3154903035376733831", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "16134637021630473012", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 336) },
- { "5553176511624221429", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 337) },
- { "4890932609897686394", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "15334769670416409064", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "5513667102916409932", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5351705572686943348", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8200094670006738584", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8100051552977329013", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9004823715680825977", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "16179959997108523051", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15148625184033310404", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "6577754887650563753", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "13182965457868586949", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "13839590781642269381", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "12711366212612147422", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "7963529808900784906", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "12184558469694708819", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 337) },
- { "3285180770267559354", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6613282637922219205", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17093159649157277089", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14660081992091188026", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16228026045292341333", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "269829518575229806", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13023942860659386957", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13291308922240014334", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "1187622888238643867", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
- { "16229324496308453344", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "14019704891647234793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "6141637854990273316", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 217) },
- { "13524128602135083081", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "531020979837645217", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
- { "8416686771626338600", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
- { "2916077416184925232", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "16862531110856250955", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11352536854890889084", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
- { "1683347645109643149", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4374049085310743239", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16159971034327080937", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
- { "15779210035964863067", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15153285262450947102", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7049603973253724866", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9389671301472986523", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13891598020647124806", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "9315279998737090956", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "18261342465838720356", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3632541114724731809", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "17088320301520334100", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "4352363968456148009", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "1827842275223841485", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7548767746018027960", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "17750850961096057029", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "7606282654661282476", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6201358671959761215", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4829111442270007186", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7267651931396380072", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
- { "1279682391530947146", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2655979063469551930", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14425547983540742516", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "981419593633555198", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12324657364444167791", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3246153532847702583", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4202705710324555180", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "12272318018055307535", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "396815044270978782", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15633173680908856082", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16635731992372618666", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10418466892824851134", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
- { "3244777852750357718", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "2443758478383854939", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "13503934436248311972", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "2594310972560076285", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 153) },
- { "2424349375092546581", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "7104985983444651979", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "13518747015059826801", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "11675809062974151496", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "4725349695436675084", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "17351243519367619322", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17026338651868178077", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "8730407034445893642", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "144434691308306757", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "4114184149613179671", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "2558882920723584206", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "16481414687792927331", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "17756651805686889890", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "2228533392085335649", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "9038567144062573854", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1345293381483212104", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "729683192738752814", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "458997435535883643", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "16955907389221472146", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "17927673764274384911", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "6418222853479731432", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7539191242110313918", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "18014188548165359278", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
- { "16640379332042800496", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14856197725306980283", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9279474331309267880", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "5717588912072437191", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1143426643765799488", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
- { "1049385516019456025", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
- { "10766144770072425534", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6442062011017461761", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "6063490496423709036", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "3892512749863226006", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
- { "4970240836537468609", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
- { "14668725050395069435", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "7939047354407928586", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "365747554145156596", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "18207060402110970301", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11049175652352131465", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2982080608393779951", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17216477578093693014", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14116923400742300182", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7029133126202354787", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17420660823086709040", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17300489799784213303", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 363) },
- { "15549100047322521213", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
- { "8342403220432961494", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4600322689355365368", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "6432444239720173669", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "5944283189654634640", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "8682613468075783516", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "5788340143385910170", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "14166708932229380784", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "9262263820759430835", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "10661619519548036109", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11254313793397682889", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "8941570659228294791", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "3711589321155572550", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "13440603011986281192", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "10072782544067079397", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "855625721312733540", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "8643403818712296708", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "3482316012102041163", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "15966346359387758212", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- { "6179768494274723997", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "110891946535801188", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "13300595681637438535", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "16686223109098592740", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "4196950243745604808", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "15357494333788579519", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "5791271012599760917", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "3502203881558439278", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "6615043890071705766", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16602880550249876273", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 220) },
- { "8163937071550477896", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4788158788847752998", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11048286378242522780", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15669268280202512868", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "11708180973354877349", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
- { "7429872600277069485", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
- { "18404744652577257121", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
- { "15145594907273468650", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "17189550036105947900", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7167054889777381093", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3278181836788028231", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6040360226338233118", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6877955452402826287", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "10864271596740164097", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "14322983802576638073", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "9469688466553577331", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "13052522487775745493", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10990480508394584613", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11406807220585770939", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "17014949219411078284", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2128641903680430067", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "8751004549226570175", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "12508733516106581272", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "1535119834165965208", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6537771397615897748", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "16911666678187393426", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "18163247824658143109", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "3169531413538986325", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "1861963470217658786", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "17175653712131007582", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "12148428445687813823", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
- { "15239273648189016892", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17290692657168386471", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14119365735362663804", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "4225327120021140533", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "673126354575235249", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "17628454700752918711", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3529846607992358207", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "342387360760418341", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "16353520814579109491", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
- { "3134099148543397372", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3042628567386436226", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "868736197323541759", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "3241775197578183463", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7851643406001230159", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "8502552745012743053", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
- { "10353443026537243362", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3104552371734307984", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "12807894319350246437", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "11258614397356100246", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12946314097679886518", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "12909725304008017600", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "6153017925473103663", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12188122150443559128", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "11983651079897753600", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
- { "12988924268115973386", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
- { "4891686540869580517", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15196732464112076502", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
- { "459391085160518545", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
- { "7760457628691335753", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4865678723441158246", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15589245661365969249", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 222) },
- { "9661616000023492219", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "14777607874956018667", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14113322810933328214", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16281761113420371943", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 222) },
- { "16988191641007425377", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 217) },
- { "15844881725957151580", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8059328623525062913", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3662747857062156477", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15121448034928438384", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14122213471825630433", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14985236276429954162", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14321283775111180227", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "98795127409553442", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "14805540705424073865", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
- { "3788462090984291082", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "11823068760218786389", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "5963105523596432544", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 219) },
- { "10308431308942416781", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "8712136292276123857", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "11314582467969020320", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
- { "17147293671640396193", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "4465701487417893814", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6144958783262207773", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10467232566885547072", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17262854991782705821", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4635570915184713874", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8706634286501695698", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3863816884636503247", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9252629750817485029", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "13168267319035362901", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
- { "16567638487719493784", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "13449466515297095146", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "10808909442136736629", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "15172865163331822352", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "16260483557979578317", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "7469127846325904854", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "8783239368699382065", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
- { "3477539135137665170", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "605638562926557381", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2613462626256090659", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "12626994817506009929", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12417557233566012737", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
- { "14056483847542666300", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "446997309263592434", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16589191615146805668", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
- { "17226649394712507758", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
- { "13566885629976429699", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9931266845625995359", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2522707948254032777", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
- { "6486250531858548438", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8174273876544952794", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15049304780567617964", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
- { "1321553039928725678", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5105893636044171966", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1661430504764145711", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "10041204026657386200", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "15969909663367854367", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10956917223944472347", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6060390128414591327", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "10987291891349907631", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16452573613171944531", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6370356607952251648", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "11547588640573840103", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6882259829255167273", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4184283661465100793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "1799277562177870093", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "16276490504942526329", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 337) },
- { "13939380644892198347", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "14257398784378656791", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "14444423571297570985", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "9708741882115135691", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9374845449632011709", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11907741510409644649", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11833466191385766041", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3276797683943990958", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8494679093555050767", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16807117250109985357", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13642010365337780940", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5622078553841657218", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "3973953743850093759", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "3210709940026980348", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "15122428380000835284", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4492743859922847514", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3555469834146426564", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13140141354298916151", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "7110352624440078898", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "9527046928040225586", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "7797523746053138659", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1478169078874265704", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1264966373832011567", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13715010490012086430", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "1470778934882087497", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "12725817227797568697", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "10024777334075819235", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "364471436103661689", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4052362583575987109", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
- { "10657660173790920140", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
- { "6557428245898292304", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "9440117898128288296", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "15929262283669093154", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6352520536724420824", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1921667815983542102", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6088184848087986042", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "16602667769746047266", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "15953651221917495492", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "34011924689025090", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "674384870483198184", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3555798556624172621", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13793032417416585006", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9019684110208109757", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "647849627466319112", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11242435114747058327", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "17302407573266205607", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "13606281481050014632", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "2466805217694531959", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "5511298016141559884", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "5483150635926637198", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "6265211373810873425", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "7643647841451578008", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "13254760530618979318", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "16709502837180561673", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "15693956942112465267", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "17891347169069018262", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "10521453583707218193", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "14303192614979408043", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "16609351383660437793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "11118586558529856637", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10939847328508611170", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
- { "5114254088513267110", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
- { "10163486148946687267", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "13296242326766100583", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "12068797674575015662", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "10978693262040522687", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 154) },
- { "10037086825900566930", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "17216583849049249733", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "341552075482632478", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "738850098651678143", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "7139714914586273766", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 153) },
- { "3302557590307975559", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7648248878470053116", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4917917708431763965", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12978593897559876761", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "18064160378597803888", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "7689593699365225521", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "15819149710195058441", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "18274109287723887410", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "10269238332775024706", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "9167138376243583750", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "5713105609160120586", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "150812658537571916", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
- { "4485289322925780000", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "17268201530818712998", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "8747430148550634190", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16986358655784856534", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6109013751635776331", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9585113116232600562", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3503893875515897267", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "13144385730409574259", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "743941460026466526", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
- { "4492332228252010118", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
- { "1920042803083729276", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
- { "16436006771518788093", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "17567504672169904482", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "1989849521691057108", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "8203171222962341018", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9795194069954915563", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13369603621524676979", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
- { "2930658435447859986", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "10721885719016335538", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "17663718302088575615", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "10749263296616139689", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
- { "18356235677223229518", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2657828809338947050", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
- { "15743750994087974449", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
- { "754596461956525575", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17690103717758388022", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1581136092002053880", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
- { "184306359395609972", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4891076250667414900", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 193) },
- { "10946917656449245131", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "13963558035989415263", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "13239946614209250451", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "1076938718721677141", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5851532147278358697", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5746129902873132635", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "11592511763160794565", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
- { "8244393417024602494", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 192) },
- { "10340341966852782124", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10014822679257636832", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "3975219156915176189", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "13536863026622428609", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "11408010379683511978", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "15458285682224384803", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3407965587245145003", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
- { "10514330767826407566", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
- { "4251496064392381805", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2384682907808363130", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "15705923658253281113", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "6610298174133949061", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6801247431347692935", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7702208423015808353", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
- { "625378771032655972", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "6542436061498779527", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "10220143644047641696", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "5009829190055738132", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9863034269936216346", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14973431782875808802", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11948858355027908365", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "473983206819135409", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "6586872365879203192", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "18412999191021390737", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5274456170971167904", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
- { "9275398105290923887", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11340683391412454009", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8100282867486124965", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
- { "6361758198448370863", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16431503579923509596", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10280282710562383672", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9138345765585313427", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11117326838088757686", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "18222598708685323020", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5198859831430501652", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16644329894881952739", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "9367630847798077790", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "4906856539144714227", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "14958085423402252319", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9835535945548454398", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "187589970359123667", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "678657374277098506", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "8434335101659807351", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "15928128327390664485", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16504425380504793738", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6480587375918509253", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "9751235588096143414", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "16866525370343398909", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 192) },
- { "10160678465371702528", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17188750289444625186", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14811603003184578943", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4363379197393466424", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "16403435599807360704", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
- { "9367985410929563457", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 192) },
- { "10716232679616746794", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
- { "622299920975636640", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "10798283054583509534", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "14179140464588572277", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "351304363117543419", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
- { "3499106702307464480", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "259619428712608645", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "3296098567244638489", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "13593304587712966846", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "7572277082530361815", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 216) },
- { "6379337678256717737", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 216) },
- { "4513178474272034213", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "3390430905253038550", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
- { "925607706467451476", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5627536079808515754", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16464493408368412759", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
- { "13839116996827687373", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "307874768879227632", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
- { "2321767794934000238", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
- { "10308113903347312964", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6712698149192186833", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14930789530046665855", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2204178900998688268", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17174919737114915467", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "15154700439767512396", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "14916625550370402883", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "7650375560336513366", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
- });
- td.td.insert({
- { "9999553425206328238", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "17515064188391421150", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "10437367877444543776", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4362304842016958728", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "383721620126444793", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "138379779469699309", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "3759515057574218101", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2856601829807186494", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "3286330985102373533", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "8159303545761286685", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "4056979460327024961", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "17823133607491820214", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "13678741578702922441", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17310844417517474522", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7287895452784411060", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6513788469599330141", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1432487477100132607", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2463151488506537801", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4054850047596998735", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9747825473942435842", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "250084243188516935", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "672634960435241508", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "748301576795035305", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14255457787105784042", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2750476114907782459", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10028244201873254140", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6469067021323571170", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10601714587235375373", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2483181247706575298", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1732853511466309905", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12113297049460198476", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11557224109907477240", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "18084899872055349937", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2890305478244125142", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "16659638340060273536", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7297768924198851782", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13104971224879807298", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5507252417827285564", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8511924860787648884", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8339235544283885013", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5654030701873405891", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1436723751951975466", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8325439593817651819", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17618112803233960227", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12327651080801123538", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13617891575616631067", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6020885536659393981", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1940159900852645250", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "753809225159529269", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8790166817024820739", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10677449690354999149", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10593983805743674128", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8217088979257009010", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5687085271369421207", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15279061373346657582", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7096501191029978469", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10094312347267495565", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3510084874150710192", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9391986481292718799", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5259220060268012597", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8117066211911522905", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10716559814452841971", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3949211089098986928", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14752151264004665491", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9195500778955925293", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13023666909692825369", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10961696014697611547", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "408602315578383859", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "582954161360487990", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2482190331248449465", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4075769657981876449", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14367142998060454343", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8114910678593187231", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4495451816890445327", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17102726573636919392", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10845009858831745215", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3112081942557253948", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1635689655354995548", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10250301712194120144", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4855747489298888657", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14238766089951260596", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7017830157652362654", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5619751660204221930", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "18093663410921658106", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7869191330107002954", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7245974724868795129", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11019243479903456358", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12568255992252373147", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12413024322120393790", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17328716013187434957", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14899206494260920951", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9983462569671477588", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2383983224188083583", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1759538680129620900", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17194386925266836084", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1518413386955573037", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4104380387301024172", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6500468942462159659", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14136370464716049139", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4056919990977544228", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17351367314312762125", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17586380391909451000", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3561558658922596877", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3296755748686779746", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "534789472217562338", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10470060457279511896", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4917360877294344854", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3020953254086476464", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12307245536623707478", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17039711449439313953", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2734182509541824864", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14521225825422360447", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5857101685300045443", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1547471890307888038", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11159429929932958728", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1382911856313970571", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1854612313463195535", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13051406650237455505", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15438530452161762045", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7446661399223808792", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17861183465344343443", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2026622899016787854", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "16127482065413259805", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12961109385388101976", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "16855828799826043472", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15658859674277700656", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4833749391314748606", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3326691585067800328", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10718764522366711114", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13643973579671217152", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11155444222714959508", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "11544626480076777556", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14277552178674323256", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7792811600696842064", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10622803531832712558", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3079343528005019570", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3521119014097924580", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13643421651252474051", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6947390018658290847", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11697545935437523887", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2179704411405073702", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6886280732774854778", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15841879134365332862", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1489646217778958363", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8996027646503556955", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17569170625753249614", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "16686854568163084344", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11187304651899164445", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14540721800838487177", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1979841019103384445", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13241679793873365192", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7013169017932712804", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17389114672554594444", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "4157112143322859333", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15217255896294251282", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7606241825090144098", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8254388198068394779", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "755942233998922490", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14018816117251124336", std::make_tuple("fully_connected_gpu_fb_io_block_fp16", -1) },
- { "12054714986067446052", std::make_tuple("fully_connected_gpu_fb_io_block_fp16", -1) },
- { "1138657035758391650", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "3767246406609050779", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8536612779196342267", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "18269766292810651342", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9646020463213439644", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5654817010240784792", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17277846909615605376", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "102220157823566379", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "18213629255325554583", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8809496195168645264", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8506262325379391391", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "555647031314007743", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11133391567691287018", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4531238775069637542", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1050921927000835075", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3929145534169458063", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17125607183887169558", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3771153805567862915", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
- { "5658567026478236676", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14520461267731870642", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15949156027942399242", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14569379143051211142", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5083162050523454050", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13951906075577108679", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9004122893718097099", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4336765005970913285", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1037896951032802088", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12090010131585526347", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9035445496715584647", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5455756262684457251", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7013197348316253486", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "143894893069959052", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13984124581247009793", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17964690428632248307", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5850736343172747247", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12379881923680871705", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11864459706509310150", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15222102499748205072", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1198491147477454704", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11400303472547811086", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "11660798111579160734", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12081136231782604198", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14508437224082799436", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2396983035676921683", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11489881652545443112", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5651551840851524311", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11753049051286720239", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "479427514681077218", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10277290426401380976", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4919635200134986619", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8180846581099717076", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6411489040870738143", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4195122768220068448", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "52150349468142798", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4439371893496638788", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4039813343849078927", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "16533127286587475454", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10264270523529136771", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9915620237695279980", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7090467930115498252", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15407802086492754450", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4007960934134542892", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2002110062193477745", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10154803388813032920", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1939527596007045209", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "18436843102627176620", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "277852397173940175", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6822978927370753017", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10859939917723763131", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9248235209454206632", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2665169698359670120", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "18266967379169677646", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5047972486012090625", std::make_tuple("fully_connected_gpu_fb_io_block_fp16", -1) },
- { "8183383667948205424", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14478151143114959230", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11396985422513105543", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12114476173765693172", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "17041468169694105561", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "16498300259966485293", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "1173136780324694038", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15786764202107923723", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8913526950888110377", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15988378956341507229", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10993107955805947401", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6214677989814002369", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10884202393733523875", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4424960026145600447", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9763754389347695094", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "105055722864217258", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9775648000771985077", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15967893151722576439", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "5774841809066688068", std::make_tuple("fully_connected_gpu_fb_io_block_fp16", -1) },
- { "13402919586406297042", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11335142595937152387", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2689568881580764024", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "6571325912136856822", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "18122652705874970766", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2000008755333069005", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10361998183258703575", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "12348644068948200883", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "736422312606696687", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "16240864447025932692", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8589562027950762944", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9162564861963233717", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3167738956362101592", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7260746128189749064", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15308960063718398523", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10129304668926912275", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4853130422682926168", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14453982453535955244", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "16608982023596566351", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2470663389603706356", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4240407752719875080", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4846563120992975368", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "3706088306568590662", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14866563628584464675", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14721943524627076027", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9323941828298277387", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14109366965145192619", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4923997413838231159", std::make_tuple("fully_connected_gpu_fb_io_block_fp16", -1) },
- { "181017193671999192", std::make_tuple("fully_connected_gpu_fb_io_block_fp16", -1) },
- { "10757412618207229106", std::make_tuple("fully_connected_gpu_fb_io_block_fp16", -1) },
- { "6395263375773555188", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5979046470758784946", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3927359449523162508", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "18232387132890063687", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "6709212639543074230", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
- { "10086813986911195558", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "3109992766790372487", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "794530296606789816", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1249133049911188319", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2006024870459798086", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "11914297820344167381", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "13079795735173763117", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
- { "6241224766048532539", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16524474021378494125", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4407550747921719377", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
- { "7259905085241841240", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
- { "6666210546769702280", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "7814543122045448412", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "13554702187867408038", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2547880010597993852", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9061076702890952738", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15460429275475874158", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "7724185199575851246", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "8533091468352267196", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "15025120359649460106", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "2613575328969629284", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7463954007838579697", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9151324495773628566", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "651020886445062493", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "8237821273547216740", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2875927974837744359", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "3674322065648064195", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "137871170540938640", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "3066826388383295007", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "17483221428915982776", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "3403906310423395442", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "3888283018836731569", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "13928684419408478520", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "11520548550630007970", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "4922714504620931501", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "15683804450763499599", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "12686604223669447758", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "10746289671948325353", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "2487976264999747775", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "6163010595188500945", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "10404333823880552577", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
- { "16662409111036688294", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
- { "5400706842524705774", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
- { "17423097433955762667", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "18131954418490925431", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
- { "16549854027697846882", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "10340073416712988987", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 159) },
- { "4633923265089466898", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
- { "6808980404170272597", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "10592783998150232858", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "1594829714229111215", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
- { "17361714725103230834", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 152) },
- { "15732140959902969012", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "5796974850751105634", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
- { "10588059104387338398", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
- { "11738780323979052397", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
- { "16342972196376030503", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "10406201782146034797", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 4) },
- { "17342758321852264926", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "15951978466742016539", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14100026884590707572", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8368507377481570353", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "16780457022162749898", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17140702790441856730", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "2578325663193624576", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8784358107340738205", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2955459120402821540", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "2840794055129352139", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7104266560248570112", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11113125355390956764", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9127827617126714860", std::make_tuple("fully_connected_gpu_fb_io_b8_f8_vload", -1) },
- { "2268275392299271167", std::make_tuple("fully_connected_gpu_fb_io_block_fp16", -1) },
- { "10615831454139478379", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "8205640825965213946", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "14337168375989245254", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "11664399629496237233", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "15750539817895707253", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "921209976738626097", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "8590416145336196354", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "10463632805036507382", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "13637537549252005181", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "7581949584623524395", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "9814647153117279415", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "3444250649099578792", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
- { "4039483032571506874", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
- { "14309249337788077160", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6254493271976962295", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12387660887222981357", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "7723131901316908741", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "13963554827358438190", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "5001552360784483833", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "14201142257504107783", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "1066668660701816536", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "4664196755018349672", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
- { "1103228955716492167", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 217) },
- { "8618835732380720921", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "8391292909068775212", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
- { "9488974186647231896", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "9069334144391048686", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 99) },
- { "12493863403516600413", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
- { "13375084585444085517", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "18040173797801558071", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
- { "15329174116169594863", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
- { "14910223536998380801", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "18277685132620834972", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
- { "13090887980792573261", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 172) },
- { "3067806959725855130", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 153) },
- { "17791773192152464021", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 143) },
- { "13603318842632052764", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
- { "12072881177966014126", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14413047954443174304", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 192) },
- { "9118663018352672834", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "3558391988878894288", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
- { "10047727261970275928", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
- { "11527382293059267033", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
- { "8445575388700666150", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
- { "4560479630843098090", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12542825714985999760", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4599539412023802059", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
- { "4570119951370893062", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 197) },
- { "16897917745917378359", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 197) },
- { "6947523163603267191", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
- { "2322126126611987721", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 158) },
- { "6518845972912144959", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 158) },
- { "9741774854327055438", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "7079854103926842364", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "5035895518536085765", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "4307157272240924516", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 151) },
- { "142486914279119363", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
- { "1532263118203058517", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
- { "13529694429433303321", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
- { "2820916926593580316", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
- { "11140657515428786448", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9028970753877215614", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 103) },
- { "14038308632095412386", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "15928183143089896780", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 270) },
- { "14071202918199194502", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 270) },
- { "12383676694875725364", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
- });
- td.td.insert({
- // style sample
- { "108008098283423515", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
- { "4060303280041214217", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6537702661107952067", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
- { "14207620784078112608", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
- { "15507553344802827573", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 348) },
- { "11202969539314825145", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
- { "17875115440447156357", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "5043345769472136917", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 363) },
- { "16920049042115931889", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 110) },
- { "18396735425525918800", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
- { "2188753401875518777", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "861151538204493788", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 5) },
- { "6577112081591081699", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "6662263400328602558", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
- { "12062286938998602641", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3532486493536194182", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "14486900605080248966", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "3986970741207127928", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "12055000818441091810", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "6473775431261965926", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "13358640031183139493", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "6917849789850282518", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "339005357927126796", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
- { "3341093105217903149", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "4002803423257090980", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
- { "491985190756430188", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 365) },
- { "7294200033269380787", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 365) },
- { "4133961720345934549", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 6) },
- { "15578894483600472601", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
- { "5153485325286526589", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "11666701706717643100", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "4425021395842654484", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 340) },
- { "16007037430422291336", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "3766679421476531097", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "12016934279017055632", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 340) },
- { "6099288410648891214", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14944495584618629508", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9930151769697976322", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "2751149427305557313", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8308207826619932628", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "3823293373281864380", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
- { "10416260780913304720", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "2847588473935575710", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "6114169197348303753", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12362870423757408187", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "15330333360513835100", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
- { "4337663535143862248", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12324726684926692530", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "11152914598877675570", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "17706702842712421674", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
- { "8596083086448639289", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
- { "3826763780015674157", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "13022765751713107854", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12054929554615967645", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 126) },
- { "8483866344820602196", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "17257458463329928325", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
- { "17396276238049115844", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12139918033335162307", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "17613450189830338239", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 20) },
- { "466805001581651681", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "12375983338952375600", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 126) },
- { "2835926422026106846", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7562282591986948344", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
- { "10222410309423438801", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
- { "9667626193041507177", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "5918842657011667447", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
- { "10197866743342998409", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
- { "10481938393331020691", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "18128936267842454401", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 340) },
- { "8968418225456926192", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
- { "13004007524122679918", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "3587239831348133052", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "13594576107143259571", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
- { "3622666399417827014", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 6) },
- { "12576876344393380361", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "13160857254841009807", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
- { "5445489344860863060", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "1213577713645615257", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
- { "17692282381799629643", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "6196533506278647179", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "8978870911977287031", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
- { "6336679824344178824", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "6223842516539111057", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "1046547531196124397", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "58154090876617650", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12346479378618214663", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 340) },
- { "2502439462576713842", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "4182038693129989035", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "12115518620344827362", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
- { "604454303639822310", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
- { "5453339018427413517", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9083797214718240599", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 167) },
- { "5886784323972875305", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
- { "1077955953397294307", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 126) },
- { "1705252754140106824", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
- { "14801234233433168563", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
- { "6099288410648891214", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "9667626193041507177", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "8308207826619932628", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "14486900605080248966", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "12362870423757408187", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "15507553344802827573", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 348) },
- { "18128936267842454401", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 340) },
- { "7491177930963608610", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
- { "74789225791237471", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "13384934269447336301", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "13121630338540122290", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- { "15469602039104029406", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7160031288662381100", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
- { "7329115981778571341", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
- });
- }
} \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/auto_tuner_offline.h b/inference-engine/thirdparty/clDNN/kernel_selector/core/auto_tuner_offline.h
index db293cc47..b7008d688 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/auto_tuner_offline.h
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/auto_tuner_offline.h
@@ -25,12 +25,20 @@ namespace kernel_selector
{
// SKL GT4e
void tuning_cache_193B(tuning_data&);
- //KBLGT2
- void tuning_cache_5912(tuning_data&);
+ void tuning_cache_193B_B1_B16(tuning_data&);
+ void tuning_cache_193B_B8(tuning_data&);
+ void tuning_cache_193B_B32_B64(tuning_data&);
//SKL GT2
void tuning_cache_1912(tuning_data&);
+ void tuning_cache_1912_B1_B16(tuning_data&);
+ void tuning_cache_1912_B8(tuning_data&);
+ void tuning_cache_1912_B32_B64(tuning_data&);
//KBL GT3e
void tuning_cache_5927(tuning_data&);
+ void tuning_cache_5927_B1(tuning_data&);
+ //ICL GT2
+ void tuning_cache_8A52(tuning_data&);
+ void tuning_cache_8A52_B1_B16(tuning_data&);
//APL 10W
void tuning_cache_5A84(tuning_data&);
// Device ID for APL E3930.
@@ -50,9 +58,9 @@ namespace kernel_selector
const std::map<std::string, void(*)(tuning_data&)> sku_cache_fillers
{
{ "0x193B" , tuning_cache_193B },
- { "0x5912" , tuning_cache_5912 },
{ "0x1912" , tuning_cache_1912 },
{ "0x5927" , tuning_cache_5927 },
+ { "0x8A52" , tuning_cache_8A52 },
{ "0x5A84" , tuning_cache_5A84 },
{ "0x5A85" , tuning_cache_5A84 },
{ "0x3184" , tuning_cache_5A84 },
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_APL.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_APL.cpp
new file mode 100644
index 000000000..20699192f
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_APL.cpp
@@ -0,0 +1,2572 @@
+/*
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+*/
+
+#include "auto_tuner.h"
+#include "auto_tuner_offline.h"
+namespace kernel_selector
+{
+ //APL 10W
+ void tuning_cache_5A84(tuning_data& td)
+ {
+ td.td.insert({
+ { "4583484812233029888", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7560832358324865221", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7382044526960590018", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12372261924257291610", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
+ { "1547771611689525848", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3134973665622945888", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "18260030211719729324", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "7416143717989012766", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12028963907131702705", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2464531851392092325", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "8181308759455478086", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "546062289721803579", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4889405384318695802", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12841232643395100314", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14108361259911144680", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2726453304845436156", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "2607416795507802412", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "2175404966338020579", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "14666883719480623074", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "3752993663604843837", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 56) },
+ { "5274735654559844733", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "8174421295799601683", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "1967655354607438665", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "15762542971370422224", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "8183203099539372914", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "4075343423548891274", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 132) },
+ { "13264497096898621015", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "679058537775669048", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "3375634256357960999", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "2844616672368585285", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 336) },
+ { "14235558866846276172", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "18066867692765966577", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "9861424412782371874", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "607078314875528651", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "6234885984223387670", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 132) },
+ { "7223570329858821704", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 336) },
+ { "17234843749633035510", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "11516168882438876247", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "11312664612825940140", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "14846039494240217143", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "3390376200501119384", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 115) },
+ { "1113077760071340574", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 336) },
+ { "4614875083188849196", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "10859023312681572942", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "5588692131556725717", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 287) },
+ { "7653946972043115920", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "9773458066743315157", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "10491513939202460216", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "8140122945471321201", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "15079423575410353790", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
+ { "12844146569641472927", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 287) },
+ { "13443914015380511668", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "13404457916017756196", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 69) },
+ { "6402415801415013013", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "2040762223425679479", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "8595156989254845134", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "14493123117003003092", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "7391309333582046386", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9935182178960843140", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15422142509105297183", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14849987788569183527", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14923132847727661051", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13271555597925466454", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6865593216823998846", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12385437755245281331", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4530047829451377456", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "127643210248119703", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2599051617462913767", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3024020696533545102", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16205377892664082400", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "15135655146332608939", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "10848724554175904486", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "15558120704022404428", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "14120354125904513152", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "8475075092501403968", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "15892943371777404347", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "15078418657871922661", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
+ { "3502053626453342387", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "1230316443026403527", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "12846418701225147646", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "17386994561779281406", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "7367684259946371231", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "5451072983028714092", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "11758623888547009364", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "15958650715061024845", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "13899144453581769028", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "10884229860266073967", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "6629431845229592220", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "13199442294147992119", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "5032929712205664246", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "14871333176552512036", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "17890435688048047959", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "11353661571093800805", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "3101908018947919238", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 336) },
+ { "7495240482209084478", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 210) },
+ { "6964506613327100469", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 103) },
+ { "3670645005971806718", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "69949758775887534", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
+ { "13654393413005772278", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 287) },
+ { "11101512074369779300", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "2273811004985590823", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "7457154125218067377", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "7709677514862642399", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
+ { "8010619564572573208", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "16479793487852125428", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3147355028342035061", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12672939642957531547", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12627961914394914920", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16210688853876861607", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "1899485873740458557", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 302) },
+ { "669151029135558505", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "8912067280071688393", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "7714589858275971005", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9794413496918699979", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "18350040136091421971", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
+ { "16931304566154830346", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 290) },
+ { "12816950084297042217", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 302) },
+ { "2359632276970855181", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "16592641501972654496", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "7754054384598160936", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "18195884921517044108", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "16256130331524359070", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
+ { "13497279823712860029", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 302) },
+ { "6095972148204769193", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "4149964766407000732", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "10262104071809780712", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "10707129891337660055", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
+ { "3585075254981736756", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3181067565488724209", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 194) },
+ { "8636008354706344794", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "4966150965920189853", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "5569253153294942795", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
+ { "11521347729886549503", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
+ { "12399471154320580621", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "14851218369956754103", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
+ { "14859848826604327499", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
+ { "14783159891899899660", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
+ { "2369671961317151564", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "1691004331056506231", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "4465288557833228023", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13538111995551348621", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
+ { "1886751914747841929", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
+ { "8445964247944285746", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
+ { "803205084059316676", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
+ { "12654698468722759675", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
+ { "13484605287576302088", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
+ { "2469399061693302590", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
+ { "14782181149367028912", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
+ { "1448238652280623323", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
+ { "2076478920663115306", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
+ { "7369834759425644726", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "11702633755046828968", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
+ { "2944972038827287015", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "8261441437673092886", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
+ { "16694312773479519523", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 217) },
+ { "5486494868955566721", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
+ { "8246009573416434030", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "9457894602447879547", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 221) },
+ { "4598302923247277427", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 217) },
+ { "3116224788980631217", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "17103527368951412486", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "10150428063205056209", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
+ { "16984028253790680977", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
+ { "17857105233471273424", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 217) },
+ { "2715609009808401074", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "232807837985324954", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "13933912937625580405", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "11254635684957519432", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "6729077823331194042", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "15961933828477762733", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "827225131390571924", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10429613013253088132", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14629385997654952321", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "7546586420552408243", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "11897687507601277182", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "13975409361394567866", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6458124573210430792", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
+ { "2385616965635993249", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "14462438074931673266", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "9338654554616107568", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "15476402794704488137", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 217) },
+ { "13654816209891478730", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "1680424228660495363", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
+ { "12929981792125924963", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "4698507050987130777", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
+ { "1094144958579794349", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12358908585763044267", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
+ { "9793373151408615612", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "90849151510482266", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17277787450259342076", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
+ { "2367877811435050998", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "433942345363552443", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14575816691130255191", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3675622521877371819", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "7601637686045360430", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9818496628902493298", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "377651990943545344", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "16357661916741979192", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5417669424921804056", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "854020380490533945", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "11984602132438314210", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
+ { "13100228219613095795", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9808704199834907703", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13071373212254908241", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "18392748682101174561", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11928475964162658765", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11937547211842355800", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "4637568849323640167", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16812695025037565299", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10487883723723512839", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "15315014737515653325", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "1579905786032546689", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "4243996335899627971", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "2545885699369058867", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "16926950874716567095", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "6355395905401306995", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2096779676054335057", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4217179485243909459", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17101789600628162503", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "6139574161497189424", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "16559140502701231107", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
+ { "11459784003592366395", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
+ { "7869916853707978306", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 94) },
+ //{ "3889519976910355277", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ //{ "12081835728078383819", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ //{ "14923692894655929923", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "1841901358010744236", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10888203577545955226", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "9799890897264103013", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "1827296932806936575", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "13010820430079828498", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "6245781545617904772", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "8714031312599034571", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12922099252166105096", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3042887030242700493", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1419879016567682338", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "12870587285162108523", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "6103433181190121715", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "3469599265931338557", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14812617666668076833", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14854734265631496499", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
+ { "7637441820772916248", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
+ { "14695781272831602408", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 217) },
+ { "15696910741835640150", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "17790593820165047954", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1433224983833208570", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16185194021453870096", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 194) },
+ { "10310918050196558188", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
+ { "14885938077915823034", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
+ { "14442357887993453368", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "4719130523147011420", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "8870222084473246330", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 192) },
+ { "9350596936816632825", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
+ { "6183248276225219542", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "3757195189216622027", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
+ { "8318857994507665384", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 192) },
+ { "12864512857659000129", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "6615646900347529347", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
+ { "5208923086986567490", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
+ { "9390793435913144215", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11997629302296435180", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4858270366437120918", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 265) },
+ { "15975176007724247667", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
+ { "16837473534895641370", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
+ { "16214153687871223428", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
+ { "8858112708913743577", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
+ { "8844677471730173649", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
+ { "9043742986995534354", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 250) },
+ { "15621341038256548867", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "18268980125375728709", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "9757167087033785227", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "6513982093384445397", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 250) },
+ { "9273893819042428704", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "8270840662337272430", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 141) },
+ { "15021512490648380369", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "6578908625437515675", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "13762042713029963144", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "668798769117277023", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 172) },
+ { "10917498758625273194", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "14335423820860953927", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "13978750151855895830", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "8965747921518186477", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
+ { "4428101657497677982", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 245) },
+ { "8151272056391095510", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
+ { "17656341100957270390", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 44) },
+ { "10295330953350618042", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
+ { "15901675909820977223", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "6026876733674266377", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 6) },
+ { "381149736509958403", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 4) },
+ { "7962991673727743706", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 6) },
+ { "10064251191248475177", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16663239694378513014", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4690831975451405214", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "16132498413588349821", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "10609644803793651808", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "16520784657717262379", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "2271187702055786721", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "1872921634399989626", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "12535576637355537200", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "7771729980527620398", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "14849108908297747749", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "14043770215999952932", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15277856047844308598", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8048617952947915835", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11446745541571732900", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "17422822627612865758", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "13954144830230671601", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 217) },
+ { "11198908896401597838", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 218) },
+ { "5582896843095691256", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 218) },
+ { "8133587696326295326", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 218) },
+ { "2007192658799516915", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "9492402787848610840", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "10515519878978734341", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "1375156980278317418", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13455881643467418059", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12788968383428254917", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 216) },
+ { "12304975739476881266", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "3390014193205017427", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "13587202155230938291", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "14462744723628661203", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "16109721499545711936", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 106) },
+ { "10090923790949378407", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16672038432561840773", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2973773544904290726", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17193614571243427089", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2862029728492027826", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11066930104187448422", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2755147389712995637", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10662798624911535617", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "2172121470071868949", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3579916582911190192", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "5495063314176654751", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3771003491521695667", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 365) },
+ { "15514370342945522276", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
+ { "17285639145064557279", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
+ { "12642574441854544900", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5471430682416582179", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
+ { "8561154029325525444", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8939900194037985459", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "2129726780118554358", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "15463465056816958579", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "9268536904925062469", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
+ { "45977313646881991", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "7092246390386193774", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14801984300948838261", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "2797723586312707948", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
+ { "8451212914744825089", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
+ { "5131348852069018593", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
+ { "13619081494170885939", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
+ { "8818679285688095197", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
+ { "4608292692528881356", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "9729987752669765456", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1782966703272153440", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15641674846325113216", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 217) },
+ { "18140951659547259039", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 359) },
+ { "3416294810798281053", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
+ { "12066560812164094695", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
+ { "9332596500956923556", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "15067550526427941795", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15428062440621131394", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 216) },
+ { "8873614802459592665", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
+ { "3367130693014583254", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "14135594471530769414", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "14971707650115908544", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3036512701943687724", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "5334291640387922287", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "16245760498096322525", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 302) },
+ { "9928406318940388716", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "3369894612786523432", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "590505356692040012", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 351) },
+ { "13240472672791632740", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "7128145024365641089", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "11497327844388026594", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "7301757962797024939", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "18121689595247452649", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "875296362957469305", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "14912119584313592912", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "12494969618927201911", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
+ { "4640611487944119712", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
+ { "1692411934657235774", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
+ { "1673006919995519093", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
+ { "10601835610089648700", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
+ { "13262672660175739705", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
+ { "7639015398436550592", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13867172651521406104", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
+ { "14587150810299279663", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
+ { "17271409929705935575", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16744813357455687598", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17215047912921813592", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
+ { "4093195092417588676", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17895953872149392740", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
+ { "5918874715861160937", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "14498368518428801865", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "13857947326347149693", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "4965619590663772423", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17153828952517174005", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 290) },
+ { "9864812885638557249", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "8410695282651246173", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
+ { "3011957000022205132", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 290) },
+ { "18202466898415347292", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
+ { "11433166800587133728", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "4499160027703324879", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "10225878843410985743", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "10961131057009777878", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "17123897723015586893", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3938875063592179645", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
+ { "7589320923145169660", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 186) },
+ { "13907115679251591389", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5262155845067632954", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "12323619994816664201", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "13711624246076632711", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13879644216615040961", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
+ { "13418213186769741623", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 190) },
+ { "9850414237385072276", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "13762987373425432087", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
+ { "15387492794262813616", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
+ { "9455446170928387706", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
+ { "7799083605029182328", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
+ { "6416346888102436677", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 221) },
+ { "13401162817870652306", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
+ { "4574862993950020539", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "3956303186129893250", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 226) },
+ { "14928794187754412027", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 221) },
+ { "9892597035419316966", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
+ { "10290107543739998181", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "5275016494706355806", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "10947686124973711385", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 30) },
+ { "3997597867012981671", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "4003433148846544263", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "4361250474585164062", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "10523363119855336043", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "1718324808394833635", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8430284238380067998", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 290) },
+ { "3950448771871155887", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 363) },
+ { "9033877528655370244", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
+ { "8878071105867359307", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
+ { "7511984934520363336", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "860443413504997114", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4957638663977636791", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14793503588688729262", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "9303039486341715392", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
+ { "8923406201866512905", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 290) },
+ { "14629889085799380442", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
+ { "4811310048537439646", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
+ { "8622985922687454592", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "8611046137980763541", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1879796404388368873", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
+ { "6928835003016610382", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "8603207107304593583", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "6477198553362516437", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "6377441002585730862", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "15761554874575656075", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
+ { "118354408955419547", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
+ { "13601202334102031245", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "11716196499333250570", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
+ { "16984923535088627888", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "364996668506826202", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "6412527114952548517", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
+ { "4892959859293355837", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16127331840410137228", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
+ { "13335944978055152562", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10715829903767495958", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6065404265303390338", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "3897655522585667381", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "1860663592951633878", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "5698748062275134041", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "15945452307780131237", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "6764685582382238740", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "4737109912659941670", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "9371952894576491521", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "12696412964119109465", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "17825874529822806486", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8220763890959777277", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17731591992960147987", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8950668477702067729", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14991602704357959545", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "16383540667048742064", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16820082917500285799", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6820284286806022849", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17285815901490707654", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "994182747184593564", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "6642767323474835034", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "3215659303601163167", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
+ { "54975980454651672", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 337) },
+ { "11529876081402974396", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "3644282167178264526", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "360872770877634346", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16720108310653948550", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "14353390922580547467", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "9868561386826862471", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "17465517455679097501", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "5570311824197099845", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "7524311370696987092", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "14070988879848388270", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "8296551195150971668", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "14352796912241296357", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "9840495023131952174", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "4720851194954041037", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 337) },
+ { "17009318615658405230", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ });
+ td.td.insert({
+ { "9421643783312790618", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "10693348571961406417", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2940027113687311893", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6090625728451718945", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "5643908654122573882", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8852322966320229583", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11185156002426041243", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14670068483447729857", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "4623542918584461522", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 150) },
+ { "3126708271410621754", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 217) },
+ { "1434535531617424039", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 217) },
+ { "17025268985366223779", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "15398976608777968810", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
+ { "6149673627320838019", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "7413341807736193935", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6071597471486669736", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1127095963814993729", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8611856835854445891", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11115935318793891293", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
+ { "5393081375805921525", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "17589256877540537468", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4135814997524960840", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15180348902159643465", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "2818524781020760666", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "4942080349816430490", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "9263314249867362", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14377032179148581309", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "15245529372955421912", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "13595283050046771323", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15667549927492357263", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13827442968070281886", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "12076060884099762835", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "16532386511585070092", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4910582540370962997", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12335148041391647118", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 150) },
+ { "10689880083512104726", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "8870164706606458004", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9269498023794081940", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6779832349039897240", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "13942354789498444722", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 109) },
+ { "14294764660016835141", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12323510278692809329", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "5728070995112243570", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5381496395266530071", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9712640406795417230", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15036737419347383878", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 185) },
+ { "11552594222313787816", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 151) },
+ { "9399255910184037480", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 80) },
+ { "10594581016504135920", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "15640487942881889055", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "14165417928501578590", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "12251989236991754721", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 59) },
+ { "6675363512560434713", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "9831713940431605743", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "6531349504807709133", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
+ { "2726501303929773572", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
+ { "10439704858943788014", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "18137994263450376706", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
+ { "5711991739289045727", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "15255831401757117660", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
+ { "3906658058160172747", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
+ { "15823433297099049221", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 343) },
+ { "7829483638597533960", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "14092273913846393837", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
+ { "3746578485711843646", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "12228183555926126959", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "8776893332387904786", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
+ { "16672299044236704672", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 343) },
+ { "13309889945947393850", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "15966815420067673043", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
+ { "7415938485228396256", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9655590024687998403", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "14798289196964890724", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 153) },
+ { "9794684437872784678", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "16729204245488754836", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "15185983488152870534", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "13821372148587948765", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
+ { "4727004015814244856", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "1738348894912205653", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "559491455289877068", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 108) },
+ { "17312172687490475177", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "3470176432841342662", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "8950283515337670839", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "3995072673238444396", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "1238913228370790536", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "928677976151553489", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "4059887681292863495", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "10493952422143348278", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5610465912655751128", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 187) },
+ { "759163065093339795", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 108) },
+ { "11300938516591867859", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 188) },
+ { "12843263740221725967", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "888316366026890514", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8088645310090149658", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15891058658954073255", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 189) },
+ { "3456538031339928220", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 187) },
+ { "14187063304165334647", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11593893535334124231", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9218293603091125898", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 187) },
+ { "3614865264081581688", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "8860682105104682547", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "3775781894241463386", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
+ { "8857354069987696352", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 354) },
+ { "5611508857136313396", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "10872828113308792940", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
+ { "3726594456692340607", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
+ { "7541331569935741737", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "5639394073086652531", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
+ { "11158391063762007051", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "6319861294308997034", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 158) },
+ { "6893801771793379570", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
+ { "9015970699147699643", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
+ { "9252735579930779632", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
+ { "16237353798629485972", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "10916127635689513485", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "14631094106016920364", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "5050075828787158563", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
+ { "2277573429750402800", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
+ { "7462044209068160751", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "8879836520351993142", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "560198731460537880", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "6414187394150266523", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "15317838148382459105", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
+ { "11219109605495282242", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "10404790565578782014", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "4657890394631454901", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 111) },
+ { "4256171754976506222", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "12658039760507507230", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "9883901352719605734", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
+ { "5115148310176289236", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "4892280615322354003", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "15491567059821267605", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 110) },
+ { "4716932801711295063", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "15559962129967760292", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "7866546777503165080", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12994023006726461909", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1869893771689012539", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 250) },
+ { "5635187738652974532", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12849693339574251399", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
+ { "13233683642200681957", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
+ { "4310121962651039089", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "7620758476872568593", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "10344702612951473525", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 187) },
+ { "1668590302432600271", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
+ { "8750610033922701675", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "6913992575736424382", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 302) },
+ { "17945230226911262869", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
+ { "7356559449640788577", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 289) },
+ { "18349175655630268884", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "16817085704588915904", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 185) },
+ { "9503107262691437536", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "15595806193584438610", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
+ { "14283867094396458105", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
+ { "14215445060938730397", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "12720976113342879024", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "14766625154638709852", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "11757187678986741715", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
+ { "13038212285326297688", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
+ { "13919423909034348565", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
+ { "12925256096286953030", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "6275163484075546689", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "239651884801599911", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
+ { "9500211224156027451", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
+ { "10902538092301362853", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
+ { "8454943813981348115", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
+ { "11722951613064434115", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
+ { "13547342611064538960", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
+ { "15171119202712914112", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5451487099025245427", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1814940262511664251", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
+ { "16341609351317463829", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
+ { "14343280871046671393", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
+ { "15586404971308258630", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
+ { "15891211707425019144", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
+ { "15351688973597240327", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
+ { "1844016761754156672", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
+ { "17925606428283439978", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
+ { "15050158761219834868", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
+ { "17448180555072943363", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
+ { "11422222075976800614", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
+ { "14284377769814732906", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 109) },
+ { "667777413731244716", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
+ { "11624071786842686451", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "3874974512053082278", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
+ { "5471037497181745651", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 218) },
+ { "6371386660654628561", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 210) },
+ { "5331835606773958814", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "16163821504542698475", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
+ { "5697543838890997891", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 151) },
+ { "6217438921274668801", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
+ { "2633095809604510774", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "11218297661079136641", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
+ { "3374196543196230185", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "17797320202829145544", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 217) },
+ { "17198778757516749818", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
+ { "6440981718484677922", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 359) },
+ { "1616603916015535857", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "7643715911083095268", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "137903092932521503", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "13203019690952060789", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "3918152537861570517", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "8782903242853500098", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "18312668164562040079", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 80) },
+ { "15160703466234996170", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 109) },
+ { "2751241748685218213", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "12622728760401804660", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 113) },
+ { "1290624457831957354", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "10924946887162830574", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 133) },
+ { "10789202693606479024", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "3718558874911694616", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "12835389389575311182", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "17406431092101974143", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "1400409391266374603", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "12154660333025778322", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "4800587664660105589", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "16474284418841532356", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "18117355153710110681", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8449591498895477846", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2962899568083589487", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3491333679577961640", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13945298510228460890", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4282198629458668761", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "779525528509830615", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15002237905129290671", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16833026567865627676", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "16991060247581867302", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "6902644989079870993", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
+ { "15088285782819494786", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3379661203936923589", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 221) },
+ { "10049571207493913006", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "15691689005236690951", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "11275109735493317886", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
+ { "12220860296984467101", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 220) },
+ { "44210723233569665", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 107) },
+ { "14014987361364503383", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
+ { "18189351665719757712", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16159032667792855758", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3374037004378790060", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 302) },
+ { "6765409971512438438", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10098892297878373639", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 151) },
+ { "981877665302032867", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7472350511000146655", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "15513971895394346930", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "6169721205327431190", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4519054607159036572", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
+ { "12750124851833311828", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 103) },
+ { "4333851142313192116", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6041620003527819661", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
+ { "15091361629922645798", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
+ { "9348121965341418899", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "393951904144235223", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3220084080191614421", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "11610588256244825741", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "2802357220980817497", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8972812517118478580", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "4207115359813621211", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 75) },
+ { "16582237002610438015", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "772342953072606219", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "8546247990965609013", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "7971830510840138313", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "3570484486449791727", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "11461079340079820563", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "12663860560275361463", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "8132521728369930959", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16108573960501496757", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11086699387784339943", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4013707396889204359", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "11850332373794932468", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "14763982961176216679", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 110) },
+ { "8207349115037232863", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
+ { "3273748387141431306", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
+ //{ "580936360000782237", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ //{ "10682918518101379579", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ //{ "13178480813522103091", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "14472322679644532468", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 141) },
+ { "8378137527264154204", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10180255575636684134", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 158) },
+ { "18242121098885244699", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6178572652675599622", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6558074021146321216", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
+ { "11038938372264857379", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 119) },
+ { "17137800360536507200", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 148) },
+ { "14016185289182597841", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
+ { "8970519484272874266", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3289746379259038515", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "18389174979070260315", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17666483005735191253", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
+ { "10845781902676865789", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "13646634862315619979", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 227) },
+ { "5072154928583891344", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "7757331094141318304", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "16779678846332091086", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "12223166874490429642", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "13316017702896072758", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
+ { "10390896207372295988", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
+ { "8386498395042623384", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
+ { "17923632501885139982", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
+ { "13398326377839777956", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "13520557646924372128", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "5996787039089786722", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 172) },
+ { "2626376166907387273", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
+ { "6147643392694904814", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 173) },
+ { "4311921348668650791", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "8046109476498335792", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 173) },
+ { "14190077682825257613", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "5032302126047788183", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15256375572125522238", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "5083173538217738703", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
+ { "17269467004855120308", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 177) },
+ { "2901056469731554922", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 177) },
+ { "9747637051217505111", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7175860674618956918", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
+ { "9530922411870814200", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
+ { "11015319643831560673", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
+ { "5182740559503076121", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
+ { "7567277014404457462", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
+ { "15973842639221447367", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "15951492056203075273", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "5283253936050062275", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 173) },
+ { "17650690912303447913", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 143) },
+ { "9614936270604202220", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "13998661469619523378", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 153) },
+ { "10584034255622783869", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
+ { "2973436171295280783", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 54) },
+ { "1908809004094565452", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 245) },
+ { "1623383628456201603", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 166) },
+ { "5766507688771440170", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 54) },
+ { "16626226341188424071", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
+ { "14619055893081624406", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 121) },
+ { "17222005830854879661", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "14224121742920800990", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "5859124386313585730", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
+ { "9596156698919548146", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 82) },
+ { "2729099061601852493", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8233922303282945338", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7402006230339617617", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "8420763628389536977", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
+ { "8325767678959979628", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "7673672840505587739", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "14166169053627992481", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "120923426036313670", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 110) },
+ { "7348084298010357768", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 110) },
+ { "14653065651448352526", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 107) },
+ { "11008522061447263744", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "305505245310584136", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "6472139251351862598", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "10586018593856542117", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "16706121580364790904", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5495776091407365966", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16430562172386510259", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5673972310424776040", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8797843396807284399", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 107) },
+ { "1698321314111848001", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "5762290464889692462", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "3218248162832023196", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 107) },
+ { "12988961529988078346", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "4232250144427804891", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "11683680166617045816", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "6252429564537528709", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "11717348577195224554", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9275303306340702111", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12245096462203481681", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 140) },
+ { "18439435691655740074", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "15272426400992401555", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "9136831791301215059", std::make_tuple("fully_connected_gpu_bfyx_ref", -1) },
+ { "18238669114790278675", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "15376246520426368532", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 146) },
+ { "16469788155263456039", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9360494451263553093", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7897877428349481398", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9354818521586974021", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5853553261686771766", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6351572488552853754", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11372638316835753193", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6170074103544756465", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 150) },
+ { "4544242784357021697", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14225108809796795520", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "178353385245384751", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2002574142025049539", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "11630971824787392820", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "11542493210215136239", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9595803435783166868", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17610828776103321939", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "18312069177632970412", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 116) },
+ { "7577483892218843723", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "4355933224673863178", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15124932296735391043", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "16888042302987189589", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "1584639932403433303", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "15516194807992507442", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 172) },
+ { "6614374536332038989", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "5097818987523855112", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6623182990939010641", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "17001023283013862129", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
+ { "7935150275452094595", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "2326323992207208685", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5072735784865711772", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4683841893192741312", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 221) },
+ { "10341773151035665956", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14109534738984061372", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
+ { "16706244336960642883", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "1967030672241059921", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "1482100699000420627", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
+ { "13632911653636980024", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
+ { "6198830126915940359", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
+ { "12125006289181390694", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 223) },
+ { "14152716242882609401", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16732621354152092286", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17921489101554455214", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
+ { "7384108582424003436", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13139625572508441980", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "16491532291908469567", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "17788367809717898285", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "1509728225855233852", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 365) },
+ { "3816705689596666600", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14157505468412850916", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 109) },
+ { "17366807170224886960", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "14548509699664316785", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "10404702662303016402", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "16436357970364549479", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "4858167644379876157", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "11718418772370938734", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 160) },
+ { "989564341557094953", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "8133676065307881979", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "14555883089089918919", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "14026570177552137240", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11686670048744589243", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6678796313875454849", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "641417817126876622", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9622546530872848323", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "9194788897910888066", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "522181557896569275", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "3332334993503432420", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "16131448347558322280", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "13852065717057446998", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4342360467977736802", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16336482874764861478", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "6075691042233712335", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7570346182940928159", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 110) },
+ { "12971822824884826169", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3033264172690274208", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "17301887391757619741", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
+ { "15790005937034794347", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
+ { "15464327246951632247", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "5659168916726488798", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "8079376692609682448", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "15160738482264643601", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "13953639482255428227", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12293786134765875615", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "18214412375127043522", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10670103699537731664", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10147266284710177932", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11443268857010762276", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "4659943649635556150", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11726298758004767743", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13896680298436380632", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3797957937905580811", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16294962940703055933", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8526484907799590618", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13723543003759101485", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9873647901670251106", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13268525255152984893", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 189) },
+ { "13008742408950833847", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8616686489737649890", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 110) },
+ { "11423865221956815041", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14990645740260870030", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 189) },
+ { "15204453579641378742", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10892456883214928095", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 191) },
+ { "17856816245251319111", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 189) },
+ { "1799430190598598671", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3106591708459602370", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 191) },
+ { "4111904926378218826", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7678457226823073886", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 189) },
+ { "8786249783185140623", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5389189982064081933", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 191) },
+ { "15175088047384943892", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15331103261044247142", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 111) },
+ { "3627273785739110683", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12478309735214802531", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 191) },
+ { "7212944937255713716", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11873734271080160669", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 189) },
+ { "18421820525219154881", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9553032671453999824", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 189) },
+ { "3860603464276263676", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14115313335378184289", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
+ { "9519623751582710696", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "10288726118862235940", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
+ { "2231648183489019418", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "6316097202867006365", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
+ { "16208488491972128275", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "17978026144659698965", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
+ { "2566302789609970663", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "2714742023091949586", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
+ { "3087801652564627458", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "8602155166799218249", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
+ { "14230385851791760020", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
+ { "10828719108804915700", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
+ { "13973179950424276578", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "3668927000317872012", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "7947870656736319919", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ });
+ td.td.insert({
+ { "14767888121198814523", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "10401632438377178271", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
+ { "8762901342272872498", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "10783981060353445280", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "12608289345175485333", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
+ { "7875272450497189442", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "1599725688135122629", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
+ { "11932770338770247767", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "11184047387366978375", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
+ { "11716771904412649891", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "12576157843776905380", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
+ { "8402692278765063674", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "6781076363516398481", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
+ { "3255465741612432300", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "9767950219863105043", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "7134654288295280046", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "5821853991835395449", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
+ { "3480732841490521799", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "6973260260946088987", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
+ { "15649927926091502215", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "7910468668367486698", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
+ { "156456996459945842", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "1994927850993519406", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
+ { "16431165572426232677", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "2864254144951744544", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
+ { "5390559917122707732", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "8378839908604146288", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "17163158934005653629", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "1185280691070355160", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
+ { "1999979442136861875", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "2527189070714658176", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "16032797290430373799", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "16783619135298589974", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "12785335515281046438", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "9216608098626790565", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
+ { "18257496796879980386", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "2452226948562393335", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "11072545690050335239", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "12668149981216388765", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "714898562476771473", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "11115684531624462986", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "8710684853144029787", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "3752171257634205726", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "5243587439683016777", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "16881283637687482989", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "6042976104660344109", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "7351733901977025859", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "9341400376014914418", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "13713406612642090169", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "683350872280694452", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "10436819182310112786", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "10269788826827249402", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "12558716383635737426", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "7181186153851700294", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "8107447526839063293", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "1016414921656805365", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "4871907623235871050", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "15539976365475470623", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "3880189981766119529", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "10154958553575016770", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "4561874206785244358", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "12358640399843058144", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "12956726277674279950", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "7177837234452118325", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "3160080179644173650", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9832551412183684637", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6347790007333387897", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13219313818719819982", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17780553554354185249", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13315473376247698298", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11815135771923538945", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12465309202808173810", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "7171436879576678563", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9407046952012845638", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "8805267762044816983", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "14381377343079009210", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "13248818835662551847", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "9300668734746602663", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "7706778813807762766", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "16991433003318725315", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "4584399194832832140", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 158) },
+ { "8558026087297588736", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10198351802037434471", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13257958112171706655", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
+ { "14722464361594874490", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 302) },
+ { "1544616395544118800", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "5955569479109539856", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
+ { "17738708576252096108", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 151) },
+ { "10276056345160651377", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
+ { "13515249925520423329", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
+ { "10055593174764596789", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
+ { "8707130584661395715", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 102) },
+ { "11161176476048297041", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
+ { "6959258479021077609", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
+ { "6365109451272429541", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
+ { "8191978674781978488", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 191) },
+ { "11604224659996035116", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 171) },
+ { "1759873215866222608", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "4559874433048442047", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "6937259685509040959", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "8242732346001884230", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "16156727721974657541", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 187) },
+ { "13786314015179226945", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
+ { "4202371435873473624", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 186) },
+ { "10933135228023712253", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "14467312749536832362", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "10557843071473489529", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "14967016402348718219", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
+ { "7594056145185406157", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "12051754199123379659", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
+ { "2634827464202220192", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 109) },
+ { "10211888372266149335", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
+ { "4548339182509526896", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "828946941343000506", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
+ { "13008375263617223352", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
+ { "5638301531544801477", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 217) },
+ { "10213021343800816450", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
+ { "12000084249129063723", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
+ { "18040104088851490930", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 219) },
+ { "16394608147869554267", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 210) },
+ { "15229178454191871174", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
+ { "5927467766675317093", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "4877661058006573128", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7515937801840512449", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4747017546101861376", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8833751655076849826", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
+ { "16256124470203598218", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2706523860113152678", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14946999257618007034", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13699343107940933196", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2887515984302814699", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4906737644615337997", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4725303208352054390", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "14955652052550053223", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "862470330257326268", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10381668587006680936", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2593337359555305520", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10774393239130591748", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "16247780189312707876", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "4487284881658782961", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "2811240876735166934", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "2447678508469638445", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 154) },
+ { "7454164784767168407", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "18275848121133385773", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "13759457214873634937", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "4855959048455906948", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "7160112985819045832", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "6880424067049089394", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "748023061136366353", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "15793120434966402276", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "1932618420321708351", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "3336444565837087463", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "15067224168014815918", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "4431271266410883917", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "14115818307364071162", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "15250928896997938213", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "13013685738525906988", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17607598031220186942", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "10278583197921433748", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "5300123851331202735", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "10751381988703627540", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "9905160045246767203", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "2927340528757005274", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16243861301305882872", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "15004681374954252324", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "4496537089364942280", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
+ { "13357951046545317387", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "12878719705192625362", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "4785466104509327241", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2416244034719176938", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
+ { "17785504548342377669", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "12811319921474895164", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10760000973615798613", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6300105753728135778", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "5791707725846814784", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13246629627758485603", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
+ { "9400558994532871122", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "17865276008842107020", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9981156409872807880", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4626770940790542333", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1094262369519841857", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5523297987528243797", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1789389636704094004", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13544237579827433636", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17696244668222870549", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8926171136732424790", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16179159307898475953", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
+ { "2692291137583386471", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 363) },
+ { "1095433004701276122", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16277739324697771064", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "15945243427420522827", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "12296021067910843036", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "10673589588224406026", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "3585431879296991112", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "3119002388778552316", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "5322582996019286781", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 337) },
+ { "13225749488949717853", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13207215182979880133", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 336) },
+ { "17730578026124357983", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "9725306578495355500", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 336) },
+ { "5277508201756602822", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "12806959657459851511", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "15232478805009654818", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "17712227426604098630", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "2530975976273876727", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "6232318392696042532", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "13657818175298160631", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "4088603773237062922", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "11177710514557128293", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "17515272254985846970", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "312130674630486188", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "18247095696433793115", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "6341728273786101457", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "10401462893795799864", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "3032101782888447048", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15078331029547630371", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 210) },
+ { "18043541805861795852", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
+ { "7608435380564752000", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7129337563584588644", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "12204270722180734542", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "13588405581356678469", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "4986281570682617547", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
+ { "2214420531345686129", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "15030725973433075086", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "15384520760315696372", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1915712383376159541", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6176816506826300479", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15331830720555178784", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17558578036713688769", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "2388815483287403961", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "15948716167523201661", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "6787190800192250525", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "3378135802544446861", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13053802967262518173", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5503306970973862635", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "9417884304413500664", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7866083951140251349", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "10084810175406860705", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "10342347371769114236", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "4063042455950354352", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10055531955039754920", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "13173341667656398216", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9356247214800869277", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "8630592326601832361", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "5041676938441886628", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "15379755045295790608", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "13410979599123644577", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
+ { "13504573816477550406", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4459291258089899503", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13992993617743773278", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "13395962624719382401", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "1535675815795592775", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "9849036672784280133", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10780684483689207763", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
+ { "4060515618437959603", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "9203467651096078409", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "9698108593334526558", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3252398754887381352", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "3120759967333088019", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "2024996599975373573", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14876099702827489987", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "8653894569484019347", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
+ { "4004518396368398824", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12801342874692090364", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "9387557098916352467", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "11689587446775003898", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13973363990921590224", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
+ { "6278030053136901802", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
+ { "12122586525659611649", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17711197779492504718", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "12489342380264260364", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12148845150031891038", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
+ { "5080727465135503101", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16818862727193981112", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
+ { "1827977959922344361", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
+ { "6291003899324240633", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3002862967523058894", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7222921168135747513", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 221) },
+ { "8696847224485998117", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "7453625482178960081", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
+ { "1472822945750487574", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2032419134020329477", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 221) },
+ { "805104869568121149", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17215312565214990348", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 217) },
+ { "1737128374457513820", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16263489451695566992", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1608378717397996752", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "14346703182362139650", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9744493065276230785", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8331721527098298378", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12097373631649932423", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17442035600389810700", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15953351443307161934", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8740196547852036537", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13809436837912218131", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "9722172495422643735", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
+ { "2662628817605495834", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "6163765140843670080", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "15662207751131195569", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "16494358566119044242", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "12641727819019838301", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "4917595053453614536", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "14577496472237742721", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
+ { "4356806313729405658", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "14282717676967464809", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7275701540104992761", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6459003512612780875", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
+ { "12791541622557283904", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11882713776717158678", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10982479758700194728", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
+ { "8714769962126708854", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
+ { "7639744043430667021", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6804493132858449665", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5204696395552974337", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
+ { "8893913418784905112", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13496918758899426996", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4707842387180272918", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
+ { "425930963222944558", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3844246198992827038", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14280128364139551919", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "6774493262072228712", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
+ { "5670860641930464485", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10055923266096584825", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13508499324621059445", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "17431631935986646683", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5568431877348597159", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "356320499267651746", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "10632294140185068783", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12339584174527699309", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8556999353039153661", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 337) },
+ { "15381427144405510339", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "8855986581847188591", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 337) },
+ { "13704396706685353016", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "17128550517647168353", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "8625183189646433895", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "7921388663815287395", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4213330047036138895", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17034122796081495259", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13076343553185159307", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5854267518455107328", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13675314612031135613", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12825029449351875037", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9397711809671506538", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12965800692507042874", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "2647922515901529845", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "10961049607808752432", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "13988022841867948024", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4612862531793961340", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10950469938532358632", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2228733394430438519", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "12015814430456201522", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "12344008430499496640", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "9863615330219779441", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3560058786734628608", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16047381404034145819", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9714811479610938662", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "7306541374689856571", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "5689486642279577539", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "15545653867155770893", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14910368344505819159", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3220771309796407003", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
+ { "12786796142417489350", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
+ { "13947140171097868740", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 217) },
+ { "1168311873250200110", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "3495786143085325748", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2164537487697642190", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10623345643437043886", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15240415102190323330", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "10321975076426598984", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "6467563111927343808", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "4280198021826662216", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "9464830880142854424", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12113781253211924677", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5410693492803892704", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
+ { "4844529595057806427", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "10848097581672953022", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7947428837044782745", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "11705938507822117867", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "8334753494554256932", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "4995468555341975721", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "6282308289220311358", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "18275232300842488846", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "15754022314306112499", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "15193841338943103284", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "956475051281637098", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
+ { "1117811515417136925", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
+ { "760383787039304033", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
+ { "5351526116347538406", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "15923292837937693143", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "2954421933443715181", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "14945079011377285773", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "9573520179708447727", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11432977101529429562", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
+ { "8918387046558682780", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "16699295198130950587", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "17358462939783262207", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 139) },
+ { "17406383217119217230", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "14003645277231336821", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 153) },
+ { "6638761803107874904", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 140) },
+ { "1630585964216121575", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "10745248353587672572", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "13395074742046717601", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
+ { "12659539044474018256", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
+ { "6598024975967050290", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2006890470582854116", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 164) },
+ { "11369389082421346630", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
+ { "4986977887030495943", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
+ { "9681320098885387731", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 6) },
+ { "8730097760819044515", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 4) },
+ { "11882021989615795558", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "8202324251716703125", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2932157519158822224", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8431962471592709199", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16116546888494787089", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "2954606701225038770", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "6757752550680050481", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "5893257440341358427", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "1327911294059513894", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "7771820069600757360", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "4618159169098049590", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "12268432630136256720", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "2373658589834410892", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "8440300225468667909", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "14495382595913294626", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "4974435385259831818", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4455497237293642238", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "682912708716537431", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2585176064846114298", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16033144151193421543", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "12141880589558027223", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "10098661517988566506", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
+ { "16192971634546462244", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
+ { "14793709237400480942", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
+ { "1646362346584649954", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "4874397454627474644", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "6171331678772388712", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "7496699438957793920", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16767657090925788431", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1006721963560645335", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
+ { "14753245713079865819", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "1779870708816318465", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "17157919258161230886", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "12398103047184982980", std::make_tuple("fully_connected_gpu_yxfb_ref", -1) },
+ { "2961249862769657168", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12131460825751874564", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 363) },
+ { "12365814254940023343", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
+ { "17218545462549916519", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11877919824125633092", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10679711602282897680", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "17801375178828079914", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15446821602347034830", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 197) },
+ { "16041087076800110589", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "14102351022029437177", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "5786978465690715325", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "10140124683113804219", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14022671143475909407", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7468500876165989695", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "4628560194573173205", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
+ { "3963065974337687046", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 192) },
+ { "13439359175348786664", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5342116782332968020", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "9198777289928370963", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "18276472227494448327", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "15774430281717785574", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "3887883367078892827", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1004081473410027655", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
+ { "5460182945235134126", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
+ { "7932494263344450271", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5596359111431962318", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "1116176429672030385", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "14642276070370158123", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1709508499926680213", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15466995361950304551", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
+ { "12936512845587590244", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4464844599426088921", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12966090642798680442", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "128970554088066862", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7183620142123364052", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
+ { "3793885399790365373", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 216) },
+ { "4932548298968525464", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 221) },
+ { "8248099164876900927", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "249355510483373796", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 226) },
+ { "2837134119351786115", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 226) },
+ { "141687758281942172", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15718782218800307385", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "3191047205441946466", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1564774057733793087", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11134833419828370568", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "1556966764088589197", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "6087676883600048234", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "15052286556809931759", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "3377724880784871475", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3452246087500006120", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6840268976700446867", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
+ { "4278180549747978226", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
+ { "17856997406888930289", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 192) },
+ { "16556093306187145310", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2581594444558181374", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3377472614945731801", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10622082408513122112", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ });
+ td.td.insert({
+ { "11452807035432891156", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
+ { "13529174180301001127", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 192) },
+ { "17184405948599119534", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
+ { "5921658305530976502", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "6802655190570100236", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "17877430344093804543", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "153771221207255459", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "15596913527233792996", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "1016967125909374575", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "6829653688530177613", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "6094638411430816112", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "7559615879839693931", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11270266455366424659", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7100226796198950149", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "210793817522061488", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
+ { "11152357292626304216", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5771335481927877060", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14619753612256300695", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 226) },
+ { "2839767407547705101", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4981552552200657366", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
+ { "9626028243479089234", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3164513064874019611", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2363414141971004557", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8962502004422485576", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3154903035376733831", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "16134637021630473012", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 336) },
+ { "5553176511624221429", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 337) },
+ { "4890932609897686394", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "15334769670416409064", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "5513667102916409932", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5351705572686943348", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8200094670006738584", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8100051552977329013", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9004823715680825977", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "16179959997108523051", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15148625184033310404", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "6577754887650563753", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "13182965457868586949", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "13839590781642269381", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "12711366212612147422", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "7963529808900784906", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "12184558469694708819", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 337) },
+ { "3285180770267559354", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6613282637922219205", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17093159649157277089", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14660081992091188026", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16228026045292341333", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "269829518575229806", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13023942860659386957", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13291308922240014334", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "1187622888238643867", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "16229324496308453344", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "14019704891647234793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "6141637854990273316", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 217) },
+ { "13524128602135083081", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "531020979837645217", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
+ { "8416686771626338600", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
+ { "2916077416184925232", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "16862531110856250955", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11352536854890889084", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
+ { "1683347645109643149", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4374049085310743239", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16159971034327080937", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
+ { "15779210035964863067", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15153285262450947102", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7049603973253724866", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9389671301472986523", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13891598020647124806", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "9315279998737090956", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "18261342465838720356", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3632541114724731809", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "17088320301520334100", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "4352363968456148009", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "1827842275223841485", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7548767746018027960", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "17750850961096057029", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "7606282654661282476", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6201358671959761215", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4829111442270007186", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7267651931396380072", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
+ { "1279682391530947146", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2655979063469551930", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14425547983540742516", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "981419593633555198", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12324657364444167791", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3246153532847702583", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4202705710324555180", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "12272318018055307535", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "396815044270978782", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15633173680908856082", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16635731992372618666", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10418466892824851134", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
+ { "3244777852750357718", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "2443758478383854939", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "13503934436248311972", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "2594310972560076285", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 153) },
+ { "2424349375092546581", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "7104985983444651979", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "13518747015059826801", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "11675809062974151496", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "4725349695436675084", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "17351243519367619322", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17026338651868178077", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "8730407034445893642", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "144434691308306757", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "4114184149613179671", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "2558882920723584206", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "16481414687792927331", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "17756651805686889890", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "2228533392085335649", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "9038567144062573854", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1345293381483212104", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "729683192738752814", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "458997435535883643", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "16955907389221472146", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "17927673764274384911", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "6418222853479731432", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7539191242110313918", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "18014188548165359278", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
+ { "16640379332042800496", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14856197725306980283", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9279474331309267880", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "5717588912072437191", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1143426643765799488", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
+ { "1049385516019456025", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
+ { "10766144770072425534", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6442062011017461761", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "6063490496423709036", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "3892512749863226006", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "4970240836537468609", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
+ { "14668725050395069435", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "7939047354407928586", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "365747554145156596", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "18207060402110970301", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11049175652352131465", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2982080608393779951", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17216477578093693014", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14116923400742300182", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7029133126202354787", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17420660823086709040", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17300489799784213303", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 363) },
+ { "15549100047322521213", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
+ { "8342403220432961494", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4600322689355365368", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "6432444239720173669", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "5944283189654634640", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "8682613468075783516", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "5788340143385910170", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "14166708932229380784", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "9262263820759430835", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "10661619519548036109", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11254313793397682889", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "8941570659228294791", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "3711589321155572550", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "13440603011986281192", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "10072782544067079397", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "855625721312733540", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "8643403818712296708", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "3482316012102041163", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "15966346359387758212", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "6179768494274723997", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "110891946535801188", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "13300595681637438535", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "16686223109098592740", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "4196950243745604808", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "15357494333788579519", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "5791271012599760917", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "3502203881558439278", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "6615043890071705766", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16602880550249876273", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 220) },
+ { "8163937071550477896", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4788158788847752998", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11048286378242522780", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15669268280202512868", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "11708180973354877349", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
+ { "7429872600277069485", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
+ { "18404744652577257121", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
+ { "15145594907273468650", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "17189550036105947900", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7167054889777381093", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3278181836788028231", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6040360226338233118", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6877955452402826287", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "10864271596740164097", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "14322983802576638073", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "9469688466553577331", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "13052522487775745493", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10990480508394584613", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11406807220585770939", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "17014949219411078284", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2128641903680430067", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "8751004549226570175", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "12508733516106581272", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "1535119834165965208", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6537771397615897748", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "16911666678187393426", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "18163247824658143109", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "3169531413538986325", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "1861963470217658786", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "17175653712131007582", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "12148428445687813823", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
+ { "15239273648189016892", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17290692657168386471", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14119365735362663804", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "4225327120021140533", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "673126354575235249", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "17628454700752918711", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3529846607992358207", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "342387360760418341", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "16353520814579109491", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "3134099148543397372", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3042628567386436226", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "868736197323541759", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "3241775197578183463", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7851643406001230159", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "8502552745012743053", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "10353443026537243362", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3104552371734307984", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "12807894319350246437", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "11258614397356100246", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12946314097679886518", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "12909725304008017600", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "6153017925473103663", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12188122150443559128", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "11983651079897753600", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
+ { "12988924268115973386", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
+ { "4891686540869580517", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15196732464112076502", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
+ { "459391085160518545", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
+ { "7760457628691335753", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4865678723441158246", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15589245661365969249", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 222) },
+ { "9661616000023492219", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "14777607874956018667", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14113322810933328214", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16281761113420371943", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 222) },
+ { "16988191641007425377", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 217) },
+ { "15844881725957151580", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8059328623525062913", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3662747857062156477", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15121448034928438384", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14122213471825630433", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14985236276429954162", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14321283775111180227", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "98795127409553442", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "14805540705424073865", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "3788462090984291082", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "11823068760218786389", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "5963105523596432544", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 219) },
+ { "10308431308942416781", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "8712136292276123857", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "11314582467969020320", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
+ { "17147293671640396193", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "4465701487417893814", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6144958783262207773", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10467232566885547072", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17262854991782705821", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4635570915184713874", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8706634286501695698", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3863816884636503247", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9252629750817485029", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "13168267319035362901", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
+ { "16567638487719493784", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "13449466515297095146", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "10808909442136736629", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "15172865163331822352", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "16260483557979578317", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "7469127846325904854", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "8783239368699382065", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
+ { "3477539135137665170", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "605638562926557381", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2613462626256090659", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "12626994817506009929", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12417557233566012737", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
+ { "14056483847542666300", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "446997309263592434", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16589191615146805668", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
+ { "17226649394712507758", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
+ { "13566885629976429699", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9931266845625995359", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2522707948254032777", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
+ { "6486250531858548438", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8174273876544952794", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15049304780567617964", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
+ { "1321553039928725678", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5105893636044171966", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1661430504764145711", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "10041204026657386200", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "15969909663367854367", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10956917223944472347", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6060390128414591327", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "10987291891349907631", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16452573613171944531", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6370356607952251648", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "11547588640573840103", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6882259829255167273", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4184283661465100793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "1799277562177870093", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "16276490504942526329", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 337) },
+ { "13939380644892198347", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "14257398784378656791", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "14444423571297570985", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "9708741882115135691", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9374845449632011709", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11907741510409644649", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11833466191385766041", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3276797683943990958", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8494679093555050767", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16807117250109985357", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13642010365337780940", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5622078553841657218", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "3973953743850093759", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "3210709940026980348", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "15122428380000835284", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4492743859922847514", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3555469834146426564", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13140141354298916151", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "7110352624440078898", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "9527046928040225586", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "7797523746053138659", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1478169078874265704", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1264966373832011567", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13715010490012086430", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "1470778934882087497", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "12725817227797568697", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "10024777334075819235", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "364471436103661689", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4052362583575987109", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
+ { "10657660173790920140", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
+ { "6557428245898292304", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "9440117898128288296", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "15929262283669093154", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6352520536724420824", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1921667815983542102", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6088184848087986042", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "16602667769746047266", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "15953651221917495492", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "34011924689025090", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "674384870483198184", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3555798556624172621", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13793032417416585006", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9019684110208109757", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "647849627466319112", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11242435114747058327", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "17302407573266205607", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "13606281481050014632", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "2466805217694531959", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "5511298016141559884", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "5483150635926637198", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "6265211373810873425", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "7643647841451578008", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "13254760530618979318", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "16709502837180561673", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "15693956942112465267", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "17891347169069018262", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "10521453583707218193", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "14303192614979408043", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "16609351383660437793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "11118586558529856637", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10939847328508611170", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "5114254088513267110", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
+ { "10163486148946687267", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "13296242326766100583", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "12068797674575015662", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "10978693262040522687", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 154) },
+ { "10037086825900566930", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "17216583849049249733", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "341552075482632478", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "738850098651678143", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
+ { "7139714914586273766", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 153) },
+ { "3302557590307975559", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7648248878470053116", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4917917708431763965", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12978593897559876761", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "18064160378597803888", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "7689593699365225521", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "15819149710195058441", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "18274109287723887410", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "10269238332775024706", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "9167138376243583750", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "5713105609160120586", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "150812658537571916", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "4485289322925780000", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "17268201530818712998", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "8747430148550634190", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16986358655784856534", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6109013751635776331", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9585113116232600562", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3503893875515897267", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "13144385730409574259", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "743941460026466526", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
+ { "4492332228252010118", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
+ { "1920042803083729276", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
+ { "16436006771518788093", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "17567504672169904482", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "1989849521691057108", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "8203171222962341018", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9795194069954915563", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13369603621524676979", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
+ { "2930658435447859986", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "10721885719016335538", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "17663718302088575615", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "10749263296616139689", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "18356235677223229518", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2657828809338947050", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
+ { "15743750994087974449", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
+ { "754596461956525575", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17690103717758388022", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1581136092002053880", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "184306359395609972", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4891076250667414900", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 193) },
+ { "10946917656449245131", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "13963558035989415263", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "13239946614209250451", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "1076938718721677141", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5851532147278358697", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5746129902873132635", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "11592511763160794565", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
+ { "8244393417024602494", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 192) },
+ { "10340341966852782124", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10014822679257636832", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "3975219156915176189", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "13536863026622428609", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "11408010379683511978", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "15458285682224384803", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3407965587245145003", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
+ { "10514330767826407566", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
+ { "4251496064392381805", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2384682907808363130", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "15705923658253281113", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "6610298174133949061", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6801247431347692935", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7702208423015808353", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
+ { "625378771032655972", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "6542436061498779527", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "10220143644047641696", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "5009829190055738132", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9863034269936216346", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14973431782875808802", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11948858355027908365", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "473983206819135409", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "6586872365879203192", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "18412999191021390737", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5274456170971167904", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
+ { "9275398105290923887", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11340683391412454009", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8100282867486124965", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
+ { "6361758198448370863", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16431503579923509596", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10280282710562383672", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9138345765585313427", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11117326838088757686", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "18222598708685323020", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5198859831430501652", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16644329894881952739", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "9367630847798077790", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "4906856539144714227", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "14958085423402252319", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9835535945548454398", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "187589970359123667", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "678657374277098506", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "8434335101659807351", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "15928128327390664485", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16504425380504793738", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6480587375918509253", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "9751235588096143414", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "16866525370343398909", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 192) },
+ { "10160678465371702528", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17188750289444625186", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14811603003184578943", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4363379197393466424", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "16403435599807360704", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
+ { "9367985410929563457", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 192) },
+ { "10716232679616746794", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
+ { "622299920975636640", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "10798283054583509534", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "14179140464588572277", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "351304363117543419", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "3499106702307464480", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "259619428712608645", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "3296098567244638489", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "13593304587712966846", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "7572277082530361815", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 216) },
+ { "6379337678256717737", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 216) },
+ { "4513178474272034213", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "3390430905253038550", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
+ { "925607706467451476", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5627536079808515754", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16464493408368412759", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
+ { "13839116996827687373", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "307874768879227632", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
+ { "2321767794934000238", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "10308113903347312964", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6712698149192186833", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14930789530046665855", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2204178900998688268", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17174919737114915467", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "15154700439767512396", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "14916625550370402883", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "7650375560336513366", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ });
+ td.td.insert({
+ { "9999553425206328238", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "17515064188391421150", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10437367877444543776", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4362304842016958728", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "383721620126444793", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "138379779469699309", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "3759515057574218101", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2856601829807186494", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "3286330985102373533", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "8159303545761286685", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "4056979460327024961", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "17823133607491820214", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "13678741578702922441", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "17310844417517474522", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "7287895452784411060", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "6513788469599330141", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "1432487477100132607", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "2463151488506537801", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "4054850047596998735", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "9747825473942435842", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "250084243188516935", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "672634960435241508", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "748301576795035305", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "14255457787105784042", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "2750476114907782459", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "10028244201873254140", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "6469067021323571170", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "10601714587235375373", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "2483181247706575298", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "1732853511466309905", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "12113297049460198476", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "11557224109907477240", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "18084899872055349937", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "2890305478244125142", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "16659638340060273536", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "7297768924198851782", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "13104971224879807298", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "5507252417827285564", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "8511924860787648884", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "8339235544283885013", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "5654030701873405891", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "1436723751951975466", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "8325439593817651819", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "17618112803233960227", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "12327651080801123538", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "13617891575616631067", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "6020885536659393981", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "1940159900852645250", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "753809225159529269", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "8790166817024820739", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "10677449690354999149", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "10593983805743674128", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "8217088979257009010", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "5687085271369421207", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "15279061373346657582", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "7096501191029978469", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "10094312347267495565", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "3510084874150710192", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "9391986481292718799", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "5259220060268012597", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "8117066211911522905", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "10716559814452841971", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "3949211089098986928", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "14752151264004665491", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "9195500778955925293", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "13023666909692825369", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "10961696014697611547", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "408602315578383859", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "582954161360487990", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "2482190331248449465", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "4075769657981876449", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "14367142998060454343", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "8114910678593187231", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "4495451816890445327", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "17102726573636919392", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "10845009858831745215", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "3112081942557253948", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "1635689655354995548", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "10250301712194120144", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "4855747489298888657", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "14238766089951260596", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "7017830157652362654", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "5619751660204221930", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "18093663410921658106", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "7869191330107002954", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "7245974724868795129", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "11019243479903456358", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "12568255992252373147", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "12413024322120393790", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "17328716013187434957", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "14899206494260920951", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "9983462569671477588", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "2383983224188083583", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "1759538680129620900", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "17194386925266836084", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "1518413386955573037", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "4104380387301024172", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "6500468942462159659", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "14136370464716049139", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "4056919990977544228", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "17351367314312762125", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "17586380391909451000", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "3561558658922596877", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "3296755748686779746", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "534789472217562338", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "10470060457279511896", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "4917360877294344854", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "3020953254086476464", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "12307245536623707478", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "17039711449439313953", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "2734182509541824864", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "14521225825422360447", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "5857101685300045443", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "1547471890307888038", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "11159429929932958728", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "1382911856313970571", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "1854612313463195535", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "13051406650237455505", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "15438530452161762045", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "7446661399223808792", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "17861183465344343443", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "2026622899016787854", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "16127482065413259805", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "12961109385388101976", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "16855828799826043472", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "15658859674277700656", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "4833749391314748606", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "3326691585067800328", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "10718764522366711114", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "13643973579671217152", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "11155444222714959508", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "11544626480076777556", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "14277552178674323256", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "7792811600696842064", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "10622803531832712558", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "3079343528005019570", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "3521119014097924580", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "13643421651252474051", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "6947390018658290847", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "11697545935437523887", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "2179704411405073702", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "6886280732774854778", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "15841879134365332862", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "1489646217778958363", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "8996027646503556955", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "17569170625753249614", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "16686854568163084344", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "11187304651899164445", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "14540721800838487177", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "1979841019103384445", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "13241679793873365192", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "7013169017932712804", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "17389114672554594444", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "4157112143322859333", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "15217255896294251282", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "7606241825090144098", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "8254388198068394779", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "755942233998922490", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "14018816117251124336", std::make_tuple("fully_connected_gpu_fb_io_block_fp16", -1) },
+ { "12054714986067446052", std::make_tuple("fully_connected_gpu_fb_io_block_fp16", -1) },
+ { "1138657035758391650", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "3767246406609050779", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "8536612779196342267", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "18269766292810651342", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "9646020463213439644", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "5654817010240784792", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "17277846909615605376", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "102220157823566379", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "18213629255325554583", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "8809496195168645264", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "8506262325379391391", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "555647031314007743", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "11133391567691287018", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "4531238775069637542", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "1050921927000835075", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "3929145534169458063", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "17125607183887169558", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "3771153805567862915", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "5658567026478236676", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "14520461267731870642", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "15949156027942399242", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "14569379143051211142", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "5083162050523454050", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "13951906075577108679", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "9004122893718097099", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "4336765005970913285", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "1037896951032802088", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "12090010131585526347", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "9035445496715584647", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "5455756262684457251", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "7013197348316253486", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "143894893069959052", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "13984124581247009793", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "17964690428632248307", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "5850736343172747247", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "12379881923680871705", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "11864459706509310150", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "15222102499748205072", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "1198491147477454704", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "11400303472547811086", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "11660798111579160734", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "12081136231782604198", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "14508437224082799436", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "2396983035676921683", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "11489881652545443112", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "5651551840851524311", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "11753049051286720239", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "479427514681077218", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "10277290426401380976", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "4919635200134986619", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "8180846581099717076", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "6411489040870738143", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "4195122768220068448", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "52150349468142798", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "4439371893496638788", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "4039813343849078927", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "16533127286587475454", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "10264270523529136771", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "9915620237695279980", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "7090467930115498252", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "15407802086492754450", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "4007960934134542892", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "2002110062193477745", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "10154803388813032920", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "1939527596007045209", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "18436843102627176620", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "277852397173940175", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "6822978927370753017", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "10859939917723763131", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "9248235209454206632", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "2665169698359670120", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "18266967379169677646", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "5047972486012090625", std::make_tuple("fully_connected_gpu_fb_io_block_fp16", -1) },
+ { "8183383667948205424", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "14478151143114959230", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "11396985422513105543", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "12114476173765693172", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "17041468169694105561", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "16498300259966485293", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "1173136780324694038", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "15786764202107923723", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "8913526950888110377", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "15988378956341507229", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "10993107955805947401", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "6214677989814002369", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "10884202393733523875", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "4424960026145600447", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "9763754389347695094", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "105055722864217258", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "9775648000771985077", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "15967893151722576439", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "5774841809066688068", std::make_tuple("fully_connected_gpu_fb_io_block_fp16", -1) },
+ { "13402919586406297042", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "11335142595937152387", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "2689568881580764024", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "6571325912136856822", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "18122652705874970766", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "2000008755333069005", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "10361998183258703575", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "12348644068948200883", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "736422312606696687", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "16240864447025932692", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "8589562027950762944", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "9162564861963233717", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "3167738956362101592", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "7260746128189749064", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "15308960063718398523", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "10129304668926912275", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "4853130422682926168", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "14453982453535955244", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "16608982023596566351", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "2470663389603706356", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "4240407752719875080", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "4846563120992975368", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "3706088306568590662", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "14866563628584464675", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "14721943524627076027", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "9323941828298277387", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "14109366965145192619", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "4923997413838231159", std::make_tuple("fully_connected_gpu_fb_io_block_fp16", -1) },
+ { "181017193671999192", std::make_tuple("fully_connected_gpu_fb_io_block_fp16", -1) },
+ { "10757412618207229106", std::make_tuple("fully_connected_gpu_fb_io_block_fp16", -1) },
+ { "6395263375773555188", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5979046470758784946", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3927359449523162508", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "18232387132890063687", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "6709212639543074230", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "10086813986911195558", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "3109992766790372487", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "794530296606789816", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1249133049911188319", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2006024870459798086", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "11914297820344167381", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "13079795735173763117", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "6241224766048532539", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16524474021378494125", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4407550747921719377", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
+ { "7259905085241841240", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
+ { "6666210546769702280", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "7814543122045448412", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "13554702187867408038", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2547880010597993852", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9061076702890952738", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15460429275475874158", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "7724185199575851246", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "8533091468352267196", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "15025120359649460106", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "2613575328969629284", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7463954007838579697", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9151324495773628566", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "651020886445062493", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "8237821273547216740", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2875927974837744359", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "3674322065648064195", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "137871170540938640", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "3066826388383295007", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "17483221428915982776", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "3403906310423395442", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "3888283018836731569", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "13928684419408478520", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "11520548550630007970", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "4922714504620931501", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "15683804450763499599", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "12686604223669447758", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "10746289671948325353", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "2487976264999747775", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "6163010595188500945", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "10404333823880552577", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
+ { "16662409111036688294", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "5400706842524705774", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
+ { "17423097433955762667", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "18131954418490925431", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
+ { "16549854027697846882", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "10340073416712988987", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 159) },
+ { "4633923265089466898", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
+ { "6808980404170272597", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "10592783998150232858", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "1594829714229111215", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
+ { "17361714725103230834", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 152) },
+ { "15732140959902969012", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5796974850751105634", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "10588059104387338398", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
+ { "11738780323979052397", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
+ { "16342972196376030503", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "10406201782146034797", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 4) },
+ { "17342758321852264926", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "15951978466742016539", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14100026884590707572", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8368507377481570353", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16780457022162749898", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17140702790441856730", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2578325663193624576", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "8784358107340738205", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "2955459120402821540", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "2840794055129352139", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "7104266560248570112", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "11113125355390956764", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "9127827617126714860", std::make_tuple("fully_connected_gpu_fb_io_b8_f8_vload", -1) },
+ { "2268275392299271167", std::make_tuple("fully_connected_gpu_fb_io_block_fp16", -1) },
+ { "10615831454139478379", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "8205640825965213946", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "14337168375989245254", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "11664399629496237233", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "15750539817895707253", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "921209976738626097", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "8590416145336196354", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "10463632805036507382", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "13637537549252005181", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "7581949584623524395", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "9814647153117279415", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "3444250649099578792", std::make_tuple("convolution_gpu_yxfb_yxio_b16", -1) },
+ { "4039483032571506874", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "14309249337788077160", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6254493271976962295", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12387660887222981357", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "7723131901316908741", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "13963554827358438190", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "5001552360784483833", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "14201142257504107783", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "1066668660701816536", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "4664196755018349672", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "1103228955716492167", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 217) },
+ { "8618835732380720921", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "8391292909068775212", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
+ { "9488974186647231896", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "9069334144391048686", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 99) },
+ { "12493863403516600413", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "13375084585444085517", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "18040173797801558071", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "15329174116169594863", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "14910223536998380801", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
+ { "18277685132620834972", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "13090887980792573261", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 172) },
+ { "3067806959725855130", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 153) },
+ { "17791773192152464021", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 143) },
+ { "13603318842632052764", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
+ { "12072881177966014126", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14413047954443174304", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 192) },
+ { "9118663018352672834", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "3558391988878894288", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
+ { "10047727261970275928", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "11527382293059267033", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
+ { "8445575388700666150", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
+ { "4560479630843098090", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12542825714985999760", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4599539412023802059", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
+ { "4570119951370893062", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 197) },
+ { "16897917745917378359", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 197) },
+ { "6947523163603267191", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "2322126126611987721", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 158) },
+ { "6518845972912144959", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 158) },
+ { "9741774854327055438", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "7079854103926842364", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "5035895518536085765", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "4307157272240924516", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 151) },
+ { "142486914279119363", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
+ { "1532263118203058517", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
+ { "13529694429433303321", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
+ { "2820916926593580316", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
+ { "11140657515428786448", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9028970753877215614", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 103) },
+ { "14038308632095412386", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15928183143089896780", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 270) },
+ { "14071202918199194502", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 270) },
+ { "12383676694875725364", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
+ });
+ td.td.insert({
+ // style sample
+ { "108008098283423515", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "4060303280041214217", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6537702661107952067", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
+ { "14207620784078112608", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
+ { "15507553344802827573", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 348) },
+ { "11202969539314825145", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
+ { "17875115440447156357", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
+ { "5043345769472136917", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 363) },
+ { "16920049042115931889", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 110) },
+ { "18396735425525918800", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "2188753401875518777", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "861151538204493788", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 5) },
+ { "6577112081591081699", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "6662263400328602558", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
+ { "12062286938998602641", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3532486493536194182", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "14486900605080248966", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
+ { "3986970741207127928", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
+ { "12055000818441091810", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "6473775431261965926", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "13358640031183139493", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
+ { "6917849789850282518", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "339005357927126796", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
+ { "3341093105217903149", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
+ { "4002803423257090980", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
+ { "491985190756430188", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 365) },
+ { "7294200033269380787", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 365) },
+ { "4133961720345934549", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 6) },
+ { "15578894483600472601", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "5153485325286526589", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "11666701706717643100", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4425021395842654484", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 340) },
+ { "16007037430422291336", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "3766679421476531097", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "12016934279017055632", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 340) },
+ { "6099288410648891214", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14944495584618629508", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9930151769697976322", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "2751149427305557313", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8308207826619932628", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3823293373281864380", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "10416260780913304720", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "2847588473935575710", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
+ { "6114169197348303753", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12362870423757408187", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
+ { "15330333360513835100", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
+ { "4337663535143862248", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12324726684926692530", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11152914598877675570", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17706702842712421674", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "8596083086448639289", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
+ { "3826763780015674157", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "13022765751713107854", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12054929554615967645", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 126) },
+ { "8483866344820602196", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
+ { "17257458463329928325", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
+ { "17396276238049115844", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12139918033335162307", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "17613450189830338239", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 20) },
+ { "466805001581651681", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "12375983338952375600", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 126) },
+ { "2835926422026106846", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7562282591986948344", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "10222410309423438801", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "9667626193041507177", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
+ { "5918842657011667447", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "10197866743342998409", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
+ { "10481938393331020691", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "18128936267842454401", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 340) },
+ { "8968418225456926192", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "13004007524122679918", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
+ { "3587239831348133052", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "13594576107143259571", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "3622666399417827014", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 6) },
+ { "12576876344393380361", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13160857254841009807", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "5445489344860863060", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1213577713645615257", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
+ { "17692282381799629643", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6196533506278647179", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8978870911977287031", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "6336679824344178824", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
+ { "6223842516539111057", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "1046547531196124397", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "58154090876617650", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12346479378618214663", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 340) },
+ { "2502439462576713842", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
+ { "4182038693129989035", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12115518620344827362", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "604454303639822310", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "5453339018427413517", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9083797214718240599", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 167) },
+ { "5886784323972875305", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "1077955953397294307", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 126) },
+ { "1705252754140106824", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
+ { "14801234233433168563", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "6099288410648891214", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9667626193041507177", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
+ { "8308207826619932628", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14486900605080248966", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
+ { "12362870423757408187", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
+ { "15507553344802827573", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 348) },
+ { "18128936267842454401", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 340) },
+ { "7491177930963608610", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "74789225791237471", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
+ { "13384934269447336301", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
+ { "13121630338540122290", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
+ { "15469602039104029406", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7160031288662381100", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7329115981778571341", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
+ });
+ }
+} \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_GT3.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_GT3.cpp
new file mode 100644
index 000000000..4bfd3d1aa
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_GT3.cpp
@@ -0,0 +1,26 @@
+/*
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+*/
+
+#include "auto_tuner.h"
+#include "auto_tuner_offline.h"
+namespace kernel_selector
+{
+ // KBL GT3e
+ void tuning_cache_5927(tuning_data& td)
+ {
+ tuning_cache_5927_B1(td);
+ }
+} \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_GT3_B1.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_GT3_B1.cpp
new file mode 100644
index 000000000..980aac5b5
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_GT3_B1.cpp
@@ -0,0 +1,1937 @@
+/*
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+*/
+
+#include "auto_tuner.h"
+#include "auto_tuner_offline.h"
+namespace kernel_selector
+{
+ // KBL GT3e
+ void tuning_cache_5927_B1(tuning_data& td)
+ {
+ td.td.insert({
+ { "1375156980278317418", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13455881643467418059", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
+ { "12788968383428254917", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "13131740479277027362", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "3390014193205017427", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "1270467775674221667", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "14462744723628661203", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "8203171222962341018", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9795194069954915563", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13369603621524676979", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "13575423234109624706", std::make_tuple("fully_connected_gpu_yxfb_ref", -1) },
+ { "10721885719016335538", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "14567947256029724271", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "10749263296616139689", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "11717348577195224554", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9275303306340702111", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12245096462203481681", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 138) },
+ { "4999505377862312410", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "15272426400992401555", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "9325097933807426691", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "18238669114790278675", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "6664482192233202590", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 267) },
+ { "7454366978268164047", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "16135569134646688251", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
+ { "10572945270796129630", std::make_tuple("fully_connected_gpu_yxfb_ref", -1) },
+ { "17495198214524203238", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "5221108094913859739", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
+ { "1092633914190498221", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
+ { "2738256633362038820", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16689586259416414782", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "1525652349412826502", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "17683302016987200208", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 219) },
+ { "5615525527388396983", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
+ { "3992735701291817771", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13208739898218342989", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "9536348721941264933", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "12803521018213865796", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "8854783036772473804", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 149) },
+ { "6766480740724769248", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
+ { "768423629375648579", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "4044100281521441011", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 210) },
+ { "873240542570331563", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "12875236165672036211", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "12008819728839685704", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
+ { "2486645741683554648", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "368578589584714524", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 159) },
+ { "301201776306602054", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "13152181652632422771", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
+ { "10311747599696543062", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "11258322449556590366", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "14095734330183410835", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
+ { "14910223536998380801", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 82) },
+ { "3352689317181436056", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 126) },
+ { "15832740972576959202", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 285) },
+ { "14732184525012592889", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 131) },
+ { "8421045774757048067", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 3) },
+ { "941232110069825628", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "8975333906619899020", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14800592533315327674", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 350) },
+ { "11816277809167487786", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 350) },
+ { "957781751038897330", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10498289589469975939", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12970943403831707924", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 350) },
+ { "1300292367195167745", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 350) },
+ { "3399837016486623477", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16740871614208968868", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "71587235425438167", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "12717047049023783979", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 351) },
+ { "10478482486372389470", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
+ { "6056581247196718403", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3780320160034246719", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 154) },
+ { "2819320453491169732", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16976464773806576190", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 250) },
+ { "13321672741246923341", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
+ { "15140532227060261467", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 275) },
+ { "9400755775406101904", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 250) },
+ { "10292585962794261197", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
+ { "13048561902713182858", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "3658425022428447440", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 272) },
+ { "16947830954662293793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
+ { "8397584983137442239", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "1071169341660439058", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 132) },
+ { "5326247361632903583", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6214194654733781771", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 340) },
+ { "10025839973092358719", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "16711955423531846725", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "2915165824085219545", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "17108987360340581555", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "11972097635078477347", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "16926950874716567095", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "1212319037405620223", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12397280593466519809", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
+ { "2609454334520044465", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "1336940384521633733", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "15271783562528081169", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "9533360488591027707", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "6930697835136176263", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "14444423571297570985", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "12643423612381102003", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 79) },
+ { "18423051691107460439", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 337) },
+ { "15381833359831622179", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "12040626513219974957", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "10647227605517025377", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "8127570953237266335", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "12876112384009608387", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "12663860560275361463", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "12352923639732112511", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 76) },
+ { "708452703070938673", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3217246278485567748", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15713964605078748923", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12293786134765875615", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 221) },
+ { "16043683538361975370", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10670103699537731664", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 220) },
+ { "17854578307286932628", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11443268857010762276", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 218) },
+ { "4479117540570599742", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11726298758004767743", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 223) },
+ { "2968031010495399536", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3797957937905580811", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 221) },
+ { "1474271081523145413", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8526484907799590618", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 222) },
+ { "13723543003759101485", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11728824117049687850", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "13268525255152984893", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
+ { "14397348576352573007", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "8616686489737649890", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 173) },
+ { "13176385389367548697", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "14990645740260870030", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
+ { "7472330881076141262", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
+ { "10892456883214928095", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 173) },
+ { "9522661528867955338", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
+ { "17856816245251319111", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 171) },
+ { "14872992823083730615", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "3106591708459602370", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 171) },
+ { "11609821372586026178", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "7678457226823073886", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
+ { "10118395047539851751", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "5389189982064081933", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
+ { "1742897526168249500", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "15331103261044247142", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 173) },
+ { "6644418194983229139", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
+ { "12478309735214802531", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 172) },
+ { "18012549942299450620", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "11873734271080160669", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 172) },
+ { "10424278617647597641", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "9553032671453999824", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
+ { "3860603464276263676", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1207026216972160297", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "9519623751582710696", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "10328182165125764988", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "2231648183489019418", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "17599383258252980421", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "16208488491972128275", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "13379165253894817165", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "2566302789609970663", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "1478419046264331178", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "3087801652564627458", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "16103943009195163681", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "14230385851791760020", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "15293727142789007900", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "13973179950424276578", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "713121569924250372", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "7947870656736319919", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "1663285216972929652", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "14767888121198814523", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "2124033349728954551", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "8762901342272872498", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "17006133396401462698", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "10783981060353445280", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "15110359240685619357", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "7875272450497189442", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "3281207855459771997", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "11932770338770247767", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "15860915170591763391", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "11716771904412649891", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "1095495157025479260", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "8402692278765063674", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "509781001842353609", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "3255465741612432300", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "13439896617880328331", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "7134654288295280046", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "6769243149577568817", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "3480732841490521799", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "18269685060032395235", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "15649927926091502215", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "69439315851965666", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "156456996459945842", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "3012566432840424198", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "16431165572426232677", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "6324565723045697080", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "5390559917122707732", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "5469227748156438008", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "17163158934005653629", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "2307310127637739872", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "1999979442136861875", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "2527189070714658176", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "8329846097322076175", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "16783619135298589974", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "12214162812589030126", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "9216608098626790565", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "5179760459095053114", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "2452226948562393335", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "4499586349553581439", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "12668149981216388765", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "2287356884312581209", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "11115684531624462986", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "6483208845600234755", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "3752171257634205726", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "1774158624592967937", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "16881283637687482989", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "14749947225382670869", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "7351733901977025859", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "435888248913413834", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "13713406612642090169", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "16582132711225619740", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "10436819182310112786", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "14546281065004619074", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "12558716383635737426", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "12609361477548272638", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "8107447526839063293", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "10995907213890714701", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "4871907623235871050", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "7394217382008802567", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "3880189981766119529", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "3759057398165607194", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "4561874206785244358", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "488298169768725160", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "12956726277674279950", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "7177837234452118325", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 8) },
+ { "9057036344533510776", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5093049998173715787", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13761566845514364807", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
+ { "1594612401422787491", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14603590053512154268", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "10136369729388564720", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17050675313067213312", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "14221578799010900252", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 309) },
+ { "11723735945517472199", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "13810995219720233595", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "2704063557078535883", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "10384537928514123040", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 310) },
+ { "17427036330773218054", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "9796621763733208035", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "14046114605615338907", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 373) },
+ { "5763440554939527411", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "12892693137085610062", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 373) },
+ { "17775705003104146872", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "14878347463243157447", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "7368916076070115064", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "3499109651698979012", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 373) },
+ { "190530884420224257", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 244) },
+ { "4202645222013675478", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 374) },
+ { "11324851661119942609", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
+ { "6232363902828992968", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "4299492266819967844", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 244) },
+ { "9481675228591993785", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 374) },
+ { "11772741918108731396", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
+ { "18419183012101393192", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 375) },
+ { "17832542092610191859", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "11771014003680394135", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "9192665896782282996", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "9763310312421884308", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 375) },
+ { "11430400968543668873", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "3430266954211750407", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
+ { "7172604084103519563", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "10306542963828398049", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "5235375820995365354", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "5091558853871982858", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 374) },
+ { "12914986936318857086", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "2265784112305305260", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 122) },
+ { "9019388470685749691", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "12427258337646070422", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "15884763176333003771", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 359) },
+ { "7211355951470869591", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "15399245700982979379", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "12644942072153919043", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "5876880412336151866", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "13775529405693629438", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "9048522050692986204", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "10642327923162019888", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "6410682026872155392", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "9454954846682513038", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "16463823433924519300", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "7279393739634103483", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "13358283026528078900", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "8032685176029570383", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "949330876419581703", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "17713034180977313726", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "472454322186482185", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "2727219457659794468", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "7852745450437172519", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "6065819201836017182", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "15984885011101717258", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "14811022197918391667", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "16146350476627599543", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "16173557782125372935", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "296142385116663420", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "12655099960717366198", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "7937870623766562191", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "9367157746678824712", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "18062849937960759210", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "11919129623429545762", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "10522649794540845800", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "1104489643524273315", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "5419775002149092646", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "9226912483632588371", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "4958222070605478947", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "4479979951990338510", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 123) },
+ { "12022152681602871455", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "5740738339752793113", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "12087141795291232248", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "17825280904760131680", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "3974589991022739479", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "1838534101161814609", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "10046663998164493552", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "2305461098719675735", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "16504962609450876148", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 374) },
+ { "6345550009198921347", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "11239754372812258455", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
+ { "4347816192417741558", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "17809920600993699808", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "16710010075465723498", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "17729546848373991614", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "16998508915819714690", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "12952980509662451384", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "2683507674615735878", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "13059207969254830451", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
+ { "16295660312557315941", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "14089893422771228191", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "18034648276860485300", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "17739868787095417856", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "10880081193716628051", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "15916505622570323098", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "9101018613418825655", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "15650839696475698676", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "15628121900226431719", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "14554225625951128811", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "3134489458855347772", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "5627834277145735283", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "10729288973933590396", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "10869005786136023160", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "5597908143491399643", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "577182964135927041", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "16947969669087411530", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "861419637283812778", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "3643250372952944907", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "17977676737774695825", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "10309504812060596568", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "8866736221671835567", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
+ { "2133849627845285277", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "12793908914872030220", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15947699374684516369", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4660288622381620227", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 314) },
+ { "15914512645931208899", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7460672405409009037", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 314) },
+ { "1541754036637209097", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "89439319782574517", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 315) },
+ { "14088382963493477342", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "18203935818408469865", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 314) },
+ { "13191096881934434519", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 374) },
+ { "7918742312252115870", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 314) },
+ { "15641537661939240413", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "157805434489791310", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 315) },
+ { "7941729567451949422", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "10628725059172743408", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4492673409319122180", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
+ { "15857087373591747006", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 374) },
+ { "13793441296561946357", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "5172712078329324967", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "8780604510524622314", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
+ { "1760690277175249985", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 373) },
+ { "13649894122307008732", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "17546566148752689536", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 373) },
+ { "12675313398314286884", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "14621327324047759584", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "14136097914489095982", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "7638626850074132214", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "9399994156762372761", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
+ { "18068050257421269408", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "11830297960718214360", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "14959566236432790882", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "16884396694505987920", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
+ { "17947818179123182001", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 374) },
+ { "9381304526221508530", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
+ { "13932662890258900896", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "8268533335852735248", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "17419874083634480896", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 374) },
+ { "12773693193167844110", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
+ { "5157249499936659040", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "4282661608732125403", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "3159147743553063163", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "1706927777850488363", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "9839670675413379092", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "6780215829176686721", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "12972634653821069685", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "16129296588866116913", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "18202222342562516071", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "15426960908024585800", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "17026284168840448378", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "18118237182023167949", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "11113256687741667688", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "10555597973766215754", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "17517495652165026573", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "1832310305089212990", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "13855438905855887272", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "15349944413643626251", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "4738743763536059708", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "16611452077660879545", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "8101977280003030465", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "2012181953284568566", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "2969389503332309296", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "14515066741400300669", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "9373353053843326128", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "10023279637210292010", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "1103204698908514224", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "18092842590142527927", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "12174571114411168588", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "14431607479949498164", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "10279778381617181802", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "4237276338897143680", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "8083672466967374860", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "16705621644424684055", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "5352861363832390974", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "16945184617367657570", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "2995134938466176198", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "11706378390483804857", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "7958459862276998225", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "11703557271443535142", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "5020788604681810984", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "15217183882858251099", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "10650698451740924172", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "706370730287471796", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "18199526506796726885", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "9269175963143039426", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "3691705516240577130", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "13472532612464340803", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "12388375914105990324", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "11582534256623549131", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "1653274345637156919", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "5893940382830835820", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "17700958439420868719", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "12730339458081890990", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "6631816968511312100", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "7000524935770116969", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "386749666417295495", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "7162575953766465459", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "11398019086259011063", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "3041612155708729812", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "4274801141127703532", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "4865023158176874622", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "18424912460022156378", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "10408322429232132983", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "5277400567128489977", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "6848989271874647093", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "10085059621136526248", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "12962552332511702682", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "751912075185318190", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "4505008254511324231", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "4191326605459754690", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "9824678205469832038", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "18245935804520236353", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "12309132521191764927", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 374) },
+ { "12843671306854567956", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "8275277322582733101", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "13698389420396031586", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "12949204491386872217", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "7370273921473161914", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "941829593638869991", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "16206791915939407806", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "1500571771538985941", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 83) },
+ { "2095802691829304676", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "17542414935564676110", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "12380856644683171627", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "1451466106918423837", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "8071957466247137919", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 245) },
+ { "11661208196482963286", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "6635217802203685464", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "265124365266629363", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "9513032457323269513", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "11814740669468421049", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "5221320470007950766", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 245) },
+ { "14359530849521980269", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "6181651715051152713", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 244) },
+ { "1450888744802985214", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "2842103889477438816", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "14006248791647711759", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "7072606962946873975", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 245) },
+ { "3599823735065658574", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "11311859068168414878", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 240) },
+ { "17525531790109748810", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "16749148369456398030", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "17556238490521153146", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "6067904130482758510", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 244) },
+ { "1791615587935799399", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "12985650543127289023", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 245) },
+ { "6714886136800883594", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "220326805056361171", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "6777045876155144709", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "9454512817077883797", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "14011124615649605281", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "994489782629179836", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 244) },
+ { "4338023436590582323", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "1152693503778768433", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 240) },
+ { "5994204139128667921", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "17243576882981097341", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 245) },
+ { "5524218746051008792", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "2669822154816760632", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 245) },
+ { "7179714714302073459", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 83) },
+ { "13002363400738122017", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "17006095064160484022", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "13733327241591630239", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 80) },
+ { "2623687018437195679", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 124) },
+ { "14077148976508649021", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 123) },
+ { "8272823732258536202", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "2451712485584835395", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "8057302050645780813", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "7430073011895298582", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "5095827462645341808", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "15129834325410878425", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 124) },
+ { "9660812093766156608", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "15781622938833984014", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 123) },
+ { "1089679781525023551", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "6129602738379919488", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "5287076386757143976", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 122) },
+ { "16076153317792960383", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "2108296560864415762", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "17006655627343469372", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "9404677451270692749", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 122) },
+ { "1372939511728986224", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "5311718276151327830", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "529543453251381109", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 122) },
+ { "15591167992985613695", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 122) },
+ { "15026219694198820614", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "8258382025812748961", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 123) },
+ { "14810839157236175179", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "16117738994809548007", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "659846949368492111", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "5211191663202250117", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "13418701036204748812", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "9714764457768279762", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "17310332946322628458", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "15975964562807570772", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "13447028922679236865", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "8337820318779061494", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "18136765667969393174", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "14821616804286068969", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "18386376129938707290", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "16609136488331186895", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "1996860183441418841", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "6491244517639245276", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "16312223896859176991", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "17833517350994024381", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
+ { "4226968857681929488", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
+ { "5141753233513623264", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
+ { "6860503758000008398", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "16489624657475712467", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
+ { "7862815466573236157", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
+ { "10679760989906275129", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
+ { "852092858392507925", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "6996376303337512293", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "10978173291465325823", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
+ { "6670327979947471550", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
+ { "11318913630213187720", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
+ { "123251351612308092", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
+ { "10784073615329190425", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "2261453441277654139", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "2937907409658060025", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "7852144838267007144", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "4408772370026995920", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "15411474884532403722", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
+ { "9462315044265139531", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "6419580456182610836", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "12277470820821378855", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "16865879032845300007", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "2862999234347597091", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "15447513376965243034", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
+ { "14420809655798184553", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "12954154886708228545", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
+ { "7575634241190730697", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "2344498602308448450", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "4304041922043496030", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "10971070835319242371", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
+ { "4862529593282936100", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "5312140481706133684", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "15522785615618973614", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "17798636687709019154", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
+ { "1938086876393565238", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "11897113890115321056", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "14363654136811880073", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "3928266232090746643", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
+ { "15882969506682501496", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "16426179645101678763", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
+ { "18174857480705846286", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "598390166442977699", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "5522698342845820411", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "11559360678008060513", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "13184662326021747000", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "16037141448095945650", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
+ { "15094664469997373662", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "822162932339827810", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
+ { "2597453794298356435", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "15851356529373376076", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
+ { "7966454753124154534", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "7311120574972466702", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
+ { "16461809076899645037", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 2) },
+ { "11655994466278963438", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "6981537186704688907", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "7903891232234389925", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "4229105529069729944", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "12796777049340516563", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "14289048840489035546", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "4239133538073498792", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "5103094815475470596", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "8560635685184432720", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "16264774056719724826", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "2571882179292959757", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "16758962840329202004", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "4550028191070279999", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "15661322183507404821", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "14650567822254940018", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "3755253206085028904", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "8751016391945753900", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "288853243482418538", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "5047419871737940985", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "8819268903800581706", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "3746573775462003750", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "16286085532892593349", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "16547425454653232058", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 124) },
+ { "8195881973746570408", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "7712831597869354170", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "17035903590837750750", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "1907439276166837309", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "3036808833459559381", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "17928043901784474130", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 122) },
+ { "14667209474639064623", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "1701609125136907870", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "2140514316203117958", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "9366201112659847392", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 359) },
+ { "7808544677773370430", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "2251029128552117936", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "9529614587861271730", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "16811402686462277562", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "10554266898346470422", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "7817036102984218692", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "6329618009202266591", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "16936366288366370882", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "8025053805734757314", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "534032316469702287", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "3963106895592011725", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "17994361454416813294", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "14902389080201926109", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "3796274347773622633", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "1306339989221885682", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "10900880512948479338", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "287386909600391846", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 124) },
+ { "17542176922797334839", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "1081962464388501987", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "5831419373611158773", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "3179874645565098825", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "14906458674793172507", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "1934379409955686502", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "10178951466584845110", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "12693511427898130707", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "18137106379929135901", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "11619548409913646265", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "13317417676446624018", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "16710651492402564794", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "10967218651864700933", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "5381578460674280089", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "13026555349791486777", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "11913020016435860608", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "8260130048649729185", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
+ { "14133958262039763609", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "5585398540591396124", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "16442107352245114876", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "423221712829930726", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
+ { "13550435052563656432", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "2440366541074371090", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
+ { "8300655194765375060", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "13163146272900339330", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
+ { "5406129421969383274", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "15118142492742177336", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
+ { "10727592780669452048", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
+ { "1076005730007872492", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
+ { "13699740641705514374", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
+ { "13054405729329143152", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
+ { "13503608041359512", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "14385185911482960528", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
+ { "11215217005872946038", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "4099859307693687554", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
+ { "4408600136502382976", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
+ { "3037042229494600258", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
+ { "1155389358857780776", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "11461581290174106570", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "16896833230469488924", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "11469881811044037340", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
+ { "3003526572122876385", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "14251848023416168295", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "17248756229500447131", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "929378940515745198", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
+ { "12962558681443556219", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "4481903208484313806", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
+ { "13558618754911056302", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "11455518069358829249", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
+ { "15890473622821659630", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "6942622405269419082", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "13890118723041457532", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "11292995457386147494", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "5077214229434392730", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "17774424004510360936", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "10412588668458621135", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 2) },
+ { "7334966010680206302", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4161141078006269526", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 278) },
+ { "6522575549211855712", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "5629373398445592781", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 159) },
+ { "13374993751390784382", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 317) },
+ { "12976499206227689731", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "9882204352209412039", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 365) },
+ { "5041111302824362529", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "13869716373706247686", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6438522646185979880", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "2406816735581074778", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "8881150100883636392", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 350) },
+ { "593712935037568960", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "11970881115757095265", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 318) },
+ { "5584432943673435454", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 316) },
+ { "4560479630843098090", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 344) },
+ { "15374625876485618845", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 318) },
+ { "13102754309439605192", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 350) },
+ { "17912189681971987483", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 350) },
+ { "8153567933591966877", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 365) },
+ { "1604661321386793876", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "8990561333549136048", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "12278364834477923930", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 300) },
+ { "3122997634505472500", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "15669490019428002270", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 223) },
+ { "116291934148608396", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "14729854278671832528", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 223) },
+ { "10591379189397010097", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 237) },
+ { "11929531534620071758", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 300) },
+ { "1819720745131968914", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
+ { "10607904718265020949", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
+ { "913496537924971856", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
+ { "916389941321470163", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "1411786954276574458", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "2730604806511016352", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 139) },
+ { "5843679089588930933", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 140) },
+ { "7304346312452588844", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "2423754482456771339", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "3653156933813711765", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "10728212277329722684", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "877436308867220589", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "18375125668176498051", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6767245864232675168", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9287404618748313247", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "8728178019712933221", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 295) },
+ { "18251360413872841969", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 295) },
+ { "18271689282126907793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 295) },
+ { "954796765467489259", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 295) },
+ { "13597240991532942069", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
+ { "5079055505117153635", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 194) },
+ { "4135003545872878882", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 317) },
+ { "11883485911218628865", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 295) },
+ { "2242915551775617989", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 290) },
+ { "10556089809203693400", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 292) },
+ { "3727142736386026852", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 290) },
+ { "1622880009460832832", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
+ { "4437258459981739942", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 315) },
+ { "14691372262153587653", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 295) },
+ { "12181607120522804433", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "3159681096461848644", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "6729785110495533200", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 288) },
+ { "15322019609805777935", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "7024495439434892956", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 197) },
+ { "10416622008071151225", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 138) },
+ { "5796500397424307442", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
+ { "15702382940521972117", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
+ { "6093575518270471235", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "5805383505505929391", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "1801731858063091191", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
+ { "1559798212423183813", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 176) },
+ { "5594180958505308003", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
+ { "4766071144928072260", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
+ { "8650948093564284852", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "3883845471211207871", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "4366168099274266975", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
+ { "578703329577922869", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 176) },
+ { "16863960779539003201", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "15450609897480659306", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
+ { "8203550467004532364", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "7431849514656037251", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "14484890926084856480", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
+ { "7777333052643961206", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "4424217045094988504", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "7994179151788368291", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
+ { "15192024816519005250", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "4747159205186229582", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 97) },
+ { "5485971317082563152", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "18128162750557822655", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
+ { "12421707187947291166", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "792684262493086891", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
+ { "941626985322260281", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "11868551452004726281", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "14352303529756685990", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
+ { "10702234389482091891", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
+ { "3895088069642140043", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
+ { "5334566325056222430", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 210) },
+ { "8306337702797456793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
+ { "15720507574336564201", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "3277243911383750280", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "18150429561058646714", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "11169292427557543138", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
+ { "13933912937625580405", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "8295126647635181949", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14213516751025324346", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "16509472637458153234", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "16589607587365212240", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "6988674007771237080", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "3448477246688526708", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "8507854696766492454", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 172) },
+ { "8906588133431586825", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "654122557966242717", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "10196332102593337214", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "15831600396403741571", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "17808913959977434594", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "15548971488532746290", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
+ { "13468713306678453952", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "13613399861925108148", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "17802514063213000148", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "13093429681061786539", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "12247991248100147706", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "14491949194619001237", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "7590767013583950613", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "13210604117940125947", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "4670443882075998209", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "2857337999074313592", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "16036386660666696362", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "755414184406250882", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 129) },
+ { "12190841837604350271", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "10292243973236220688", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "17793292063552633023", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "7605139219344415117", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "787363431787954804", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "7000486794832106857", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "13608239208821071914", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "17281202179589913619", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "16985912104363932350", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 131) },
+ { "14744368497944610864", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "3737552767159920174", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "3792945601873900927", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "1364546124782880196", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "3689722043202617487", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "2632535010129224704", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "10968768803038046390", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "5353552956675518468", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "7866128397931438774", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 245) },
+ { "18233660940545931789", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "11670430946096342056", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "2627779045483019709", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "11066913713501760080", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "2552187713769926425", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 82) },
+ { "654821507679356726", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
+ { "7606728651572102823", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "7549378486471456156", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
+ { "15410074937424854348", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "15114370307779942381", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "2040762223425679479", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "12112853999307505628", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4161612746310931789", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3388752887767453958", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "14046990030104971367", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
+ { "16230621843665445228", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "9274179337770060652", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "5115134711994944288", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "13898821685774165645", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
+ { "3007637520820789085", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
+ { "16294825599850364701", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "14681717813022425567", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "4915831715914920982", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "12894240573737168362", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "5448537627319798272", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "14389915292223442327", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "14274685812676150168", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "7732899312577293959", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "11956435900037329302", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "9263063714383940562", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "5824801192141531089", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 131) },
+ { "5608133987357542077", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "15392077168521832549", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "16446533347502650316", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "14762599606783897222", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "709835724029986012", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "1572991986657256775", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "7398196853452900099", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "8140094412609934765", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "2659031931257084418", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "4640028527711211109", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "18172711677056449158", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "5183231560876991543", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "6821855018718422278", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 132) },
+ { "13237050834496100264", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "7164580481046523192", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "2490155559809645659", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "15430549683839591544", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "4553409514380460123", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "3041752019114501584", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "4161001033681779582", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "4764776977138392550", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 81) },
+ { "6882621854468565774", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "8881135571874888085", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "14038261392627717712", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "628191607060767879", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "3511588484597779204", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "6904130543085920483", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "7924408980408826942", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "9416186718345824095", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "14719421757340260468", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "11936419502418995274", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "16601702334097258697", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "4800587664660105589", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "5336120047683197088", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15897477855246170861", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9780938731831129283", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "1473214668483422172", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17515573322312447679", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "18356980026934328781", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 290) },
+ { "18077281411861416889", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
+ { "2543041530639980505", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 295) },
+ { "16370218798911151331", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 287) },
+ { "17316626950179740845", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 139) },
+ { "10414903047695486119", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 154) },
+ { "2809950092498355574", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 155) },
+ { "12011982029561277581", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 287) },
+ { "11267742746905371769", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 295) },
+ { "12534001599784153836", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
+ { "1882052795393187384", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
+ { "419783127503173016", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 139) },
+ { "14211903923555028634", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 155) },
+ { "10892706534058849825", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 287) },
+ { "2345023488044002149", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
+ { "5754844816339228920", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 292) },
+ { "17015791782274123780", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 288) },
+ { "3706994659266083979", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 172) },
+ { "13324157125165576832", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
+ { "12014527187730671229", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 143) },
+ { "5170245731599664670", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "6854611304056079417", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "1954052357826969119", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "17824431042110985323", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "3603706453982734995", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
+ { "11992353959766718397", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
+ { "15163327502374403643", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
+ { "16758697697363920520", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 172) },
+ { "10930115765550856328", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "14418429155823196539", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "1628593159980574595", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
+ { "15675968397825708285", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
+ { "9594594523961285945", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
+ { "6634330132674952638", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
+ { "8434794604559592624", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "3150231129728961455", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "12545558125736154584", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
+ { "15485701086886851362", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
+ { "18005721959893562716", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
+ { "490233152678323691", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
+ { "4073467095502162430", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
+ { "5801429077171542466", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 93) },
+ { "14841539539334726292", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
+ { "9404953235624894187", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 92) },
+ { "17995371099806008878", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
+ { "8961138963663532667", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
+ { "425744529089575241", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "1316444335300814745", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "761169277744593430", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "3325727286860556323", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "2526832080529662683", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "15470013032930986062", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "12255528292506999241", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "13119479079474639169", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "12813978452097969536", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 244) },
+ { "4991419288164762786", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "18210370419559876426", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "1616603916015535857", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "14962768577232034246", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "1452597292381229708", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "7104756264011682902", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "7744787957569714828", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "13503688893307029975", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "9133263538092913983", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "1383899865465106141", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "11829442945690098558", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "12394049027081208902", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "12159582810513550491", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "17738299860390552088", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "797387385159110695", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "8757900457181374694", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "6048964584602891448", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "17882819773586674851", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
+ { "17829148383265978140", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "14711697456265712456", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "724953082687879224", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "805221045541170643", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "8241070786700614317", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 131) },
+ { "9191832520273617003", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "12408889192918919210", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "4885944395876887711", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "2651385050387738902", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "6303682540621797774", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "905780459938651623", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "4476928353532757380", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "13681462437496627948", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "17243648226968859637", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "11192356850081328892", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "9323825370872655346", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "10000618285883395700", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "6418327009347170687", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "8528750110601691390", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "8061914949376516780", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "12992194515157698316", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "17870874477143985774", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "16234606052818596502", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 94) },
+ { "9148379585489720669", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 98) },
+ { "9270950131920019932", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "17001502418583498926", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "11163107409437069532", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "11465965972527519631", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "2534408579674556441", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "18109284647478027063", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "9849272539053219052", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "17382660912493284320", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "7877332346656934022", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
+ { "6323026044750482867", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
+ { "9761573038170759563", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
+ { "12098146032672599222", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 315) },
+ { "1403617451623027879", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
+ { "9058996149754556268", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
+ { "5864250949922222051", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "15847413004526420496", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 143) },
+ { "3199841714087553410", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 159) },
+ { "4957638663977636791", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9437794960375526230", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 319) },
+ { "9475130054420979752", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "13312514874803986753", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 317) },
+ { "15997754881872769378", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "1941341635794709702", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "10157866834809927320", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
+ { "12308359047798183133", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
+ { "2986189945936592561", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "6928835003016610382", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
+ { "10084794570892043447", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "15417738436777481469", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "18377298651236993830", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "7354234812009979811", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 102) },
+ { "8656468860180713379", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "14472187692485966933", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 101) },
+ { "397770940444464146", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "14258499419905714808", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "17599396373608265826", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "12935563359569230797", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "4892959859293355837", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
+ { "2802810524370514276", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
+ { "10290107543739998181", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "14907097142953816744", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2525260242689556544", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13328449155966085543", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11856266545854830143", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15993427814066246646", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 295) },
+ { "2100891581797371600", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 221) },
+ { "12242618640422208652", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
+ { "6133592828563353516", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 306) },
+ { "18232278892738147217", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "11992625045241269569", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 298) },
+ { "12601126285773042005", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 298) },
+ { "7457899998356343871", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 198) },
+ { "6343888265369366589", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 315) },
+ { "10791067159964399241", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 309) },
+ { "11327097771110264965", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "5245308722062496788", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 312) },
+ { "10792503079194374004", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
+ { "4818231379191523896", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
+ { "2198278382394812839", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
+ { "3800011935243649447", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "9631545863582097486", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "1779941298820543013", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
+ { "3621930417735246405", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "14435120971846098308", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 176) },
+ { "2893564501191050837", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
+ { "8108843303778211282", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "3682813162987778705", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
+ { "15494543914974994991", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
+ { "7565221050911842393", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 90) },
+ { "5629670679897666607", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "11754316727756881612", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 98) },
+ { "10990741293315393791", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "17024388383581997032", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "10302338806536775954", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 244) },
+ { "7915318733663535312", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 244) },
+ { "13702692566238948173", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
+ { "2909728331855309274", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "13071545223094862275", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "9631481972809246378", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "13540002981450186147", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "7076937538747704750", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "18043340998699622388", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7148542290597073512", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 365) },
+ { "9040046051053703359", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1077773457856682663", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4716188972902735458", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17343050785312683560", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 218) },
+ { "5687802882700097624", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3524531620118359828", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 138) },
+ { "5688478347124565305", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 291) },
+ { "5504757952698692953", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 288) },
+ { "13800387305792597325", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 288) },
+ { "6574971185849732667", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 155) },
+ { "10573920781439771673", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 154) },
+ { "4992668316921598993", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 292) },
+ { "15778834188130183853", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
+ { "3062101811226530720", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 176) },
+ { "428659495445490820", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
+ { "956022649859563080", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
+ { "13410850301164057911", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
+ { "17423645390621980919", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
+ { "7802311886554362782", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "1172103288112689821", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
+ { "17353894529222574441", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
+ { "16431857516454692096", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
+ { "9100044555742394133", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
+ { "13115589642140732066", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
+ { "16190949264253468961", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
+ { "7026575758396092435", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
+ { "16761856644242716357", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 90) },
+ { "6341197991729122563", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 195) },
+ { "17087740929472936216", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
+ { "10795104632256101599", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "13327653786981478088", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "1096671695414716274", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "10774528268153772208", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "9525853014023664813", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "10632020369698615114", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "3234107167862677811", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "8708643228914766202", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "12415368596357091523", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "1028160614515220430", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "5927467766675317093", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "5275016494706355806", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
+ { "10947686124973711385", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 54) },
+ { "3349519148124496343", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "4003433148846544263", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "11718418772370938734", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 89) },
+ { "989564341557094953", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "6942049339361951275", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "14555883089089918919", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "15320845027635796583", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4014667229872705228", std::make_tuple("convolution_gpu_bfyx_3x3_dw_opt", 68) },
+ { "2438374917504708831", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3272017687600371031", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16067605128297748820", std::make_tuple("convolution_gpu_bfyx_3x3_dw_opt", 69) },
+ { "14150012830816329527", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "804195263636995800", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11528417522960871233", std::make_tuple("convolution_gpu_bfyx_3x3_dw_opt", 69) },
+ { "15378025640603637387", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12860222041026638681", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 285) },
+ { "12725647706191463348", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12553441041059632729", std::make_tuple("convolution_gpu_bfyx_3x3_dw_opt", 68) },
+ { "12782191856884962803", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15824189967727245909", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11149782181562145291", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
+ { "2653651564133701304", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "3526580286148537369", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3985659568982275663", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "13642146548740074992", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
+ { "2349007644347065353", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6146876760962332928", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17434429579652310107", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9447458159095730492", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
+ { "8655883535274781128", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7272538316511343863", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17564338309805484464", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "7881187047171099732", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15579919505002150556", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
+ { "11583017348580874022", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
+ { "17915846724151945664", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 221) },
+ { "5319668297345215520", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 129) },
+ { "17208186152576814861", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "3633858263279042265", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "13853056718266488510", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "14759179293743468995", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 226) },
+ { "16995873636564597028", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "9438739171104456179", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 226) },
+ { "14429081455612806819", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "9819596940685093690", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "12085348936192462321", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11951606039079763598", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 350) },
+ { "8769060267707904998", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "17104611871050967957", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "2103882464623009432", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "2659712601063515059", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "9759380701896779097", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 350) },
+ { "13842309033760176194", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "2418288192668085805", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14994322266840011040", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16402312692470500253", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16955653765071712611", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 344) },
+ { "8739347545059610410", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13459514533473657102", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 350) },
+ { "7824524940405130010", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "17796310681498690253", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "14823616678465136590", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "13816104794723484993", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "846088275031979661", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "18125732229366977468", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "8464582977975377118", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "6290317420155851465", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "12696412964119109465", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "4994591211723226974", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
+ { "1036010477232750453", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
+ { "13786357802945430475", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "1003101267609305257", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14991602704357959545", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "6181308879301978465", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "15488550074426713959", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "4062706195708729345", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "8594644182487917002", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "15881381297320383917", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "6040286126398028933", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "13926122593957480821", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "6213386558868267629", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "4456004887590847716", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9642229389394495047", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "18259656768460999562", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "4983880246908724272", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 344) },
+ { "7881579844586294503", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "5331173521406046122", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "3285520504090196295", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "7143510787416483146", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "13104509059416300615", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
+ { "10090923790949378407", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3429844423226609965", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "706049518431331645", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17193614571243427089", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3621424752591567930", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11066930104187448422", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "209732971447020989", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16044646335477470657", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "2172121470071868949", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3392693938352572136", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5495063314176654751", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14553856088069405595", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
+ { "4967444801764057340", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "12160764253455777655", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 237) },
+ { "17723621158215826108", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2171768477223405739", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "12672995204641007004", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5622089373755094139", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "2129726780118554358", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "4160656836528944651", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
+ { "11052732052072367261", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 365) },
+ { "18432787283148809023", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
+ { "16172528828198474326", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16327433707667075261", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "2797723586312707948", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
+ { "8451212914744825089", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "7025975403069487257", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "8913950860101596091", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "15308578014507211237", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "13132804928635689780", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "4465781406991476376", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "16266491618150971928", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 373) },
+ { "181006047500375768", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "18140951659547259039", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 375) },
+ { "272730229972987861", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "14898892437285105327", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "17252449599613270108", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "13436376034548670107", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 371) },
+ { "13787436604877398090", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
+ { "8873614802459592665", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 373) },
+ { "13663893159182636270", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 319) },
+ { "1361159591875955678", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 312) },
+ { "5912303851874077576", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16245760498096322525", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "9928406318940388716", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 365) },
+ { "3036512701943687724", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 359) },
+ { "5334291640387922287", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
+ { "3002986032379998259", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "16469788155263456039", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "8709632541892447149", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 284) },
+ { "9524303276541517389", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9354818521586974021", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "16781127329510211966", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "6351572488552853754", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "907036267078333137", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11855070245618904113", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "4544242784357021697", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "18218631037214746168", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "178353385245384751", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 226) },
+ { "17658152048177750315", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
+ { "11636129433022017868", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 216) },
+ { "2622434279674583815", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 363) },
+ { "14335074487552883436", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11175955260573469979", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 159) },
+ { "2732519635571994212", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13893789954946953427", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 119) },
+ { "4355933224673863178", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "18037918102910297531", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "16071723603031305677", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "1697248235682953135", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "7843498978148810586", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6767159196241633301", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 116) },
+ { "5097818987523855112", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6623182990939010641", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6711878663358611849", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "8671491767142900139", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "12164298124869114517", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 359) },
+ { "17089801601582809764", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "75742659105146536", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "4652136280940317116", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 220) },
+ { "9751582946441607796", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "16706244336960642883", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12581879452540858313", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
+ { "17443356777503458523", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "939718260623752240", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "14131851237755716991", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 218) },
+ { "7474639594232203854", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "14152716242882609401", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7998930863626763670", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "10323345824599612614", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "30229601562833524", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17788367809717898285", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "1509728225855233852", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13139625572508441980", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "16491532291908469567", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
+ { "6355395905401306995", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2096779676054335057", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4217179485243909459", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 373) },
+ { "17101789600628162503", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "6139574161497189424", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "16559140502701231107", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "11459784003592366395", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "7869916853707978306", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
+ { "3889519976910355277", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "12081835728078383819", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "14923692894655929923", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "8132521728369930959", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16108573960501496757", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11086699387784339943", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "4013707396889204359", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 107) },
+ { "11850332373794932468", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 107) },
+ { "14763982961176216679", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "8207349115037232863", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "3273748387141431306", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "580936360000782237", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "10682918518101379579", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "13178480813522103091", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "11254635684957519432", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "16816222375242496370", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "12809199739984715013", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "5040730152867713388", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "10429613013253088132", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15451919862187018297", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "7546586420552408243", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "14487682847898298214", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "3106710091841093202", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "6458124573210430792", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "9182897385081081193", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "14462438074931673266", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "18133334552107213128", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "38736266675995457", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "13654816209891478730", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "6263019986730305851", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
+ { "12929981792125924963", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "3138374672801504481", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
+ { "17009318615658405230", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "9421643783312790618", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "2294026590516781945", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "2940027113687311893", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6090625728451718945", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "5643908654122573882", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "9065894438656900887", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "11185156002426041243", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "14670068483447729857", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "4623542918584461522", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "1143214652021653634", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "1434535531617424039", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
+ { "17025268985366223779", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "11507538232733291666", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "6149673627320838019", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "16474284418841532356", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12461575861709234385", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
+ { "192209423643075326", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15490478608105402679", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 216) },
+ { "3491333679577961640", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8176012042686275874", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
+ { "4282198629458668761", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "689445825453914111", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
+ { "969746749329671447", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
+ { "16833026567865627676", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 223) },
+ { "13046322179198317310", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "6902644989079870993", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "10987953316324712538", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "12515465135362865565", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "10049571207493913006", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 226) },
+ { "3926585856863002495", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "11275109735493317886", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12238674883388043717", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
+ { "16108759090923335184", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11756881293845417212", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "17839839336294937155", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4703107905652287491", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "18180820925685532104", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "3835286851569826052", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7807983899017500046", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "10294185397756053636", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "5519535335798045279", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "8701248964531180496", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "291868903926685441", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 373) },
+ { "15239764240622554314", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "15963038745470172423", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "11428599290755097395", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "3180320769716158201", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "583303098958523195", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
+ { "318377908569897093", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7353563160591978243", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "2582625260054352916", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5609922876429907954", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12557015880639217508", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "11528310408333718862", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "1471837664358450291", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7351401242363888463", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "953306082374100275", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "15759530339367380982", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "13300022131572486202", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15689502054035168040", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "16969463538496570528", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 351) },
+ { "10237524128771958432", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7969848911698660033", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "7130694811424715594", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "8578747191812631883", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 351) },
+ { "5197105253412476591", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3120553928584920777", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "4750894407873652809", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "12667014405537239093", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "13644681270630373984", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 374) },
+ { "7187734276051878356", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13253775441326432265", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
+ { "14733510474010040334", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
+ { "3336303478756453360", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16352331970945217438", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
+ { "13484950419220835364", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "4674416595144505741", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "14559308665571750465", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4542143431130171516", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "13189392239349392492", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 245) },
+ { "7009735776703529573", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "4220826666482500445", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
+ { "14792528369891965810", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "15287650965861631130", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
+ { "10308175009371219583", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 245) },
+ { "2903605246599054308", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 244) },
+ { "9213563311267466388", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "5019077257951332016", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2497756607567197523", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "9285566577169147378", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "3432296808755992670", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "7688176479120305539", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 166) },
+ { "8818070832398055086", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "8787816339967963727", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 245) },
+ { "863952266514375915", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 141) },
+ { "5835634465164771899", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
+ { "15101680837342453931", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 16) },
+ { "1116274074896622552", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
+ { "12790788016297794214", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 82) },
+ { "13538051178827008933", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "16403423801823379909", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "3723613341885592267", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
+ { "3830703844770425343", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 82) },
+ { "40704767167309552", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 82) },
+ { "13973028408397200796", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "16561224775421968533", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 43) },
+ { "11243840588602365090", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 3) },
+ { "14103112843209793966", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 5) },
+ { "10483664832302187567", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 5) },
+ { "8100595788531468781", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "6620782733027313312", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 2) },
+ { "6949539207944972855", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11207257238719531888", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "13898284586432291433", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
+ { "5120466856097219243", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4197617702037834389", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 291) },
+ { "1249137685908951501", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "14716719350966652036", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "4840004190985490064", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1540041682425757361", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "3715177305271762194", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "10001963042016663554", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "481328129206881674", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "13404888565084206853", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "12348135936862667024", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "15471470494305051299", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "6181272224000872375", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "4701832665603867798", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "2030309697153345387", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 373) },
+ { "5644068493155655611", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4867937397499803072", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "2702144517025248597", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3304589333915676807", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12894625941923144893", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "11649407835105973949", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "4897991181236908768", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 191) },
+ { "12179581684777023804", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2806529556090896246", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "11327228813412934262", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
+ { "5485749317130402302", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "3499243120652875549", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "10916647716124396856", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "5749536453225343663", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "789359733867650915", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "12626014184575881530", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "1201692134690347847", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "5219399418946822456", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 302) },
+ { "14217181622713951411", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 300) },
+ { "13025323039227543550", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "6114147683777615071", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "2355214244972870639", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 152) },
+ { "3167336012388169649", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 155) },
+ { "12218337369633748663", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "7264756313770306662", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "10492056481694320580", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "14281201038135286621", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "8127190765748950828", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
+ { "142486914279119363", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "1532263118203058517", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "5482851829165191681", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 270) },
+ { "10548792624072794724", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "4239415134522959352", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 250) },
+ { "9028970753877215614", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 131) },
+ { "2324120381399737261", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 154) },
+ { "10267260789603562117", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "9988801796928462423", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 240) },
+ { "12516911293946682547", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
+ { "9213886570531053949", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 53) },
+ { "385046297070779752", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 155) },
+ { "12541834857357563605", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 125) },
+ { "11709992724966310174", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 121) },
+ { "17222005830854879661", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "475043738497218394", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 139) },
+ { "1071007164550012186", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "6719302427415173754", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 80) },
+ { "10482582307328548806", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 3) },
+ { "6351347283201596793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 96) },
+ { "6531171505861182429", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 4) },
+ { "879005904827468163", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "16290626406346691996", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 282) },
+ { "4569338575782832784", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7575675354187625951", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 350) },
+ { "5795073619189010837", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "15123868617509445149", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "5601435819039968726", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "14104238386345631681", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "17377293745073971167", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "12134712464763856064", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "5524215233998361104", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "1103228955716492167", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "8618835732380720921", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 350) },
+ { "15908673392788376468", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 264) },
+ { "8482147530539941792", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 269) },
+ { "9069334144391048686", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "12493863403516600413", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 273) },
+ { "16692569816843207989", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
+ { "3438116423688595487", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 158) },
+ { "15602863681196390535", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "18277685132620834972", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 152) },
+ { "16541722316343690197", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "875142032423622622", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 123) },
+ { "8965747921518186477", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 3) },
+ { "3067806959725855130", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 137) },
+ { "5779388310240896974", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "11092828091552833150", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 124) },
+ { "10295330953350618042", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 5) },
+ { "17791773192152464021", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 96) },
+ { "4894227264080887361", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 1) },
+ { "381149736509958403", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 5) },
+ { "13603318842632052764", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "8929453032482114162", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "7662200927459001757", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "11473442921040533207", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "388828310152538138", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "1643241486250690844", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "11806105193035393795", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
+ { "8843585527713905568", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "13248567106128518549", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
+ { "13708979487306970634", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "14406070210216948643", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "15352245788978088971", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "1435153323458789173", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "17638692805430115529", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
+ { "14068780861332616363", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "6656593119788274992", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "14695781272831602408", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "15696910741835640150", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 348) },
+ { "15315327794058441258", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "7545013298074733778", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
+ { "4026686872534942904", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 140) },
+ { "6553736978928374036", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
+ { "12129572274423886770", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 244) },
+ { "9723314434598141024", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "11031625790234068916", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
+ { "1138439260035360722", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "8323445733669842657", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "54019631544204590", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "8971115542951085891", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
+ { "4584970211859494304", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "9321208819255762521", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
+ { "12617625046664709483", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
+ { "8264178890341675354", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "5334190564423375247", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "14746359019867963124", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "2044363708106765326", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "5132761922124425835", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "8141428150264829362", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "276407276027553756", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "11878734040194151073", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "11622925573287101001", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "3192332625020432602", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
+ { "9785114056964539323", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
+ { "9410978119783758141", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "12523676912856063091", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "5912451559447635837", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 133) },
+ { "10264913782610095832", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "10309083227104422150", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 136) },
+ { "8500148569566077929", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
+ { "6578908625437515675", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 23) },
+ { "13762042713029963144", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "1561225943337590599", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "10917498758625273194", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "14335423820860953927", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "4428101657497677982", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 125) },
+ { "15901675909820977223", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "7962991673727743706", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 2) },
+ { "12141300895511301068", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 139) },
+ { "17106086048442658788", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12707946849050970702", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17154337492545826355", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
+ { "10109431802089940590", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "9428176632140441528", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "52089503050497755", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "12297371032753209816", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "659150305191479097", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "2065752819810364738", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
+ { "13583166868754499339", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
+ { "13991205023798493715", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
+ { "8939683514448064461", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "18337160891834020517", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "1154228007901031779", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "15156525717629023944", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "7757331094141318304", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "16779678846332091086", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "5409924335138540834", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "4149728557142033774", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
+ { "6443517114667332732", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
+ { "5419041493176804960", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
+ { "15948383678216076358", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 240) },
+ { "9604982746455852556", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
+ { "15739274921308457528", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "4642234334824303290", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
+ { "13200151444914751729", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
+ { "16894871557229780934", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
+ { "9933958860597451711", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "17094948685292534952", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
+ { "9762182215179534181", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "18273537339378756543", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
+ { "7720939595094113814", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
+ { "5865480930796299143", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 176) },
+ { "10058165874008941852", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 176) },
+ { "17309326904418811234", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 176) },
+ { "5592428580503282095", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "16348402367953880206", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 240) },
+ { "13607830451968188080", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 171) },
+ { "9311802150474489673", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 173) },
+ { "5159470523468873105", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 171) },
+ { "7975810844103449438", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "11455843788148231615", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "1410630713443793537", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "17303408650780384587", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 176) },
+ { "12069726772532946193", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
+ { "6204183474669103812", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 136) },
+ { "12874626654611400042", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 240) },
+ { "13546876216568825877", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
+ { "2973436171295280783", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "1908809004094565452", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "2322559721899919275", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 125) },
+ { "5766507688771440170", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 53) },
+ { "16626226341188424071", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 126) },
+ { "14224121742920800990", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 126) },
+ { "407189201971322683", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "8460847842045253466", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 5) },
+ { "879896719155824868", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 290) },
+ { "5219048275475447369", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8707189142909022305", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "5948701218437980356", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17050143605017295447", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
+ { "8906185843274300447", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
+ { "8321769923556905957", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "10433541468308381909", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "10405183426600618231", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "14885109535362957947", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 216) },
+ { "72444706264681262", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 220) },
+ { "16818714747882774917", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 223) },
+ { "16236397968499692493", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "700717277178942679", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "482564204402769504", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "3221221905804708596", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "16467987800266816984", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 216) },
+ { "11599932445375240727", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 222) },
+ { "5057534502588100071", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
+ { "15640202505592598653", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "3355259926747524578", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "9226443907548972870", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "8104309105061227444", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
+ { "18384657372655350144", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 218) },
+ { "13739257060165119132", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
+ { "9810904714798127155", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "15609627722687211129", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "14738573151275130683", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "9421927854269492263", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "15962533525948221648", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 154) },
+ { "15856268902838573812", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 195) },
+ { "4085450203909854919", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
+ { "2370837049876630969", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 267) },
+ { "13464226348405628455", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "12228963567837353733", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "10377729875228238588", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 197) },
+ { "16362139250976572928", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 195) },
+ { "5420766967862917815", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 267) },
+ { "14578291812739325465", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 268) },
+ { "18310667924071639899", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
+ { "16853250891250756537", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "12990341489637414845", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
+ { "14630499010941056793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
+ { "878892264408839067", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 268) },
+ { "9259437778054905599", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 267) },
+ { "14974730512607138726", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
+ { "3600066510593746268", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 268) },
+ { "3140230065585683313", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
+ { "15891662883560480723", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
+ { "11284755586130392759", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 132) },
+ { "2281119269283845320", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 196) },
+ { "12246408434917478929", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "13283842370311517843", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "13753473508578037346", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "17123153447808465303", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "10700011669103135203", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
+ { "9979259596137305973", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "17225578855755054959", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "6471563320494376693", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "8146945902795164796", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "18372284940315010254", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "2194607895573544953", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "1332624116953483870", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "158222105675022402", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "6830387121684699972", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "11077503608116183709", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "17847109385592002207", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "13384754476437374504", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "11462462742322068863", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "4265693151382066296", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "11070620435959083971", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "6982733543386888622", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "3563614453014995411", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 126) },
+ { "3498490999014554104", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "15595549493819416194", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 111) },
+ { "14532844474906286088", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "9562291747339451180", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "6772239376357727149", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "10690972785852373520", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 166) },
+ { "4488336106517889531", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 81) },
+ { "10058614204420018541", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 3) },
+ { "13865227850818392065", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "14100870590396726248", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "10848277915422577656", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 43) },
+ { "8121179472578287280", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 5) },
+ { "2502125887857336825", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "13192808619929896995", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 4) },
+ { "5115661026367632863", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 5) },
+ { "12812685418923919055", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 5) },
+ { "6293403765897901528", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17596685300497748803", std::make_tuple("convolution_gpu_bfyx_3x3_dw_opt", 69) },
+ { "2150326211917340956", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "530491406341772040", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15197248015210313435", std::make_tuple("convolution_gpu_bfyx_3x3_dw_opt", 69) },
+ { "2816353973187452604", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "16383540667048742064", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
+ { "16820082917500285799", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6820284286806022849", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17285815901490707654", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "994182747184593564", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "6642767323474835034", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "3215659303601163167", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 350) },
+ { "54975980454651672", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 350) },
+ { "11529876081402974396", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "14026570177552137240", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
+ { "11686670048744589243", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
+ { "6678796313875454849", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "641417817126876622", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "9622546530872848323", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
+ { "9194788897910888066", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "522181557896569275", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
+ { "3332334993503432420", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "16131448347558322280", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "6585223640997887253", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
+ { "6205240287062600210", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 238) },
+ { "17522452942286240233", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6571438978296387721", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 238) },
+ { "15511138074959300404", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 236) },
+ { "11107930597263802755", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 270) },
+ { "10320711719466983961", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 238) },
+ { "16884228931101540030", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
+ { "8253823502854784432", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
+ { "6025872155179042054", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
+ { "10173283505468233128", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "16094174852600023296", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "11077876432364512822", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "10586018593856542117", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "3109104171383198425", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "18136135457402651842", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "11834683513280095384", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "4806571630436601566", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "14849108908297747749", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "3644282167178264526", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "360872770877634346", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16720108310653948550", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "14353390922580547467", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "9868561386826862471", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "17465517455679097501", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "5570311824197099845", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "7524311370696987092", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "14070988879848388270", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "8296551195150971668", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "14352796912241296357", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "9840495023131952174", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "4720851194954041037", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 347) },
+ { "13852065717057446998", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "4342360467977736802", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "16336482874764861478", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6075691042233712335", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7570346182940928159", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "12971822824884826169", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3033264172690274208", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "17301887391757619741", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
+ { "15790005937034794347", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "15464327246951632247", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
+ { "5659168916726488798", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
+ { "8079376692609682448", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "15160738482264643601", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "17900257435531434807", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16789135236017252073", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13224814158106791463", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5078905972285278557", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4196367396954155354", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7009873605945341897", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7199295899520406795", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "16833854122884184025", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 336) },
+ { "14599780481362761532", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "2572395498687401679", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 336) },
+ { "11810221946429451169", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "18084635102736402756", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "59739211822469868", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "5240181393417899912", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "15962137123591591534", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "10989937450490049763", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "9798585825695496550", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9220830217525628783", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
+ { "2235210915304938149", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 187) },
+ { "3930314908786112883", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 284) },
+ { "1334070221835422461", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6681818065741882453", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "6980201892073961793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "11530101016435264783", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "4801117903303888658", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "5782934278345953016", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "13951717514084457087", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "2721793280965260548", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "8124736388338424498", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
+ { "12223993560805441284", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9860570706348640782", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14043770215999952932", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15277856047844308598", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8048617952947915835", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11446745541571732900", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "17422822627612865758", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "13954144830230671601", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "11198908896401597838", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
+ { "5582896843095691256", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
+ { "8133587696326295326", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
+ { "2007192658799516915", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "9492402787848610840", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "10515519878978734341", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "16706121580364790904", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
+ { "5495776091407365966", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "16430562172386510259", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5673972310424776040", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8797843396807284399", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
+ { "1698321314111848001", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "5762290464889692462", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 222) },
+ { "3218248162832023196", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "12988961529988078346", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 220) },
+ { "4232250144427804891", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "11683680166617045816", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "6252429564537528709", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+
+ });
+ }
+} \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_ICL.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_ICL.cpp
new file mode 100644
index 000000000..a5e90ad19
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_ICL.cpp
@@ -0,0 +1,26 @@
+/*
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+*/
+
+#include "auto_tuner.h"
+#include "auto_tuner_offline.h"
+namespace kernel_selector
+{
+ // ICL_GT2
+ void tuning_cache_8A52(tuning_data& td)
+ {
+ tuning_cache_8A52_B1_B16(td);
+ }
+} \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_ICL_B1_B16.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_ICL_B1_B16.cpp
new file mode 100644
index 000000000..fbf1719ca
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_ICL_B1_B16.cpp
@@ -0,0 +1,1823 @@
+/*
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+*/
+
+#include "auto_tuner.h"
+#include "auto_tuner_offline.h"
+namespace kernel_selector
+{
+ // KBL GT3e
+ void tuning_cache_8A52_B1_B16(tuning_data& td)
+ {
+ td.td.insert({
+ { "1375156980278317418", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13455881643467418059", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12788968383428254917", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "13131740479277027362", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "3390014193205017427", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "1270467775674221667", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "14462744723628661203", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "11717348577195224554", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9275303306340702111", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
+ { "12245096462203481681", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
+ { "4999505377862312410", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "15272426400992401555", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "9325097933807426691", std::make_tuple("fully_connected_gpu_bs_f_bsv16_b1", -1) },
+ { "18238669114790278675", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "2738256633362038820", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16689586259416414782", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "1525652349412826502", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "17683302016987200208", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 312) },
+ { "5615525527388396983", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 343) },
+ { "3992735701291817771", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13208739898218342989", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "9536348721941264933", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "12803521018213865796", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 277) },
+ { "8854783036772473804", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 266) },
+ { "6766480740724769248", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "768423629375648579", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "4044100281521441011", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "873240542570331563", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "12875236165672036211", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "12008819728839685704", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
+ { "2486645741683554648", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
+ { "368578589584714524", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 159) },
+ { "301201776306602054", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
+ { "13152181652632422771", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 244) },
+ { "10311747599696543062", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "11258322449556590366", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "14095734330183410835", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
+ { "14910223536998380801", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "3352689317181436056", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "15832740972576959202", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 287) },
+ { "14732184525012592889", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 132) },
+ { "8421045774757048067", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "941232110069825628", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "5326247361632903583", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6214194654733781771", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "10025839973092358719", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "16711955423531846725", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "2915165824085219545", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 143) },
+ { "17108987360340581555", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "11972097635078477347", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "16926950874716567095", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "12643423612381102003", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 108) },
+ { "18423051691107460439", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "15381833359831622179", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "12040626513219974957", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "10647227605517025377", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "8127570953237266335", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "12876112384009608387", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "12663860560275361463", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "3217246278485567748", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 219) },
+ { "15713964605078748923", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12293786134765875615", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "16043683538361975370", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10670103699537731664", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "17854578307286932628", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11443268857010762276", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "4479117540570599742", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11726298758004767743", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "2968031010495399536", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3797957937905580811", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "1474271081523145413", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8526484907799590618", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "13723543003759101485", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11728824117049687850", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13268525255152984893", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "14397348576352573007", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8616686489737649890", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "13176385389367548697", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14990645740260870030", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "7472330881076141262", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
+ { "10892456883214928095", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "9522661528867955338", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
+ { "17856816245251319111", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "14872992823083730615", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "3106591708459602370", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "11609821372586026178", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "7678457226823073886", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "10118395047539851751", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "5389189982064081933", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "1742897526168249500", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
+ { "15331103261044247142", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "6644418194983229139", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "12478309735214802531", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "18012549942299450620", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
+ { "11873734271080160669", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "10424278617647597641", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
+ { "9553032671453999824", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "3860603464276263676", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1207026216972160297", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "9519623751582710696", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 120) },
+ { "10328182165125764988", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "2231648183489019418", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 120) },
+ { "17599383258252980421", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "16208488491972128275", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 122) },
+ { "13379165253894817165", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "2566302789609970663", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 122) },
+ { "1478419046264331178", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "3087801652564627458", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 124) },
+ { "16103943009195163681", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "14230385851791760020", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 120) },
+ { "15293727142789007900", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "13973179950424276578", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 121) },
+ { "713121569924250372", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "7947870656736319919", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 121) },
+ { "1663285216972929652", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "14767888121198814523", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 122) },
+ { "2124033349728954551", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "8762901342272872498", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 121) },
+ { "17006133396401462698", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "10783981060353445280", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 121) },
+ { "15110359240685619357", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "7875272450497189442", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 121) },
+ { "3281207855459771997", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "11932770338770247767", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 124) },
+ { "15860915170591763391", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "11716771904412649891", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 121) },
+ { "1095495157025479260", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "8402692278765063674", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 122) },
+ { "509781001842353609", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "3255465741612432300", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 124) },
+ { "13439896617880328331", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "7134654288295280046", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 121) },
+ { "6769243149577568817", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "3480732841490521799", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 121) },
+ { "18269685060032395235", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "15649927926091502215", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 120) },
+ { "69439315851965666", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "156456996459945842", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 122) },
+ { "3012566432840424198", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "16431165572426232677", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 124) },
+ { "6324565723045697080", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "5390559917122707732", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 121) },
+ { "5469227748156438008", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "17163158934005653629", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 122) },
+ { "2307310127637739872", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "1999979442136861875", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 121) },
+ { "2527189070714658176", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "8329846097322076175", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "16783619135298589974", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "12214162812589030126", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "9216608098626790565", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 20) },
+ { "5179760459095053114", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "2452226948562393335", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 21) },
+ { "4499586349553581439", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "12668149981216388765", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "2287356884312581209", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "11115684531624462986", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 21) },
+ { "6483208845600234755", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "3752171257634205726", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 21) },
+ { "1774158624592967937", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "16881283637687482989", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 21) },
+ { "14749947225382670869", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "7351733901977025859", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 21) },
+ { "435888248913413834", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "13713406612642090169", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 20) },
+ { "16582132711225619740", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "10436819182310112786", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 20) },
+ { "14546281065004619074", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "12558716383635737426", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 21) },
+ { "12609361477548272638", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "8107447526839063293", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "10995907213890714701", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "4871907623235871050", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 21) },
+ { "7394217382008802567", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "3880189981766119529", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 20) },
+ { "3759057398165607194", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "4561874206785244358", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "488298169768725160", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "12956726277674279950", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 21) },
+ { "7177837234452118325", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 2) },
+ { "9057036344533510776", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5093049998173715787", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13761566845514364807", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 302) },
+ { "1594612401422787491", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14603590053512154268", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
+ { "10136369729388564720", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17050675313067213312", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 298) },
+ { "14221578799010900252", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11723735945517472199", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 299) },
+ { "13810995219720233595", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2704063557078535883", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
+ { "10384537928514123040", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17427036330773218054", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 299) },
+ { "9796621763733208035", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14046114605615338907", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "5763440554939527411", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 137) },
+ { "12892693137085610062", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "17775705003104146872", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 137) },
+ { "14878347463243157447", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "7368916076070115064", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 137) },
+ { "3499109651698979012", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "190530884420224257", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 137) },
+ { "4202645222013675478", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "11324851661119942609", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 136) },
+ { "6232363902828992968", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "4299492266819967844", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 137) },
+ { "9481675228591993785", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "11772741918108731396", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 141) },
+ { "18419183012101393192", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "17832542092610191859", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 139) },
+ { "11771014003680394135", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "9192665896782282996", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 140) },
+ { "9763310312421884308", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "11430400968543668873", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 137) },
+ { "3430266954211750407", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "7172604084103519563", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 137) },
+ { "10306542963828398049", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "5235375820995365354", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 137) },
+ { "5091558853871982858", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12914986936318857086", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 359) },
+ { "2265784112305305260", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "9019388470685749691", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "12427258337646070422", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "15884763176333003771", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 359) },
+ { "7211355951470869591", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "15399245700982979379", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "12644942072153919043", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "5876880412336151866", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "13775529405693629438", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "9048522050692986204", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "10642327923162019888", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "6410682026872155392", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "9454954846682513038", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "16463823433924519300", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "7279393739634103483", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "13358283026528078900", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "8032685176029570383", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "949330876419581703", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 359) },
+ { "17713034180977313726", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "472454322186482185", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "2727219457659794468", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "7852745450437172519", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "6065819201836017182", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "15984885011101717258", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 359) },
+ { "14811022197918391667", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "16146350476627599543", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "16173557782125372935", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "296142385116663420", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "12655099960717366198", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "7937870623766562191", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 359) },
+ { "9367157746678824712", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "18062849937960759210", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "11919129623429545762", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "10522649794540845800", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "1104489643524273315", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "5419775002149092646", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "9226912483632588371", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "4958222070605478947", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "4479979951990338510", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "12022152681602871455", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "5740738339752793113", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "12087141795291232248", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "17825280904760131680", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "3974589991022739479", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "1838534101161814609", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "10046663998164493552", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "2305461098719675735", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "16504962609450876148", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 374) },
+ { "6345550009198921347", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "11239754372812258455", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "4347816192417741558", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "17809920600993699808", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "16710010075465723498", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "17729546848373991614", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "16998508915819714690", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "12952980509662451384", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "2683507674615735878", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "13059207969254830451", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "16295660312557315941", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "14089893422771228191", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "18034648276860485300", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "17739868787095417856", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "10880081193716628051", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "15916505622570323098", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
+ { "9101018613418825655", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "15650839696475698676", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "15628121900226431719", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "14554225625951128811", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
+ { "3134489458855347772", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "5627834277145735283", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
+ { "10729288973933590396", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "10869005786136023160", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "5597908143491399643", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "577182964135927041", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "16947969669087411530", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "861419637283812778", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "3643250372952944907", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "17977676737774695825", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
+ { "10309504812060596568", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "8866736221671835567", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "2133849627845285277", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 1) },
+ { "12793908914872030220", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15947699374684516369", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4660288622381620227", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 302) },
+ { "15914512645931208899", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7460672405409009037", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
+ { "1541754036637209097", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "89439319782574517", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 302) },
+ { "14088382963493477342", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "18203935818408469865", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
+ { "13191096881934434519", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7918742312252115870", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 299) },
+ { "15641537661939240413", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "157805434489791310", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
+ { "7941729567451949422", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10628725059172743408", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4492673409319122180", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "15857087373591747006", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13793441296561946357", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "5172712078329324967", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "8780604510524622314", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "1760690277175249985", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "13649894122307008732", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "17546566148752689536", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "12675313398314286884", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "14621327324047759584", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "14136097914489095982", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "7638626850074132214", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 375) },
+ { "9399994156762372761", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "18068050257421269408", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 375) },
+ { "11830297960718214360", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "14959566236432790882", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "16884396694505987920", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "17947818179123182001", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 375) },
+ { "9381304526221508530", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "13932662890258900896", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 375) },
+ { "8268533335852735248", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "17419874083634480896", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 375) },
+ { "12773693193167844110", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "5157249499936659040", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 375) },
+ { "4282661608732125403", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "3159147743553063163", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
+ { "1706927777850488363", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "9839670675413379092", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
+ { "6780215829176686721", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 359) },
+ { "12972634653821069685", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
+ { "16129296588866116913", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "18202222342562516071", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
+ { "15426960908024585800", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "17026284168840448378", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
+ { "18118237182023167949", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "11113256687741667688", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
+ { "10555597973766215754", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "17517495652165026573", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
+ { "1832310305089212990", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "13855438905855887272", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
+ { "15349944413643626251", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "4738743763536059708", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
+ { "16611452077660879545", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "8101977280003030465", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
+ { "2012181953284568566", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "2969389503332309296", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
+ { "14515066741400300669", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 359) },
+ { "9373353053843326128", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
+ { "10023279637210292010", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "1103204698908514224", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
+ { "18092842590142527927", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "12174571114411168588", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
+ { "14431607479949498164", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "10279778381617181802", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
+ { "4237276338897143680", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "8083672466967374860", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
+ { "16705621644424684055", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "5352861363832390974", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
+ { "16945184617367657570", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "2995134938466176198", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
+ { "11706378390483804857", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "7958459862276998225", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
+ { "11703557271443535142", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "5020788604681810984", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
+ { "15217183882858251099", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "10650698451740924172", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
+ { "706370730287471796", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "18199526506796726885", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
+ { "9269175963143039426", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "3691705516240577130", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
+ { "13472532612464340803", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "12388375914105990324", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
+ { "11582534256623549131", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "1653274345637156919", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
+ { "5893940382830835820", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "17700958439420868719", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
+ { "12730339458081890990", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "6631816968511312100", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
+ { "7000524935770116969", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "386749666417295495", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
+ { "7162575953766465459", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "11398019086259011063", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
+ { "3041612155708729812", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "4274801141127703532", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
+ { "4865023158176874622", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "18424912460022156378", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
+ { "10408322429232132983", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "5277400567128489977", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
+ { "6848989271874647093", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "10085059621136526248", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
+ { "12962552332511702682", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "751912075185318190", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
+ { "4505008254511324231", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "4191326605459754690", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
+ { "9824678205469832038", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "18245935804520236353", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
+ { "12309132521191764927", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "12843671306854567956", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "8275277322582733101", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 52) },
+ { "13698389420396031586", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "12949204491386872217", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 49) },
+ { "7370273921473161914", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "941829593638869991", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 48) },
+ { "16206791915939407806", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "1500571771538985941", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 48) },
+ { "2095802691829304676", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "17542414935564676110", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 52) },
+ { "12380856644683171627", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "1451466106918423837", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 52) },
+ { "8071957466247137919", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "11661208196482963286", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 49) },
+ { "6635217802203685464", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "265124365266629363", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 51) },
+ { "9513032457323269513", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "11814740669468421049", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 48) },
+ { "5221320470007950766", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "14359530849521980269", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 51) },
+ { "6181651715051152713", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "1450888744802985214", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 49) },
+ { "2842103889477438816", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "14006248791647711759", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 48) },
+ { "7072606962946873975", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "3599823735065658574", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 48) },
+ { "11311859068168414878", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "17525531790109748810", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 51) },
+ { "16749148369456398030", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "17556238490521153146", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 51) },
+ { "6067904130482758510", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "1791615587935799399", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 49) },
+ { "12985650543127289023", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "6714886136800883594", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 49) },
+ { "220326805056361171", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "6777045876155144709", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 49) },
+ { "9454512817077883797", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "14011124615649605281", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 48) },
+ { "994489782629179836", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "4338023436590582323", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 49) },
+ { "1152693503778768433", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "5994204139128667921", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 51) },
+ { "17243576882981097341", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "5524218746051008792", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 48) },
+ { "2669822154816760632", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "7179714714302073459", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 51) },
+ { "13002363400738122017", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "17006095064160484022", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 49) },
+ { "13733327241591630239", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "2623687018437195679", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "14077148976508649021", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "8272823732258536202", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "2451712485584835395", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "8057302050645780813", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "7430073011895298582", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "5095827462645341808", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "15129834325410878425", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "9660812093766156608", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "15781622938833984014", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "1089679781525023551", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "6129602738379919488", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "5287076386757143976", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "16076153317792960383", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "2108296560864415762", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "17006655627343469372", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "9404677451270692749", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "1372939511728986224", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "5311718276151327830", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "529543453251381109", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "15591167992985613695", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "15026219694198820614", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "8258382025812748961", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "14810839157236175179", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "16117738994809548007", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "659846949368492111", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "5211191663202250117", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "13418701036204748812", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "9714764457768279762", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "17310332946322628458", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "15975964562807570772", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "13447028922679236865", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "8337820318779061494", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "18136765667969393174", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "14821616804286068969", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 359) },
+ { "18386376129938707290", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "16609136488331186895", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "1996860183441418841", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "6491244517639245276", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "16312223896859176991", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "17833517350994024381", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 372) },
+ { "4226968857681929488", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "5141753233513623264", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "6860503758000008398", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "16489624657475712467", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "7862815466573236157", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "10679760989906275129", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "852092858392507925", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
+ { "6996376303337512293", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
+ { "10978173291465325823", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "6670327979947471550", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "11318913630213187720", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "123251351612308092", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "10784073615329190425", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "2261453441277654139", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "2937907409658060025", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "7852144838267007144", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "4408772370026995920", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "15411474884532403722", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "9462315044265139531", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "6419580456182610836", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "12277470820821378855", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "16865879032845300007", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "2862999234347597091", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "15447513376965243034", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "14420809655798184553", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "12954154886708228545", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "7575634241190730697", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "2344498602308448450", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "4304041922043496030", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "10971070835319242371", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "4862529593282936100", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "5312140481706133684", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "15522785615618973614", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "17798636687709019154", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "1938086876393565238", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "11897113890115321056", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "14363654136811880073", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "3928266232090746643", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "15882969506682501496", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "16426179645101678763", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "18174857480705846286", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "598390166442977699", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "5522698342845820411", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "11559360678008060513", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "13184662326021747000", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "16037141448095945650", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "15094664469997373662", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "822162932339827810", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "2597453794298356435", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "15851356529373376076", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "7966454753124154534", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "7311120574972466702", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "16461809076899645037", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "11655994466278963438", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "6981537186704688907", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "7903891232234389925", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "4229105529069729944", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "12796777049340516563", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "14289048840489035546", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "4239133538073498792", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "5103094815475470596", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "8560635685184432720", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "16264774056719724826", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "2571882179292959757", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "16758962840329202004", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "4550028191070279999", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "15661322183507404821", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "14650567822254940018", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "3755253206085028904", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "8751016391945753900", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "288853243482418538", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "5047419871737940985", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "8819268903800581706", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "3746573775462003750", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "16286085532892593349", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "16547425454653232058", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "8195881973746570408", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "7712831597869354170", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "17035903590837750750", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "1907439276166837309", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "3036808833459559381", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "17928043901784474130", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "14667209474639064623", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "1701609125136907870", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "2140514316203117958", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "9366201112659847392", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "7808544677773370430", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "2251029128552117936", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "9529614587861271730", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "16811402686462277562", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "10554266898346470422", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "7817036102984218692", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "6329618009202266591", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "16936366288366370882", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "8025053805734757314", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "534032316469702287", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "3963106895592011725", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "17994361454416813294", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "14902389080201926109", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "3796274347773622633", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 359) },
+ { "1306339989221885682", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "10900880512948479338", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "287386909600391846", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "17542176922797334839", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "1081962464388501987", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "5831419373611158773", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 359) },
+ { "3179874645565098825", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "14906458674793172507", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "7334966010680206302", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4161141078006269526", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 272) },
+ { "6522575549211855712", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 314) },
+ { "5629373398445592781", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 314) },
+ { "13374993751390784382", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 305) },
+ { "12976499206227689731", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "9882204352209412039", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "5041111302824362529", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "13869716373706247686", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6438522646185979880", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 350) },
+ { "2406816735581074778", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 350) },
+ { "8881150100883636392", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 350) },
+ { "593712935037568960", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 350) },
+ { "11970881115757095265", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 350) },
+ { "5584432943673435454", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 350) },
+ { "4560479630843098090", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 375) },
+ { "15374625876485618845", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 350) },
+ { "12278364834477923930", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3122997634505472500", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 300) },
+ { "15669490019428002270", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 302) },
+ { "13102754309439605192", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 350) },
+ { "17912189681971987483", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 351) },
+ { "8153567933591966877", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "1604661321386793876", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "8990561333549136048", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 250) },
+ { "10728212277329722684", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "877436308867220589", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "18375125668176498051", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6767245864232675168", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9287404618748313247", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 310) },
+ { "8728178019712933221", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 292) },
+ { "18251360413872841969", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 340) },
+ { "18271689282126907793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 340) },
+ { "954796765467489259", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 292) },
+ { "13597240991532942069", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 193) },
+ { "5079055505117153635", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 307) },
+ { "4135003545872878882", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 192) },
+ { "11883485911218628865", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
+ { "2242915551775617989", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 340) },
+ { "10556089809203693400", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
+ { "3727142736386026852", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 340) },
+ { "1622880009460832832", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 193) },
+ { "4437258459981739942", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 192) },
+ { "14691372262153587653", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 292) },
+ { "12181607120522804433", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 340) },
+ { "3159681096461848644", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
+ { "6729785110495533200", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 340) },
+ { "15322019609805777935", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 192) },
+ { "7024495439434892956", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 305) },
+ { "10416622008071151225", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
+ { "5796500397424307442", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
+ { "15702382940521972117", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "6093575518270471235", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "5805383505505929391", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
+ { "1801731858063091191", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
+ { "1559798212423183813", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 191) },
+ { "5594180958505308003", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
+ { "4766071144928072260", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
+ { "8650948093564284852", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
+ { "3883845471211207871", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
+ { "4366168099274266975", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
+ { "578703329577922869", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 184) },
+ { "16863960779539003201", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 268) },
+ { "15450609897480659306", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
+ { "8203550467004532364", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "7431849514656037251", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "14484890926084856480", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
+ { "7777333052643961206", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
+ { "4424217045094988504", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 265) },
+ { "7994179151788368291", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
+ { "15192024816519005250", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
+ { "4747159205186229582", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 108) },
+ { "5485971317082563152", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 266) },
+ { "18128162750557822655", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 90) },
+ { "12421707187947291166", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "792684262493086891", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 218) },
+ { "941626985322260281", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "11868551452004726281", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "14352303529756685990", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 210) },
+ { "10702234389482091891", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
+ { "3895088069642140043", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 105) },
+ { "5334566325056222430", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
+ { "8306337702797456793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
+ { "15720507574336564201", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "3277243911383750280", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "18150429561058646714", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "11169292427557543138", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "13933912937625580405", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "8295126647635181949", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14213516751025324346", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16509472637458153234", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "16589607587365212240", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "6988674007771237080", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
+ { "3448477246688526708", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "8507854696766492454", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 171) },
+ { "8906588133431586825", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "654122557966242717", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "10196332102593337214", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15831600396403741571", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "17808913959977434594", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
+ { "15548971488532746290", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 250) },
+ { "13468713306678453952", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "13613399861925108148", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 122) },
+ { "17802514063213000148", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "13093429681061786539", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "12247991248100147706", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "14491949194619001237", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
+ { "7590767013583950613", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "13210604117940125947", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "4670443882075998209", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "2857337999074313592", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "16036386660666696362", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "755414184406250882", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
+ { "12190841837604350271", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "10292243973236220688", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "17793292063552633023", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "7605139219344415117", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "787363431787954804", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "7000486794832106857", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 359) },
+ { "13608239208821071914", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "17281202179589913619", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "16985912104363932350", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 133) },
+ { "14744368497944610864", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "3737552767159920174", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "3792945601873900927", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "1364546124782880196", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "3689722043202617487", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "2632535010129224704", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "10968768803038046390", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "5353552956675518468", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 82) },
+ { "7866128397931438774", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "18233660940545931789", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "11670430946096342056", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "2627779045483019709", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 92) },
+ { "11066913713501760080", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "2552187713769926425", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 81) },
+ { "654821507679356726", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "7606728651572102823", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
+ { "7549378486471456156", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "15410074937424854348", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 93) },
+ { "15114370307779942381", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
+ { "2040762223425679479", std::make_tuple("fully_connected_gpu_bs_f_bsv16_b1", -1) },
+ { "12112853999307505628", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 151) },
+ { "4161612746310931789", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3388752887767453958", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 227) },
+ { "14046990030104971367", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "16230621843665445228", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "9274179337770060652", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "5115134711994944288", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "13898821685774165645", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "3007637520820789085", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "16294825599850364701", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "14681717813022425567", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
+ { "4915831715914920982", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "12894240573737168362", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "5448537627319798272", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "14389915292223442327", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 124) },
+ { "14274685812676150168", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "7732899312577293959", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "11956435900037329302", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "9263063714383940562", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 93) },
+ { "5824801192141531089", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "5608133987357542077", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "15392077168521832549", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "16446533347502650316", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "14762599606783897222", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "709835724029986012", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "1572991986657256775", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "7398196853452900099", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "8140094412609934765", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "2659031931257084418", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "4640028527711211109", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "18172711677056449158", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "5183231560876991543", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "6821855018718422278", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "13237050834496100264", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "7164580481046523192", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "2490155559809645659", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "15430549683839591544", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "4553409514380460123", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "3041752019114501584", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "4161001033681779582", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "4764776977138392550", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 82) },
+ { "6882621854468565774", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "8881135571874888085", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "14038261392627717712", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "628191607060767879", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "3511588484597779204", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "6904130543085920483", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "7924408980408826942", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
+ { "9416186718345824095", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "14719421757340260468", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "11936419502418995274", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "16601702334097258697", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "4800587664660105589", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "5336120047683197088", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15897477855246170861", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 302) },
+ { "9780938731831129283", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "1473214668483422172", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17515573322312447679", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
+ { "18356980026934328781", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
+ { "18077281411861416889", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
+ { "2543041530639980505", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 291) },
+ { "16370218798911151331", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 290) },
+ { "17316626950179740845", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 144) },
+ { "10414903047695486119", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 155) },
+ { "2809950092498355574", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
+ { "12011982029561277581", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 295) },
+ { "11267742746905371769", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 291) },
+ { "12534001599784153836", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 292) },
+ { "1882052795393187384", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 290) },
+ { "419783127503173016", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 144) },
+ { "14211903923555028634", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "10892706534058849825", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 295) },
+ { "2345023488044002149", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
+ { "5754844816339228920", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
+ { "17015791782274123780", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
+ { "3706994659266083979", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 177) },
+ { "13324157125165576832", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 155) },
+ { "12014527187730671229", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 173) },
+ { "5170245731599664670", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 250) },
+ { "6854611304056079417", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 250) },
+ { "1954052357826969119", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "17824431042110985323", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "3603706453982734995", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 140) },
+ { "11992353959766718397", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 186) },
+ { "15163327502374403643", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 188) },
+ { "16758697697363920520", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
+ { "10930115765550856328", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "14418429155823196539", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "1628593159980574595", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
+ { "15675968397825708285", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
+ { "9594594523961285945", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 188) },
+ { "6634330132674952638", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
+ { "8434794604559592624", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "3150231129728961455", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "12545558125736154584", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
+ { "15485701086886851362", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 190) },
+ { "18005721959893562716", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 190) },
+ { "490233152678323691", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
+ { "4073467095502162430", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "5801429077171542466", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 99) },
+ { "14841539539334726292", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 188) },
+ { "9404953235624894187", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 89) },
+ { "17995371099806008878", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
+ { "8961138963663532667", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
+ { "425744529089575241", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 210) },
+ { "1316444335300814745", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 244) },
+ { "761169277744593430", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "3325727286860556323", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "2526832080529662683", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "15470013032930986062", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
+ { "12255528292506999241", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "13119479079474639169", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "12813978452097969536", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "4991419288164762786", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "18210370419559876426", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "1616603916015535857", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "14962768577232034246", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "1452597292381229708", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "7104756264011682902", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7744787957569714828", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "13503688893307029975", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
+ { "9133263538092913983", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "1383899865465106141", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "11829442945690098558", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
+ { "12394049027081208902", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "12159582810513550491", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "17738299860390552088", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "797387385159110695", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8757900457181374694", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "6048964584602891448", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "17882819773586674851", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "17829148383265978140", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "14711697456265712456", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
+ { "724953082687879224", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "805221045541170643", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 143) },
+ { "8241070786700614317", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "9191832520273617003", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "12408889192918919210", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "4885944395876887711", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "2651385050387738902", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 143) },
+ { "6303682540621797774", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "905780459938651623", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "4476928353532757380", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "13681462437496627948", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "17243648226968859637", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "11192356850081328892", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "9323825370872655346", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "10000618285883395700", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "6418327009347170687", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "8528750110601691390", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "8061914949376516780", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "12992194515157698316", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "17870874477143985774", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "16234606052818596502", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
+ { "9148379585489720669", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 102) },
+ { "9270950131920019932", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "17001502418583498926", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "11163107409437069532", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "11465965972527519631", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "2534408579674556441", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "18109284647478027063", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "9849272539053219052", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
+ { "17382660912493284320", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "7877332346656934022", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 311) },
+ { "6323026044750482867", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 340) },
+ { "9761573038170759563", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 119) },
+ { "12098146032672599222", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 195) },
+ { "1403617451623027879", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 290) },
+ { "9058996149754556268", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 291) },
+ { "5864250949922222051", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 291) },
+ { "15847413004526420496", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
+ { "3199841714087553410", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 291) },
+ { "4957638663977636791", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9437794960375526230", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
+ { "9475130054420979752", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 192) },
+ { "13312514874803986753", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 305) },
+ { "15997754881872769378", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 192) },
+ { "1941341635794709702", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "10157866834809927320", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
+ { "12308359047798183133", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
+ { "2986189945936592561", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 269) },
+ { "6928835003016610382", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10084794570892043447", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
+ { "15417738436777481469", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "18377298651236993830", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "7354234812009979811", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 103) },
+ { "8656468860180713379", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 108) },
+ { "14472187692485966933", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 108) },
+ { "397770940444464146", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "14258499419905714808", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "17599396373608265826", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "12935563359569230797", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "4892959859293355837", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2802810524370514276", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
+ { "10290107543739998181", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "14907097142953816744", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2525260242689556544", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13328449155966085543", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11856266545854830143", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15993427814066246646", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
+ { "2100891581797371600", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 316) },
+ { "12242618640422208652", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 299) },
+ { "6133592828563353516", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 302) },
+ { "18232278892738147217", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
+ { "11992625045241269569", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 351) },
+ { "12601126285773042005", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 351) },
+ { "7457899998356343871", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 311) },
+ { "6343888265369366589", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 192) },
+ { "10791067159964399241", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 312) },
+ { "11327097771110264965", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 192) },
+ { "5245308722062496788", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 306) },
+ { "10792503079194374004", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 192) },
+ { "4818231379191523896", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "2198278382394812839", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "3800011935243649447", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "9631545863582097486", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
+ { "1779941298820543013", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
+ { "3621930417735246405", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "14435120971846098308", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
+ { "2893564501191050837", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
+ { "8108843303778211282", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
+ { "3682813162987778705", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
+ { "15494543914974994991", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
+ { "7565221050911842393", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 93) },
+ { "5629670679897666607", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "11754316727756881612", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 108) },
+ { "10990741293315393791", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "17024388383581997032", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "10302338806536775954", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "7915318733663535312", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "13702692566238948173", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
+ { "2909728331855309274", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "13071545223094862275", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "9631481972809246378", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
+ { "13540002981450186147", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 104) },
+ { "7076937538747704750", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "18043340998699622388", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "7148542290597073512", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
+ { "9040046051053703359", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
+ { "1077773457856682663", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
+ { "4716188972902735458", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 295) },
+ { "17343050785312683560", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "5687802882700097624", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 290) },
+ { "3524531620118359828", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 177) },
+ { "5688478347124565305", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
+ { "5504757952698692953", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 295) },
+ { "13800387305792597325", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 292) },
+ { "6574971185849732667", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 158) },
+ { "10573920781439771673", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 159) },
+ { "4992668316921598993", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
+ { "15778834188130183853", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 176) },
+ { "3062101811226530720", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 151) },
+ { "428659495445490820", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
+ { "956022649859563080", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
+ { "13410850301164057911", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "17423645390621980919", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "7802311886554362782", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "1172103288112689821", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
+ { "17353894529222574441", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "16431857516454692096", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
+ { "9100044555742394133", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
+ { "13115589642140732066", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "16190949264253468961", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "7026575758396092435", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
+ { "16761856644242716357", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 88) },
+ { "6341197991729122563", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "17087740929472936216", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 101) },
+ { "10795104632256101599", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "13327653786981478088", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "1096671695414716274", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "10774528268153772208", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "9525853014023664813", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
+ { "10632020369698615114", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "3234107167862677811", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "8708643228914766202", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "12415368596357091523", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "1028160614515220430", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "5927467766675317093", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "5275016494706355806", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
+ { "10947686124973711385", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 54) },
+ { "3349519148124496343", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "4003433148846544263", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "11718418772370938734", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "989564341557094953", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "6942049339361951275", std::make_tuple("fully_connected_gpu_bs_f_bsv16_b1", -1) },
+ { "14555883089089918919", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "15320845027635796583", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4014667229872705228", std::make_tuple("convolution_gpu_bfyx_3x3_dw_opt", 68) },
+ { "2438374917504708831", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3272017687600371031", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16067605128297748820", std::make_tuple("convolution_gpu_bfyx_3x3_dw_opt", 69) },
+ { "14150012830816329527", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "804195263636995800", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11528417522960871233", std::make_tuple("convolution_gpu_bfyx_3x3_dw_opt", 69) },
+ { "15378025640603637387", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12860222041026638681", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12725647706191463348", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12553441041059632729", std::make_tuple("convolution_gpu_bfyx_3x3_dw_opt", 69) },
+ { "12782191856884962803", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15824189967727245909", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11149782181562145291", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2653651564133701304", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3526580286148537369", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3985659568982275663", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "13642146548740074992", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 373) },
+ { "2349007644347065353", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 119) },
+ { "6146876760962332928", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17434429579652310107", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9447458159095730492", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "8655883535274781128", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7272538316511343863", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17564338309805484464", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "7881187047171099732", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15579919505002150556", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "11583017348580874022", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "17915846724151945664", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "5319668297345215520", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "17208186152576814861", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
+ { "3633858263279042265", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "13853056718266488510", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "14759179293743468995", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 226) },
+ { "16995873636564597028", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 105) },
+ { "9438739171104456179", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 226) },
+ { "14429081455612806819", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "9819596940685093690", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "12085348936192462321", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11951606039079763598", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 309) },
+ { "8769060267707904998", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "17104611871050967957", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "2103882464623009432", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "2659712601063515059", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "9759380701896779097", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 350) },
+ { "13842309033760176194", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 347) },
+ { "2418288192668085805", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14994322266840011040", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16402312692470500253", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16955653765071712611", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 344) },
+ { "8739347545059610410", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13459514533473657102", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 305) },
+ { "7824524940405130010", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "17796310681498690253", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "14823616678465136590", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "13816104794723484993", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "846088275031979661", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "18125732229366977468", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "8464582977975377118", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "6290317420155851465", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "12696412964119109465", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "4994591211723226974", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
+ { "1036010477232750453", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
+ { "13786357802945430475", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
+ { "1003101267609305257", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14991602704357959545", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 340) },
+ { "6181308879301978465", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "15488550074426713959", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
+ { "4062706195708729345", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "8594644182487917002", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "15881381297320383917", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "6040286126398028933", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "13926122593957480821", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "6213386558868267629", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "4456004887590847716", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9642229389394495047", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "18259656768460999562", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
+ { "4983880246908724272", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 264) },
+ { "7881579844586294503", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "5331173521406046122", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 365) },
+ { "3285520504090196295", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "7143510787416483146", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 365) },
+ { "13104509059416300615", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 307) },
+ { "10090923790949378407", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3429844423226609965", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "706049518431331645", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17193614571243427089", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3621424752591567930", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11066930104187448422", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "209732971447020989", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16044646335477470657", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 299) },
+ { "2172121470071868949", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3392693938352572136", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5495063314176654751", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14553856088069405595", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "4967444801764057340", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "12160764253455777655", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17723621158215826108", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2171768477223405739", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "12672995204641007004", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "5622089373755094139", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "2129726780118554358", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 363) },
+ { "4160656836528944651", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
+ { "11052732052072367261", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "18432787283148809023", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "16172528828198474326", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 232) },
+ { "16327433707667075261", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "2797723586312707948", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8451212914744825089", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7025975403069487257", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "8913950860101596091", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "15308578014507211237", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 354) },
+ { "13132804928635689780", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
+ { "4465781406991476376", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "16266491618150971928", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 217) },
+ { "181006047500375768", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "18140951659547259039", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 371) },
+ { "272730229972987861", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "14898892437285105327", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
+ { "17252449599613270108", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
+ { "13436376034548670107", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 219) },
+ { "13787436604877398090", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "8873614802459592665", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13663893159182636270", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 375) },
+ { "1361159591875955678", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 375) },
+ { "5912303851874077576", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16245760498096322525", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 371) },
+ { "9928406318940388716", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3036512701943687724", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 359) },
+ { "5334291640387922287", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "3002986032379998259", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 219) },
+ { "16469788155263456039", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8709632541892447149", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9524303276541517389", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 191) },
+ { "9354818521586974021", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16781127329510211966", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6351572488552853754", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "907036267078333137", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11855070245618904113", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 194) },
+ { "4544242784357021697", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "18218631037214746168", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "178353385245384751", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17658152048177750315", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 217) },
+ { "11636129433022017868", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 219) },
+ { "2622434279674583815", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 219) },
+ { "14335074487552883436", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11175955260573469979", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 220) },
+ { "2732519635571994212", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 239) },
+ { "13893789954946953427", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 218) },
+ { "4355933224673863178", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 365) },
+ { "18037918102910297531", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 354) },
+ { "16071723603031305677", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "1697248235682953135", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "7843498978148810586", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 239) },
+ { "6767159196241633301", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "5097818987523855112", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "6623182990939010641", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6711878663358611849", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "8671491767142900139", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "12164298124869114517", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "17089801601582809764", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "75742659105146536", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "4652136280940317116", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "9751582946441607796", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 99) },
+ { "16706244336960642883", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "12581879452540858313", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 284) },
+ { "17443356777503458523", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
+ { "939718260623752240", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
+ { "14131851237755716991", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "7474639594232203854", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 102) },
+ { "14152716242882609401", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7998930863626763670", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "10323345824599612614", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
+ { "30229601562833524", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17788367809717898285", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "1509728225855233852", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
+ { "13139625572508441980", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
+ { "16491532291908469567", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 354) },
+ { "6355395905401306995", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2096779676054335057", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4217179485243909459", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 232) },
+ { "17101789600628162503", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "6139574161497189424", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "16559140502701231107", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "11459784003592366395", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "7869916853707978306", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "3889519976910355277", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "12081835728078383819", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "14923692894655929923", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "8132521728369930959", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16108573960501496757", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "11086699387784339943", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 226) },
+ { "4013707396889204359", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 111) },
+ { "11850332373794932468", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 111) },
+ { "14763982961176216679", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "8207349115037232863", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "3273748387141431306", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "580936360000782237", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "10682918518101379579", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "13178480813522103091", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "11254635684957519432", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "16816222375242496370", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "12809199739984715013", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "5040730152867713388", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10429613013253088132", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15451919862187018297", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "7546586420552408243", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "14487682847898298214", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "3106710091841093202", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "6458124573210430792", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9182897385081081193", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "14462438074931673266", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "18133334552107213128", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "38736266675995457", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "13654816209891478730", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
+ { "6263019986730305851", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
+ { "12929981792125924963", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "3138374672801504481", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "17009318615658405230", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "9421643783312790618", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "2294026590516781945", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "2940027113687311893", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6090625728451718945", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "5643908654122573882", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "9065894438656900887", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "11185156002426041243", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
+ { "14670068483447729857", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "4623542918584461522", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "1143214652021653634", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "1434535531617424039", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "17025268985366223779", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 104) },
+ { "11507538232733291666", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 104) },
+ { "6149673627320838019", std::make_tuple("fully_connected_gpu_bs_f_bsv16_b1", -1) },
+ { "16474284418841532356", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12461575861709234385", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "192209423643075326", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15490478608105402679", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 223) },
+ { "3491333679577961640", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8176012042686275874", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "4282198629458668761", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "689445825453914111", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
+ { "969746749329671447", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "16833026567865627676", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "13046322179198317310", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "6902644989079870993", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
+ { "10987953316324712538", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "12515465135362865565", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "10049571207493913006", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 226) },
+ { "3926585856863002495", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "11275109735493317886", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 226) },
+ { "12238674883388043717", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "16108759090923335184", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11756881293845417212", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "17839839336294937155", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4703107905652287491", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "18180820925685532104", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "3835286851569826052", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7807983899017500046", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "10294185397756053636", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5519535335798045279", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8701248964531180496", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
+ { "291868903926685441", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15239764240622554314", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "15963038745470172423", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "11428599290755097395", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
+ { "3180320769716158201", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 108) },
+ { "583303098958523195", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 269) },
+ { "318377908569897093", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7353563160591978243", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
+ { "2582625260054352916", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5609922876429907954", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12557015880639217508", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
+ { "11528310408333718862", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 340) },
+ { "1471837664358450291", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7351401242363888463", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "953306082374100275", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "15759530339367380982", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "13300022131572486202", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15689502054035168040", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "16969463538496570528", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
+ { "10237524128771958432", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7969848911698660033", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "7130694811424715594", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
+ { "8578747191812631883", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
+ { "5197105253412476591", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3120553928584920777", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "4750894407873652809", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "12667014405537239093", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 359) },
+ { "13644681270630373984", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 372) },
+ { "7187734276051878356", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13253775441326432265", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "14733510474010040334", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3336303478756453360", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16352331970945217438", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "13484950419220835364", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
+ { "4674416595144505741", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14559308665571750465", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4542143431130171516", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "13189392239349392492", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "7009735776703529573", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "4220826666482500445", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 273) },
+ { "14792528369891965810", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "15287650965861631130", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10308175009371219583", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
+ { "2903605246599054308", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 240) },
+ { "9213563311267466388", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 188) },
+ { "5019077257951332016", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2497756607567197523", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
+ { "9285566577169147378", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 190) },
+ { "3432296808755992670", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7688176479120305539", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 88) },
+ { "8818070832398055086", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "8787816339967963727", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "863952266514375915", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 143) },
+ { "5835634465164771899", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
+ { "15101680837342453931", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 83) },
+ { "1116274074896622552", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 132) },
+ { "12790788016297794214", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 43) },
+ { "13538051178827008933", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
+ { "16403423801823379909", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
+ { "3723613341885592267", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 1) },
+ { "3830703844770425343", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "40704767167309552", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 81) },
+ { "13973028408397200796", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "16561224775421968533", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 1) },
+ { "11243840588602365090", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 1) },
+ { "14103112843209793966", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 1) },
+ { "10483664832302187567", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 1) },
+ { "8100595788531468781", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 1) },
+ { "6620782733027313312", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 1) },
+ { "6949539207944972855", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11207257238719531888", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "13898284586432291433", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5120466856097219243", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4197617702037834389", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "1249137685908951501", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "14716719350966652036", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "4840004190985490064", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1540041682425757361", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "3715177305271762194", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "10001963042016663554", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "481328129206881674", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 359) },
+ { "13404888565084206853", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "12348135936862667024", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "15471470494305051299", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "6181272224000872375", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
+ { "4701832665603867798", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "2030309697153345387", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
+ { "5644068493155655611", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4867937397499803072", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "2702144517025248597", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3304589333915676807", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12894625941923144893", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "11649407835105973949", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "4897991181236908768", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "12179581684777023804", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2806529556090896246", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "11327228813412934262", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "5485749317130402302", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "3499243120652875549", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
+ { "10916647716124396856", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "5749536453225343663", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "789359733867650915", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "12626014184575881530", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "1201692134690347847", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "5219399418946822456", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14217181622713951411", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
+ { "13025323039227543550", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
+ { "6114147683777615071", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "2355214244972870639", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 154) },
+ { "3167336012388169649", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
+ { "12218337369633748663", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
+ { "7264756313770306662", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
+ { "10492056481694320580", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "14281201038135286621", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "8127190765748950828", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 270) },
+ { "142486914279119363", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "1532263118203058517", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
+ { "5482851829165191681", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
+ { "10548792624072794724", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
+ { "4239415134522959352", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9028970753877215614", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "2324120381399737261", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
+ { "10267260789603562117", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "9988801796928462423", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 155) },
+ { "12516911293946682547", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
+ { "9213886570531053949", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "385046297070779752", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
+ { "12541834857357563605", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "11709992724966310174", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 122) },
+ { "17222005830854879661", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 15) },
+ { "475043738497218394", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 138) },
+ { "1071007164550012186", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "6719302427415173754", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 80) },
+ { "10482582307328548806", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 1) },
+ { "6351347283201596793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 89) },
+ { "6531171505861182429", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 4) },
+ { "879005904827468163", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 1) },
+ { "16290626406346691996", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "4569338575782832784", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7575675354187625951", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 307) },
+ { "5795073619189010837", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "15123868617509445149", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "5601435819039968726", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "14104238386345631681", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "17377293745073971167", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "12134712464763856064", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "5524215233998361104", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "1103228955716492167", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "8618835732380720921", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "15908673392788376468", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
+ { "8482147530539941792", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
+ { "9069334144391048686", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "12493863403516600413", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "16692569816843207989", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
+ { "3438116423688595487", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
+ { "15602863681196390535", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 245) },
+ { "18277685132620834972", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
+ { "16541722316343690197", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 123) },
+ { "875142032423622622", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 121) },
+ { "8965747921518186477", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "3067806959725855130", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 143) },
+ { "5779388310240896974", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "11092828091552833150", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
+ { "10295330953350618042", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 2) },
+ { "17791773192152464021", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 143) },
+ { "4894227264080887361", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 5) },
+ { "381149736509958403", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 1) },
+ { "13603318842632052764", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 2) },
+ { "8929453032482114162", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "7662200927459001757", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "11473442921040533207", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 340) },
+ { "388828310152538138", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 340) },
+ { "1643241486250690844", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
+ { "11806105193035393795", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "8843585527713905568", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "13248567106128518549", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "13708979487306970634", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
+ { "14406070210216948643", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 340) },
+ { "15352245788978088971", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
+ { "1435153323458789173", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "17638692805430115529", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "14068780861332616363", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 340) },
+ { "6656593119788274992", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14695781272831602408", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "15696910741835640150", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 275) },
+ { "15315327794058441258", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "7545013298074733778", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 176) },
+ { "4026686872534942904", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
+ { "6553736978928374036", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
+ { "12129572274423886770", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
+ { "9723314434598141024", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
+ { "11031625790234068916", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
+ { "1138439260035360722", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "8323445733669842657", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 143) },
+ { "54019631544204590", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "8971115542951085891", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "4584970211859494304", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "9321208819255762521", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
+ { "12617625046664709483", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
+ { "8264178890341675354", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
+ { "5334190564423375247", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "14746359019867963124", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "2044363708106765326", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "5132761922124425835", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
+ { "8141428150264829362", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
+ { "276407276027553756", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "11878734040194151073", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "11622925573287101001", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "3192332625020432602", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "9785114056964539323", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
+ { "9410978119783758141", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "12523676912856063091", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "5912451559447635837", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 281) },
+ { "10264913782610095832", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
+ { "10309083227104422150", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 136) },
+ { "8500148569566077929", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 283) },
+ { "6578908625437515675", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "13762042713029963144", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "1561225943337590599", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 121) },
+ { "10917498758625273194", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "14335423820860953927", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "4428101657497677982", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "15901675909820977223", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 2) },
+ { "7962991673727743706", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 1) },
+ { "12141300895511301068", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 154) },
+ { "17106086048442658788", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12707946849050970702", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 150) },
+ { "17154337492545826355", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "10109431802089940590", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "9428176632140441528", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "52089503050497755", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "12297371032753209816", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
+ { "659150305191479097", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "2065752819810364738", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "13583166868754499339", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "13991205023798493715", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "8939683514448064461", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "18337160891834020517", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "1154228007901031779", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
+ { "15156525717629023944", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7757331094141318304", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 244) },
+ { "16779678846332091086", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "5409924335138540834", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "4149728557142033774", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 177) },
+ { "6443517114667332732", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
+ { "5419041493176804960", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "15948383678216076358", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 244) },
+ { "9604982746455852556", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "15739274921308457528", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 250) },
+ { "4642234334824303290", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
+ { "13200151444914751729", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
+ { "16894871557229780934", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
+ { "9933958860597451711", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "17094948685292534952", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
+ { "9762182215179534181", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 250) },
+ { "18273537339378756543", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
+ { "7720939595094113814", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
+ { "5865480930796299143", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
+ { "10058165874008941852", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
+ { "17309326904418811234", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
+ { "5592428580503282095", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
+ { "16348402367953880206", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "13607830451968188080", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
+ { "9311802150474489673", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
+ { "5159470523468873105", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
+ { "7975810844103449438", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "11455843788148231615", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 250) },
+ { "1410630713443793537", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "17303408650780384587", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
+ { "12069726772532946193", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 132) },
+ { "6204183474669103812", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
+ { "12874626654611400042", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 131) },
+ { "13546876216568825877", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "2973436171295280783", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "1908809004094565452", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "2322559721899919275", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "5766507688771440170", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "16626226341188424071", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "14224121742920800990", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 125) },
+ { "407189201971322683", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 15) },
+ { "8460847842045253466", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "879896719155824868", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5219048275475447369", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "8707189142909022305", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "5948701218437980356", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17050143605017295447", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 158) },
+ { "8906185843274300447", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "8321769923556905957", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 363) },
+ { "10433541468308381909", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 363) },
+ { "10405183426600618231", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "14885109535362957947", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 101) },
+ { "72444706264681262", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 192) },
+ { "16818714747882774917", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 192) },
+ { "16236397968499692493", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "700717277178942679", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 363) },
+ { "482564204402769504", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 363) },
+ { "3221221905804708596", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 363) },
+ { "16467987800266816984", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 234) },
+ { "11599932445375240727", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 192) },
+ { "5057534502588100071", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "15640202505592598653", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 343) },
+ { "3355259926747524578", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 343) },
+ { "9226443907548972870", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
+ { "8104309105061227444", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "18384657372655350144", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 192) },
+ { "13739257060165119132", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
+ { "9810904714798127155", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "15609627722687211129", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "14738573151275130683", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 363) },
+ { "9421927854269492263", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 363) },
+ { "15962533525948221648", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "15856268902838573812", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "4085450203909854919", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "2370837049876630969", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
+ { "13464226348405628455", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "12228963567837353733", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 363) },
+ { "10377729875228238588", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "16362139250976572928", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "5420766967862917815", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "14578291812739325465", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "18310667924071639899", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 363) },
+ { "16853250891250756537", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 363) },
+ { "12990341489637414845", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 363) },
+ { "14630499010941056793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 363) },
+ { "878892264408839067", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
+ { "9259437778054905599", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "14974730512607138726", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "3600066510593746268", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "3140230065585683313", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 363) },
+ { "15891662883560480723", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "11284755586130392759", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "2281119269283845320", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 223) },
+ { "12246408434917478929", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "13283842370311517843", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "13753473508578037346", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "17123153447808465303", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "10700011669103135203", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "9979259596137305973", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "17225578855755054959", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "6471563320494376693", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "8146945902795164796", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "18372284940315010254", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "2194607895573544953", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "1332624116953483870", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "158222105675022402", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "6830387121684699972", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
+ { "11077503608116183709", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "17847109385592002207", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "13384754476437374504", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "11462462742322068863", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
+ { "4265693151382066296", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "11070620435959083971", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "6982733543386888622", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "3563614453014995411", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 166) },
+ { "3498490999014554104", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "15595549493819416194", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 105) },
+ { "14532844474906286088", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "9562291747339451180", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 23) },
+ { "6772239376357727149", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "10690972785852373520", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "4488336106517889531", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
+ { "10058614204420018541", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 1) },
+ { "13865227850818392065", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "14100870590396726248", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "10848277915422577656", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 43) },
+ { "8121179472578287280", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 1) },
+ { "2502125887857336825", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 1) },
+ { "13192808619929896995", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 4) },
+ { "5115661026367632863", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 1) },
+ { "12812685418923919055", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "6293403765897901528", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17596685300497748803", std::make_tuple("convolution_gpu_bfyx_3x3_dw_opt", 69) },
+ { "2150326211917340956", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "530491406341772040", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15197248015210313435", std::make_tuple("convolution_gpu_bfyx_3x3_dw_opt", 69) },
+ { "2816353973187452604", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16383540667048742064", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16820082917500285799", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6820284286806022849", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17285815901490707654", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "994182747184593564", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "6642767323474835034", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "3215659303601163167", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "54975980454651672", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 351) },
+ { "11529876081402974396", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "14026570177552137240", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11686670048744589243", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6678796313875454849", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "641417817126876622", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "9622546530872848323", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "9194788897910888066", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "522181557896569275", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "3332334993503432420", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "16131448347558322280", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "6585223640997887253", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6205240287062600210", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 302) },
+ { "17522452942286240233", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 221) },
+ { "6571438978296387721", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "15511138074959300404", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "11107930597263802755", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
+ { "10320711719466983961", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
+ { "16884228931101540030", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
+ { "8253823502854784432", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
+ { "6025872155179042054", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 250) },
+ { "10173283505468233128", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "16094174852600023296", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "11077876432364512822", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "10586018593856542117", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "3109104171383198425", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "18136135457402651842", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "11834683513280095384", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "4806571630436601566", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "14849108908297747749", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "3644282167178264526", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "360872770877634346", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16720108310653948550", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "14353390922580547467", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "9868561386826862471", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "17465517455679097501", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "5570311824197099845", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "7524311370696987092", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "14070988879848388270", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "8296551195150971668", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "14352796912241296357", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "9840495023131952174", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "4720851194954041037", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 351) },
+ { "13852065717057446998", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4342360467977736802", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "16336482874764861478", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 159) },
+ { "6075691042233712335", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7570346182940928159", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 176) },
+ { "12971822824884826169", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3033264172690274208", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "17301887391757619741", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "15790005937034794347", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "15464327246951632247", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "5659168916726488798", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "8079376692609682448", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "15160738482264643601", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "17900257435531434807", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16789135236017252073", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13224814158106791463", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5078905972285278557", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4196367396954155354", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7009873605945341897", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7199295899520406795", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "16833854122884184025", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "14599780481362761532", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "2572395498687401679", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "11810221946429451169", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "18084635102736402756", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
+ { "59739211822469868", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "5240181393417899912", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "15962137123591591534", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "10989937450490049763", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "9798585825695496550", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9220830217525628783", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2235210915304938149", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "3930314908786112883", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1334070221835422461", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "6681818065741882453", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 150) },
+ { "6980201892073961793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "11530101016435264783", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
+ { "4801117903303888658", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "5782934278345953016", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "13951717514084457087", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "2721793280965260548", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "8124736388338424498", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
+ { "12223993560805441284", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9860570706348640782", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14043770215999952932", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15277856047844308598", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8048617952947915835", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11446745541571732900", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "17422822627612865758", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "13954144830230671601", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "11198908896401597838", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
+ { "5582896843095691256", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
+ { "8133587696326295326", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
+ { "2007192658799516915", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "9492402787848610840", std::make_tuple("fully_connected_gpu_bs_f_bsv16_b1", -1) },
+ { "10515519878978734341", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "16706121580364790904", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5495776091407365966", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16430562172386510259", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 218) },
+ { "5673972310424776040", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "8797843396807284399", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "1698321314111848001", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "5762290464889692462", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
+ { "3218248162832023196", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
+ { "12988961529988078346", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "4232250144427804891", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "11683680166617045816", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "6252429564537528709", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+
+ });
+ }
+} \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_SKL_GT2.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_SKL_GT2.cpp
new file mode 100644
index 000000000..4ebd2fcb9
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_SKL_GT2.cpp
@@ -0,0 +1,28 @@
+/*
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+*/
+
+#include "auto_tuner.h"
+#include "auto_tuner_offline.h"
+namespace kernel_selector
+{
+ //SKL GT2
+ void tuning_cache_1912(tuning_data& td)
+ {
+ tuning_cache_1912_B1_B16(td);
+ tuning_cache_1912_B8(td);
+ tuning_cache_1912_B32_B64(td);
+ }
+} \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_SKL_GT2_B1_B16.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_SKL_GT2_B1_B16.cpp
new file mode 100644
index 000000000..db3f82754
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_SKL_GT2_B1_B16.cpp
@@ -0,0 +1,3478 @@
+/*
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+*/
+
+#include "auto_tuner.h"
+#include "auto_tuner_offline.h"
+namespace kernel_selector
+{
+ //SKL GT2
+ void tuning_cache_1912_B1_B16(tuning_data& td)
+ {
+ td.td.insert({
+ { "1375156980278317418", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13455881643467418059", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
+ { "12788968383428254917", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "13131740479277027362", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "3390014193205017427", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "1270467775674221667", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "14462744723628661203", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "8203171222962341018", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9795194069954915563", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "13369603621524676979", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "13575423234109624706", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "10721885719016335538", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "14567947256029724271", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "10749263296616139689", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "11717348577195224554", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9275303306340702111", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12245096462203481681", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "4999505377862312410", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "15272426400992401555", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "9325097933807426691", std::make_tuple("fully_connected_gpu_bs_f_bsv16_b1", -1) },
+ { "18238669114790278675", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "6664482192233202590", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7454366978268164047", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "16135569134646688251", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
+ { "10572945270796129630", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "17495198214524203238", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "5221108094913859739", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "1092633914190498221", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
+ { "2738256633362038820", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16689586259416414782", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "1525652349412826502", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "17683302016987200208", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 373) },
+ { "5615525527388396983", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3992735701291817771", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13208739898218342989", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "9536348721941264933", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "12803521018213865796", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "8854783036772473804", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 264) },
+ { "6766480740724769248", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "768423629375648579", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "4044100281521441011", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "873240542570331563", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "12875236165672036211", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "12008819728839685704", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
+ { "2486645741683554648", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
+ { "368578589584714524", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "301201776306602054", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 99) },
+ { "13152181652632422771", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 245) },
+ { "10311747599696543062", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "11258322449556590366", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "14095734330183410835", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
+ { "14910223536998380801", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
+ { "3352689317181436056", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "15832740972576959202", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
+ { "14732184525012592889", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 136) },
+ { "8421045774757048067", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "941232110069825628", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "8975333906619899020", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14800592533315327674", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 319) },
+ { "11816277809167487786", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 319) },
+ { "957781751038897330", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10498289589469975939", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12970943403831707924", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "1300292367195167745", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "3399837016486623477", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16740871614208968868", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "71587235425438167", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
+ { "12717047049023783979", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "10478482486372389470", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
+ { "6056581247196718403", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3780320160034246719", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 273) },
+ { "2819320453491169732", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16976464773806576190", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "13321672741246923341", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
+ { "15140532227060261467", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 250) },
+ { "9400755775406101904", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
+ { "10292585962794261197", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
+ { "13048561902713182858", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 274) },
+ { "3658425022428447440", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
+ { "16947830954662293793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 155) },
+ { "8397584983137442239", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "1071169341660439058", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 138) },
+ { "5326247361632903583", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6214194654733781771", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
+ { "10025839973092358719", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "16711955423531846725", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "2915165824085219545", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "17108987360340581555", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "11972097635078477347", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "16926950874716567095", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "1212319037405620223", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12397280593466519809", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
+ { "2609454334520044465", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "1336940384521633733", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "15271783562528081169", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "9533360488591027707", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "6930697835136176263", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "14444423571297570985", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "12643423612381102003", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 79) },
+ { "18423051691107460439", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 99) },
+ { "15381833359831622179", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "12040626513219974957", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "10647227605517025377", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "8127570953237266335", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "12876112384009608387", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "12663860560275361463", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "12352923639732112511", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 79) },
+ { "708452703070938673", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "394778201589371681", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "2477849395789783501", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "11637325834858582585", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "1485662490111767875", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "4300306345092124175", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "3402183863499902145", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "3217246278485567748", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15713964605078748923", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12293786134765875615", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 237) },
+ { "16043683538361975370", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10670103699537731664", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 237) },
+ { "17854578307286932628", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11443268857010762276", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 237) },
+ { "4479117540570599742", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11726298758004767743", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 237) },
+ { "2968031010495399536", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3797957937905580811", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 237) },
+ { "1474271081523145413", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8526484907799590618", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 237) },
+ { "13723543003759101485", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11728824117049687850", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13268525255152984893", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "14397348576352573007", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8616686489737649890", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "13176385389367548697", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14990645740260870030", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "7472330881076141262", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10892456883214928095", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "9522661528867955338", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17856816245251319111", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "14872992823083730615", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3106591708459602370", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "11609821372586026178", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7678457226823073886", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "10118395047539851751", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5389189982064081933", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "1742897526168249500", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15331103261044247142", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "6644418194983229139", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12478309735214802531", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "18012549942299450620", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11873734271080160669", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "10424278617647597641", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9553032671453999824", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "3860603464276263676", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1207026216972160297", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "9519623751582710696", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 131) },
+ { "10328182165125764988", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "2231648183489019418", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 131) },
+ { "17599383258252980421", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "16208488491972128275", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 131) },
+ { "13379165253894817165", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "2566302789609970663", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 131) },
+ { "1478419046264331178", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "3087801652564627458", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
+ { "16103943009195163681", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "14230385851791760020", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
+ { "15293727142789007900", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "13973179950424276578", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
+ { "713121569924250372", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "7947870656736319919", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 131) },
+ { "1663285216972929652", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "14767888121198814523", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "2124033349728954551", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "8762901342272872498", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 131) },
+ { "17006133396401462698", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "10783981060353445280", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 132) },
+ { "15110359240685619357", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "7875272450497189442", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "3281207855459771997", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "11932770338770247767", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
+ { "15860915170591763391", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "11716771904412649891", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
+ { "1095495157025479260", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "8402692278765063674", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 133) },
+ { "509781001842353609", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "3255465741612432300", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "13439896617880328331", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "7134654288295280046", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 132) },
+ { "6769243149577568817", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "3480732841490521799", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 131) },
+ { "18269685060032395235", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "15649927926091502215", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 133) },
+ { "69439315851965666", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "156456996459945842", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "3012566432840424198", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "16431165572426232677", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
+ { "6324565723045697080", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "5390559917122707732", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 131) },
+ { "5469227748156438008", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "17163158934005653629", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "2307310127637739872", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "1999979442136861875", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "2527189070714658176", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "8329846097322076175", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "16783619135298589974", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 54) },
+ { "12214162812589030126", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "9216608098626790565", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 55) },
+ { "5179760459095053114", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "2452226948562393335", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 54) },
+ { "4499586349553581439", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "12668149981216388765", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 54) },
+ { "2287356884312581209", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "11115684531624462986", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 54) },
+ { "6483208845600234755", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "3752171257634205726", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 54) },
+ { "1774158624592967937", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "16881283637687482989", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 54) },
+ { "14749947225382670869", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "7351733901977025859", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 54) },
+ { "435888248913413834", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "13713406612642090169", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 54) },
+ { "16582132711225619740", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "10436819182310112786", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 55) },
+ { "14546281065004619074", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "12558716383635737426", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 54) },
+ { "12609361477548272638", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "8107447526839063293", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 54) },
+ { "10995907213890714701", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "4871907623235871050", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 54) },
+ { "7394217382008802567", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "3880189981766119529", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 54) },
+ { "3759057398165607194", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "4561874206785244358", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 55) },
+ { "488298169768725160", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "12956726277674279950", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 55) },
+ { "7177837234452118325", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 8) },
+ { "15031155621982459860", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15223164574152266895", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "4834446692898125871", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "14766477690417085350", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "4461989328775275994", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "10141927023849730720", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "10837496380266058422", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "5012013738970489338", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "16839741351990811959", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "7846384623429362522", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "9193880745263317167", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "2863465257341735941", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "10447947790216991304", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "12024817951074673335", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "13474805373264874144", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "671453551040072499", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "87031578643428011", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "14034525799882831106", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10864011008000364415", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "5115007207028125638", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2866656294663853474", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "7913076120244203725", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15187035463799513424", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "17778091287904736965", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9562527071055150197", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "10645625090439446714", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9955939178447682108", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "7450417963648518926", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6648876837655776653", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "1520529227443340435", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4455369117448405874", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "2920840796593281126", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16341722570340169855", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "15289152041466330689", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14362876471450307424", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "10330180429524641331", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12046017161414846599", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "17228810554159747400", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14835309921389262864", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "11263540528012919947", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "16139615240471264488", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
+ { "3820661057776133570", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "17515847111676784130", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
+ { "4252157815622916471", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "4819131094439732065", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
+ { "17264010982688979937", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "11277866878590984477", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
+ { "11324651029379152442", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "13425251102263428554", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
+ { "4571404165794634411", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "12279771749366327372", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
+ { "5754396201681434378", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "9809458159478958866", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
+ { "5459463503840817402", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "6484375582324852109", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
+ { "7005509036795164602", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "10785966734346479177", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
+ { "15363606233048272809", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "4890043345392707202", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
+ { "345043289576587800", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "4804533178560338520", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
+ { "13328911884191551889", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "13302687772426736346", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
+ { "15231987838322151865", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "17214254645087272557", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
+ { "4849343880559509889", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "851057218719456209", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
+ { "331661172067077796", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "3017824560305532066", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
+ { "13596876807637507229", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "2242602888499888844", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
+ { "13264617841270329349", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "11604794601689380990", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
+ { "7770000755097925765", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "5008350851224686853", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
+ { "12166852830214895457", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "17672785701483179117", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
+ { "2439993891369206440", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "15822546325822628634", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
+ { "3056212889689424946", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "12712071520541638451", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
+ { "6217542346826403576", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "6290584630172122012", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
+ { "1245259979364728404", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "13006774775034887171", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
+ { "3725013268198063198", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "1359720957005310113", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
+ { "1354647381212852890", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "10480527638577674825", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "10883992248631603006", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "18255227391100087860", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "13565691057064774487", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "7954972694876158422", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "5118467701668427545", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "2339864165283480961", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "490931535580183607", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "150132162949295379", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "14795618530175274538", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "14126906427006602775", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "905526102343710614", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "3385797925880519845", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "16238415425814188039", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "7107677063657303327", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "4098191685457418125", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "2936333406928424760", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "5539793555189956907", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "10106454449619141260", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "5346898505346646714", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "11807282628372660280", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "12375919467924385618", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "11705756153433897198", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "6651389480007764007", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "16911464046178654033", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "12495003066477974474", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "7650862961269327235", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "10709828018763273371", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "5044721291675005144", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "18427056032084727710", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "1390379098099686972", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "12054200116003751590", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "9500850790449116723", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 8) },
+ { "9057036344533510776", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5093049998173715787", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13761566845514364807", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 315) },
+ { "1594612401422787491", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14603590053512154268", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 315) },
+ { "10136369729388564720", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17050675313067213312", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 315) },
+ { "14221578799010900252", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11723735945517472199", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 315) },
+ { "13810995219720233595", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2704063557078535883", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 315) },
+ { "10384537928514123040", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17427036330773218054", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 315) },
+ { "9796621763733208035", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "14046114605615338907", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 375) },
+ { "5763440554939527411", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "12892693137085610062", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 373) },
+ { "17775705003104146872", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "14878347463243157447", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 373) },
+ { "7368916076070115064", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
+ { "3499109651698979012", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 375) },
+ { "190530884420224257", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "4202645222013675478", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 374) },
+ { "11324851661119942609", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
+ { "6232363902828992968", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 374) },
+ { "4299492266819967844", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
+ { "9481675228591993785", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 374) },
+ { "11772741918108731396", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
+ { "18419183012101393192", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 374) },
+ { "17832542092610191859", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "11771014003680394135", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 373) },
+ { "9192665896782282996", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "9763310312421884308", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 278) },
+ { "11430400968543668873", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "3430266954211750407", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 277) },
+ { "7172604084103519563", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "10306542963828398049", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 374) },
+ { "5235375820995365354", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
+ { "5091558853871982858", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "12914986936318857086", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "2265784112305305260", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "9019388470685749691", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "12427258337646070422", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "15884763176333003771", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "7211355951470869591", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "15399245700982979379", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 354) },
+ { "12644942072153919043", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "5876880412336151866", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "13775529405693629438", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "9048522050692986204", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "10642327923162019888", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "6410682026872155392", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 354) },
+ { "9454954846682513038", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "16463823433924519300", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "7279393739634103483", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "13358283026528078900", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "8032685176029570383", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "949330876419581703", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "17713034180977313726", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "472454322186482185", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "2727219457659794468", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "7852745450437172519", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "6065819201836017182", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "15984885011101717258", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "14811022197918391667", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "16146350476627599543", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "16173557782125372935", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "296142385116663420", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "12655099960717366198", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "7937870623766562191", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "9367157746678824712", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "18062849937960759210", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "11919129623429545762", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "10522649794540845800", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "1104489643524273315", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "5419775002149092646", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "9226912483632588371", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "4958222070605478947", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "4479979951990338510", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "12022152681602871455", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "5740738339752793113", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "12087141795291232248", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "17825280904760131680", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "3974589991022739479", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "1838534101161814609", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "10046663998164493552", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "2305461098719675735", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "16504962609450876148", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 375) },
+ { "6345550009198921347", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "11239754372812258455", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "4347816192417741558", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "17809920600993699808", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "16710010075465723498", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "17729546848373991614", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "16998508915819714690", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "12952980509662451384", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "2683507674615735878", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "13059207969254830451", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "16295660312557315941", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "14089893422771228191", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "18034648276860485300", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "17739868787095417856", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "10880081193716628051", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "15916505622570323098", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "9101018613418825655", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "15650839696475698676", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "15628121900226431719", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "14554225625951128811", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "3134489458855347772", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "5627834277145735283", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "10729288973933590396", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "10869005786136023160", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "5597908143491399643", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "577182964135927041", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "16947969669087411530", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "861419637283812778", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "3643250372952944907", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "17977676737774695825", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "10309504812060596568", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "8866736221671835567", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "2133849627845285277", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 41) },
+ { "13902214851539825156", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "669771152920944125", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16921939234324970069", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 319) },
+ { "7649413902932043811", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5658664813683907476", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 318) },
+ { "10071449674652717890", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13352000946213986936", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 315) },
+ { "5291011077679733990", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 372) },
+ { "1458615259705605525", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 315) },
+ { "543472136359161929", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "4644580321919256401", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 318) },
+ { "12946531140050029900", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 374) },
+ { "5010119207726811326", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 319) },
+ { "3308770992373192529", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 373) },
+ { "16913004986170202203", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4079026972040047969", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
+ { "2683304757433993300", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
+ { "3141886504884887200", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "14444475853714164129", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 374) },
+ { "10747988576436391912", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
+ { "2722124265986526212", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 365) },
+ { "8856888761246057127", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
+ { "1902656726461670148", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 365) },
+ { "3337625924046561031", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
+ { "10280619408766255552", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "9695024256541464964", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
+ { "6733731409232284409", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
+ { "15805087418686802636", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "7056030150365552588", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
+ { "13038533272699602337", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "3737576893817599311", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "8761283252495354972", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
+ { "17549411807772646930", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
+ { "13124342334495538095", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "8576733135863336233", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "1082586642383386489", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
+ { "3217574161785059951", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "18357544235608006954", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
+ { "13954821927253849036", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "16158139166784964096", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "13558687084677943158", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "13809898858049445969", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "16862145184923128012", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 374) },
+ { "693883892843558363", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "5393510569127725391", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "4533786844080178561", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "10128143628088846123", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "5295693108687178880", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "16425665058951535484", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "1398177377739338750", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "7407975398526425554", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "8614534946699754256", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 375) },
+ { "7372956570616880244", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 374) },
+ { "13676654389512816868", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "9043982883185435219", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "1626430741965136732", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 375) },
+ { "15295951849706930711", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "1075027491444288875", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 373) },
+ { "16084700435355748612", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 374) },
+ { "16698547937652264447", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "16729849855476690294", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "14171139920084409181", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 373) },
+ { "4264284648458489052", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "8866716292621164810", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 373) },
+ { "11828175723996627443", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "11164519756679631743", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "5558136691773431495", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "11031569203645035546", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 374) },
+ { "4084026445911476156", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "3819990462129075757", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 373) },
+ { "10055549084854766170", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "11657946392097042544", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "16768797136991242472", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "12107262410635772120", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 373) },
+ { "938222258370511187", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "11727227430687227444", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "1040650352205493707", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "1563987925712579649", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "3870539490799697188", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "13170441257780067955", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "17490471699618303993", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "13993548620104010490", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 374) },
+ { "15728009639807698634", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "10991423760161409883", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "7242013296950669829", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "11744368351982723504", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 374) },
+ { "7314288062932060863", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "9299299311101549958", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "4138968242532400395", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4135068756462147853", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "16247399911710810038", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6020017927557041768", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "11265472910579659280", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12512751736409465214", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "17015328096102652908", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14147460733160099960", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "10811837819834149164", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2173867324489962689", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "11198301748997371475", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9741607635826869269", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "3860667078458481972", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13590444711975157776", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "1551596771935253711", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "632116056424249698", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "3499645386058307669", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10471519687597963116", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "4429109491655891299", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9439431829175743345", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "70580716590540876", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "577844026691991089", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "3873183249402084406", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15799159401545270696", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "18154019240019929225", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1569043950563130463", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
+ { "4491380839102267034", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9243949750444156746", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "4772696293208603817", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4927360358387344983", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "5770286476124511234", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "17084977396231597605", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "16800575429414554907", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 2) },
+ { "12793908914872030220", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15947699374684516369", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4660288622381620227", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "15914512645931208899", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7460672405409009037", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "1541754036637209097", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "89439319782574517", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "14088382963493477342", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 373) },
+ { "18203935818408469865", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "13191096881934434519", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "7918742312252115870", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
+ { "15641537661939240413", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 373) },
+ { "157805434489791310", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "7941729567451949422", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 373) },
+ { "10628725059172743408", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4492673409319122180", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
+ { "15857087373591747006", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13793441296561946357", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
+ { "5172712078329324967", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "8780604510524622314", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "1760690277175249985", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "13649894122307008732", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
+ { "17546566148752689536", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "12675313398314286884", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
+ { "14621327324047759584", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "14136097914489095982", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "7638626850074132214", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "9399994156762372761", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
+ { "18068050257421269408", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "11830297960718214360", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "14959566236432790882", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "16884396694505987920", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
+ { "17947818179123182001", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "9381304526221508530", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "13932662890258900896", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "8268533335852735248", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "17419874083634480896", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "12773693193167844110", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
+ { "5157249499936659040", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 374) },
+ { "4282661608732125403", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
+ { "3159147743553063163", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
+ { "1706927777850488363", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
+ { "9839670675413379092", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "6780215829176686721", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "12972634653821069685", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
+ { "16129296588866116913", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
+ { "18202222342562516071", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "15426960908024585800", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "17026284168840448378", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "18118237182023167949", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 363) },
+ { "11113256687741667688", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
+ { "10555597973766215754", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "17517495652165026573", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
+ { "1832310305089212990", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
+ { "13855438905855887272", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
+ { "15349944413643626251", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
+ { "4738743763536059708", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
+ { "16611452077660879545", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 363) },
+ { "8101977280003030465", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
+ { "2012181953284568566", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "2969389503332309296", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
+ { "14515066741400300669", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
+ { "9373353053843326128", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "10023279637210292010", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
+ { "1103204698908514224", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
+ { "18092842590142527927", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 365) },
+ { "12174571114411168588", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
+ { "14431607479949498164", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
+ { "10279778381617181802", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
+ { "4237276338897143680", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "8083672466967374860", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
+ { "16705621644424684055", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
+ { "5352861363832390974", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "16945184617367657570", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
+ { "2995134938466176198", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
+ { "11706378390483804857", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
+ { "7958459862276998225", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "11703557271443535142", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 365) },
+ { "5020788604681810984", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
+ { "15217183882858251099", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 363) },
+ { "10650698451740924172", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "706370730287471796", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "18199526506796726885", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "9269175963143039426", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
+ { "3691705516240577130", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
+ { "13472532612464340803", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "12388375914105990324", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "11582534256623549131", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 365) },
+ { "1653274345637156919", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
+ { "5893940382830835820", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
+ { "17700958439420868719", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "12730339458081890990", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "6631816968511312100", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
+ { "7000524935770116969", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
+ { "386749666417295495", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
+ { "7162575953766465459", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "11398019086259011063", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "3041612155708729812", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "4274801141127703532", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "4865023158176874622", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "18424912460022156378", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "10408322429232132983", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
+ { "5277400567128489977", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
+ { "6848989271874647093", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
+ { "10085059621136526248", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "12962552332511702682", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "751912075185318190", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "4505008254511324231", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
+ { "4191326605459754690", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "9824678205469832038", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "18245935804520236353", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "12309132521191764927", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 374) },
+ { "12843671306854567956", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "8275277322582733101", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 81) },
+ { "13698389420396031586", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "12949204491386872217", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "7370273921473161914", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "941829593638869991", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "16206791915939407806", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "1500571771538985941", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "2095802691829304676", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "17542414935564676110", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "12380856644683171627", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "1451466106918423837", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 81) },
+ { "8071957466247137919", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 240) },
+ { "11661208196482963286", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "6635217802203685464", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "265124365266629363", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 83) },
+ { "9513032457323269513", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "11814740669468421049", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 81) },
+ { "5221320470007950766", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "14359530849521980269", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "6181651715051152713", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "1450888744802985214", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "2842103889477438816", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "14006248791647711759", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "7072606962946873975", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "3599823735065658574", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "11311859068168414878", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "17525531790109748810", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 83) },
+ { "16749148369456398030", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "17556238490521153146", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 83) },
+ { "6067904130482758510", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "1791615587935799399", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 82) },
+ { "12985650543127289023", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "6714886136800883594", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "220326805056361171", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "6777045876155144709", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 82) },
+ { "9454512817077883797", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "14011124615649605281", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 82) },
+ { "994489782629179836", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "4338023436590582323", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "1152693503778768433", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "5994204139128667921", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
+ { "17243576882981097341", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "5524218746051008792", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "2669822154816760632", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "7179714714302073459", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 83) },
+ { "13002363400738122017", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "17006095064160484022", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
+ { "13733327241591630239", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 2) },
+ { "11942736969933408358", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7869779894480025247", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5735608687257018419", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 315) },
+ { "4346591404756288097", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "805131056816361237", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 317) },
+ { "16910952799476896905", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "17512961503976896701", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 318) },
+ { "4773077837537775324", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 373) },
+ { "12193395770362986433", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 316) },
+ { "5740745357953479527", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "9040145293899470160", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 315) },
+ { "12755692101476964677", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "12467673564660108244", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 318) },
+ { "7432142107544210174", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "7232326270078161768", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "17238880534517721334", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "7235358742317442134", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "7548031489690889629", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "5040095338370816349", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "3816674884393241704", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
+ { "13919204232414535363", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "15589007878875898942", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "17711453305763476458", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "3501882025888946886", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
+ { "1171681987783013074", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "17585206779958265260", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "17046662043776372746", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "9208964785762052001", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
+ { "4435224497850514394", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "16728762255357411770", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
+ { "2968439898708528834", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "11845189428639322474", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "16616945998593626851", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "16490405739040977260", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
+ { "4974320417566990034", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "6428098122005804378", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
+ { "17281826959243966826", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "7369903937189508744", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
+ { "9111988592015450418", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "9119618606914671839", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "1711220333751274603", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 221) },
+ { "597650904461183283", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "16888412539296862194", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 219) },
+ { "3350601287664242323", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "9702618600245321109", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 219) },
+ { "17649961873981897621", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "3244675355773468991", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 220) },
+ { "9340159617983543624", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "10570285542015420072", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 223) },
+ { "15968821946892330559", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "5509395737020858006", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 219) },
+ { "3806131437010910920", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "4523064418696274869", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 221) },
+ { "12004552919019936392", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "18313088176414428990", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 222) },
+ { "5649150695527000655", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "14985755375924972050", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 222) },
+ { "9441060601228656341", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "11421180829679625737", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 222) },
+ { "15770767768674603174", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "12055647521556218046", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 221) },
+ { "17908444616754154471", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "5568753513029409478", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 222) },
+ { "12417253210787537988", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "4046830923427667342", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 221) },
+ { "8108933468437926367", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "84595904778810418", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 222) },
+ { "11756650366229979428", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "1617135706549276688", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 222) },
+ { "3011188207492335920", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "12450814729547235386", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 218) },
+ { "1157947252370351851", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "5374664689223295796", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 222) },
+ { "18215430801133520364", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "12936220888307335332", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 219) },
+ { "8746621720912032145", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "12003323477818208825", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 221) },
+ { "17170858505976681742", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "16566128345135114558", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 218) },
+ { "15690161340392005765", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "60267878504897170", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 222) },
+ { "3501667344669686338", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "8690196189594920365", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 221) },
+ { "1930929857644673460", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "9671459469252116568", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 220) },
+ { "3266557807508325807", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "18041177945345031826", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 219) },
+ { "18267428053198215471", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "18417288692814472127", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 218) },
+ { "14031009077471784948", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "11666250400445971335", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 222) },
+ { "1367483816197881270", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "14248239982355212178", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 220) },
+ { "15820359925623438341", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "15216108478837665623", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 219) },
+ { "17489680436564779197", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "14117801387057507639", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 220) },
+ { "12831123539633580270", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "11337525286386930242", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 221) },
+ { "8431759922045602848", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "9601412379897937608", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 218) },
+ { "9152433123828445089", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "3118602494449249177", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 220) },
+ { "5159738930501638535", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "5060012838564094182", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 218) },
+ { "1905758333157310570", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "6870942166356599956", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 223) },
+ { "18067291256808591467", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "2826762745628486040", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 218) },
+ { "11841034668170849494", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "3034482898462686729", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 218) },
+ { "15838113905712517735", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 374) },
+ { "9407646138658641974", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "15636128989267984459", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
+ { "8409488188696700816", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "5720964268093705079", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 227) },
+ { "5922142661777925178", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "12900949103593247293", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 226) },
+ { "13483088320871913126", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "13960388312976163971", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
+ { "1843555260471832708", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "15739278428190392018", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
+ { "3868149953087814447", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "6845814820599174031", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "6203765709597125063", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "12871555773123368130", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 227) },
+ { "1237920404306733800", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "7669403041163460089", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "6791806088355877039", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "8561261337239934159", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
+ { "9580986168276580598", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "4708035980731751007", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
+ { "13734043898517059207", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "3177304125602972370", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
+ { "15727611564408173858", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "1632416005093914709", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
+ { "12253049204822930675", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "15078168059698267650", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 226) },
+ { "12522495848240087966", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "5074273865983613482", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
+ { "11936530628363072904", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "7870154008378361670", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 226) },
+ { "3774285301357006334", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "4848143712599565301", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
+ { "10316451248440741901", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "733956743303342862", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 226) },
+ { "16677044352793659175", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "7075659071934895087", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
+ { "8803037667261582905", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "12421204749289937399", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 226) },
+ { "7330202944390548890", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "10753540518493641553", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "9999425239167488495", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 210) },
+ { "14001406016806064079", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
+ { "7565867291827884997", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "5941298590926032148", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 227) },
+ { "10130171279527667782", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "17344974951998490453", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
+ { "5550969016335082071", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "3398322619007806698", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "11356842300444410831", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 171) },
+ { "2623687018437195679", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "14077148976508649021", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "8272823732258536202", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "2451712485584835395", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "8057302050645780813", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "7430073011895298582", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "5095827462645341808", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "15129834325410878425", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "9660812093766156608", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "15781622938833984014", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "1089679781525023551", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "6129602738379919488", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "5287076386757143976", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "16076153317792960383", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "2108296560864415762", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "17006655627343469372", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "9404677451270692749", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "1372939511728986224", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "5311718276151327830", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "529543453251381109", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "15591167992985613695", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "15026219694198820614", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "8258382025812748961", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "14810839157236175179", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "16117738994809548007", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "659846949368492111", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "5211191663202250117", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "13418701036204748812", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "9714764457768279762", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "17310332946322628458", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "15975964562807570772", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "13447028922679236865", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "8337820318779061494", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "18136765667969393174", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "14821616804286068969", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "18386376129938707290", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "16609136488331186895", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "1996860183441418841", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "6491244517639245276", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "16312223896859176991", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "17833517350994024381", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
+ { "4226968857681929488", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "5141753233513623264", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "6860503758000008398", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "16489624657475712467", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "7862815466573236157", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "10679760989906275129", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "852092858392507925", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "6996376303337512293", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "10978173291465325823", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "6670327979947471550", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "11318913630213187720", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "123251351612308092", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "10784073615329190425", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "2261453441277654139", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "2937907409658060025", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "7852144838267007144", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "4408772370026995920", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "15411474884532403722", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "9462315044265139531", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "6419580456182610836", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "12277470820821378855", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "16865879032845300007", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "2862999234347597091", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "15447513376965243034", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "14420809655798184553", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "12954154886708228545", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "7575634241190730697", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "2344498602308448450", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "4304041922043496030", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "10971070835319242371", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "4862529593282936100", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "5312140481706133684", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "15522785615618973614", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "17798636687709019154", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "1938086876393565238", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "11897113890115321056", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "14363654136811880073", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "3928266232090746643", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "15882969506682501496", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "16426179645101678763", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "18174857480705846286", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "598390166442977699", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "5522698342845820411", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "11559360678008060513", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "13184662326021747000", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "16037141448095945650", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "15094664469997373662", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "822162932339827810", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "2597453794298356435", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "15851356529373376076", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "7966454753124154534", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "7311120574972466702", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "16461809076899645037", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 2) },
+ { "1591199515536783245", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "338716975932676215", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "12165079289914715018", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "348058686961206025", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "17635171685500922207", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "9643408025778914022", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "5145853681977610916", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "15155676074658242659", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "5269172622193124300", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 374) },
+ { "17037462814585846902", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "10100237101982273901", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "15322609677356616580", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "3399406641489305996", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "10187930930336324253", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "17252589865292797082", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "17922279129043570176", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "6323083153920795679", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "9277176009071334860", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "4313392430539923574", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "10883341041912056319", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "17310409067211414565", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "863057075064640334", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "9131235538209388787", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "12868739680413736657", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "15901724303713479611", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 375) },
+ { "16944335478353845609", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "14025235562200209723", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "6556424924189200804", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "14398854364550406668", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 375) },
+ { "6577505360421510286", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "14098811155652990436", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 373) },
+ { "15530407024531326375", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "4466647043226271996", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "4121109463284708890", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "7916244303189113815", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 375) },
+ { "12309955719964788034", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "10133054058562198093", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 373) },
+ { "6294240435687565243", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 375) },
+ { "10178145641713631806", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "7585184325339753737", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "9222744127882324405", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 375) },
+ { "9542325095876448686", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "8155268141318893606", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "8541982562061181756", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "13472577372534605883", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "15980348884716629349", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "9737565171095493297", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
+ { "3622409603053918029", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "5657471280535146301", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "17025324057045572535", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
+ { "818998169319147148", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "1680468564927032670", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 210) },
+ { "14466032674083938714", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "73865742350616903", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "13833960927635646899", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "2783577080556699089", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "3563872903821081702", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "4387041763614917736", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "9714508918051740792", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "15412447128995361859", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5965451243366505522", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "13856271274572142709", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "5156033406916344703", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "1018687388655376483", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "3779229442395464456", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
+ { "13448845356783404653", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "15578456771467281881", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "18302892230881285207", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "9737833587413114584", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "467975197394411990", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "994842991399671507", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "778476198101178556", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "4769003637955328938", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "4914474312076193952", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "4091702228990140696", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "7602222004475424358", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "14544219140091420262", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "4279062247055842367", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "6603778920476932267", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "4959403414256988744", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "1425953627379976115", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "13477548641580029772", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "1963081583851864291", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "16393176054374397767", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "11132679855317294753", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "16000753982895054944", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "2727175120437582536", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "2921118493468368908", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "11626398907755088688", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
+ { "3224352307778512793", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7780140599533242850", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "1270307036687208396", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "5911282942658469852", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "8809017515482311843", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 280) },
+ { "11655994466278963438", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "6981537186704688907", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "7903891232234389925", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "4229105529069729944", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "12796777049340516563", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "14289048840489035546", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "4239133538073498792", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "5103094815475470596", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "8560635685184432720", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "16264774056719724826", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "2571882179292959757", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "16758962840329202004", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "4550028191070279999", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "15661322183507404821", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "14650567822254940018", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "3755253206085028904", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "8751016391945753900", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "288853243482418538", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "5047419871737940985", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "8819268903800581706", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "3746573775462003750", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "16286085532892593349", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "16547425454653232058", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "8195881973746570408", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "7712831597869354170", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "17035903590837750750", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "1907439276166837309", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "3036808833459559381", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "17928043901784474130", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "14667209474639064623", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "1701609125136907870", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "2140514316203117958", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "9366201112659847392", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "7808544677773370430", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "2251029128552117936", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "9529614587861271730", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "16811402686462277562", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "10554266898346470422", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "7817036102984218692", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "6329618009202266591", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "16936366288366370882", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "8025053805734757314", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "534032316469702287", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "3963106895592011725", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "17994361454416813294", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "14902389080201926109", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "3796274347773622633", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "1306339989221885682", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "10900880512948479338", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "287386909600391846", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "17542176922797334839", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "1081962464388501987", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "5831419373611158773", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "3179874645565098825", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "14906458674793172507", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "1934379409955686502", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "10178951466584845110", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "12693511427898130707", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "18137106379929135901", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "11619548409913646265", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "13317417676446624018", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "16710651492402564794", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "10967218651864700933", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 359) },
+ { "5381578460674280089", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "13026555349791486777", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "11913020016435860608", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "8260130048649729185", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "14133958262039763609", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "5585398540591396124", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "16442107352245114876", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "423221712829930726", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "13550435052563656432", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "2440366541074371090", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "8300655194765375060", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "13163146272900339330", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "5406129421969383274", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "15118142492742177336", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "10727592780669452048", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "1076005730007872492", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "13699740641705514374", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "13054405729329143152", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "13503608041359512", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "14385185911482960528", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "11215217005872946038", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "4099859307693687554", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "4408600136502382976", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "3037042229494600258", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "1155389358857780776", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "11461581290174106570", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "16896833230469488924", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "11469881811044037340", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "3003526572122876385", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "14251848023416168295", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "17248756229500447131", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "929378940515745198", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "12962558681443556219", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "4481903208484313806", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "13558618754911056302", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "11455518069358829249", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "15890473622821659630", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "6942622405269419082", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "13890118723041457532", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "11292995457386147494", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "5077214229434392730", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "17774424004510360936", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "10412588668458621135", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 2) },
+ { "10771803503544737080", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "142650579335909103", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 375) },
+ { "14116800584981026541", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "12995903177757437362", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "6143200133853000387", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "11893541520830049036", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 375) },
+ { "6310724136390087834", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "6391201577234440562", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "12058759356433220258", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "17152614235879767116", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "2111669705686676421", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "7333511810266504718", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "7397341452130124383", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "2939605281692583169", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "1644335606100150388", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "2394023805427701338", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "12531580106484042446", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 374) },
+ { "15586047342916704364", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 375) },
+ { "15779837958180258409", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "14123081378489325832", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "7818381040882768404", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "12510951219501865365", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "6156831095718536092", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 374) },
+ { "3568514382399560386", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "12065769091972094756", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "5321698540631249776", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "378801963103874857", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "2149582237161177965", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "2770397466252831892", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "3039528482572243879", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "12577421746159122264", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 374) },
+ { "13553263424160050064", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "4021558014531645922", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 375) },
+ { "59356084516953804", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "1170380397764345558", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 374) },
+ { "13094402291968806996", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "6713985030102340818", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "8354579049246302728", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 374) },
+ { "13815395589135469450", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 375) },
+ { "13558656230312558247", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 375) },
+ { "11666226259183201584", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 375) },
+ { "11451740938287179908", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "273242667845386507", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "16587061389996963349", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "7119182041840303390", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 373) },
+ { "16292848987976256449", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "16437124655147660375", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 373) },
+ { "2495655464941634884", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "10294610483561043024", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "14403132596827435096", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "85050336704401597", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 373) },
+ { "4450409744922989123", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 374) },
+ { "15528692642731712121", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 375) },
+ { "16661843849495077745", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "852015206582470545", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "9813748068195103720", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 374) },
+ { "10544034939133448916", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 374) },
+ { "226601879759378771", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "16432425079146486467", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 374) },
+ { "7274179284676568361", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "5184121466994451498", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "3538679039078582272", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "9920155432685318259", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 374) },
+ { "8859895010324601937", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "14026537760442360645", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 373) },
+ { "14349625788399542568", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "15065019229949449623", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "14115742296883450319", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "16748662918272106932", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "2273992727647793692", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "3190494353583341446", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "8837721075413149240", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 210) },
+ { "2817919813339364130", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "14263790627243107300", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "12866217660635921034", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "290134020607738418", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "17207560805775399864", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "5245526691775741296", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "4933831571091731212", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "3872151366780051246", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "3541538046227217664", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "16182470664818268848", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "8519354640245415816", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "6222595759158615206", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "7201521533301617290", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "15497797842820949408", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "3219408878901707426", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "2188101366183302888", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "14079654309452583394", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "9250410390663336388", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "8787438180071123604", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "11799179287124317845", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "14206076551739831333", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "9468684953949274635", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "8543619733732987550", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "14159596290442764023", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "4378422094110940766", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "8505040075968411726", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "10914921540144371519", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "3515437649977762166", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "18035673326929466074", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "9390478179772073718", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "6254141935545262078", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "5955575949957198434", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "5600128039063009632", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "14114380593731243715", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 168) },
+ { "10728212277329722684", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "877436308867220589", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "18375125668176498051", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "6767245864232675168", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9287404618748313247", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 316) },
+ { "8728178019712933221", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
+ { "18251360413872841969", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 309) },
+ { "18271689282126907793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 309) },
+ { "954796765467489259", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
+ { "13597240991532942069", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 299) },
+ { "5079055505117153635", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 317) },
+ { "4135003545872878882", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 319) },
+ { "11883485911218628865", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
+ { "2242915551775617989", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 310) },
+ { "10556089809203693400", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 309) },
+ { "3727142736386026852", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 311) },
+ { "1622880009460832832", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 299) },
+ { "4437258459981739942", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 315) },
+ { "14691372262153587653", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
+ { "12181607120522804433", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 305) },
+ { "3159681096461848644", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 305) },
+ { "6729785110495533200", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 305) },
+ { "15322019609805777935", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
+ { "7024495439434892956", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 316) },
+ { "10416622008071151225", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
+ { "5796500397424307442", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "15702382940521972117", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "6093575518270471235", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "5805383505505929391", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "1801731858063091191", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
+ { "1559798212423183813", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 177) },
+ { "5594180958505308003", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "4766071144928072260", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "8650948093564284852", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "3883845471211207871", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "4366168099274266975", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "578703329577922869", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 190) },
+ { "16863960779539003201", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
+ { "15450609897480659306", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "8203550467004532364", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "7431849514656037251", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "14484890926084856480", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 272) },
+ { "7777333052643961206", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 274) },
+ { "4424217045094988504", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "7994179151788368291", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
+ { "15192024816519005250", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "4747159205186229582", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 111) },
+ { "5485971317082563152", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "18128162750557822655", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 101) },
+ { "12421707187947291166", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
+ { "792684262493086891", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
+ { "941626985322260281", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "11868551452004726281", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "14352303529756685990", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
+ { "10702234389482091891", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
+ { "3895088069642140043", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "5334566325056222430", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
+ { "8306337702797456793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
+ { "15720507574336564201", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "3277243911383750280", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "18150429561058646714", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "11169292427557543138", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "13933912937625580405", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "8792010676469476740", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13190888313721073437", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "9477562342190423343", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "1202292109713947702", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8640150341228170279", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 319) },
+ { "12757611260347801001", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 298) },
+ { "7183578232279711009", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 298) },
+ { "8984436655107983227", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 298) },
+ { "16397733032387984819", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
+ { "16364494883229084045", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
+ { "11800783548769329949", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 316) },
+ { "16065744898134487748", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 319) },
+ { "15800447082078291243", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 316) },
+ { "10090036431487700311", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 316) },
+ { "14045927407431718832", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 315) },
+ { "2162882863309264684", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 316) },
+ { "16579057939215877904", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
+ { "3988024997010367546", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 317) },
+ { "2066731703492755469", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 309) },
+ { "13781423818051299677", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 316) },
+ { "5211831143687501130", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 314) },
+ { "6863331059471727622", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 314) },
+ { "6403698142681887543", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7481256533438761028", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 317) },
+ { "14091610802555875119", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12024143207855886580", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "10170577772376890221", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 250) },
+ { "721174714308243785", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "15809639778580769565", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "16667887002111125871", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12790570304622911607", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 177) },
+ { "8567667881970262923", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
+ { "10576856554114055028", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2777318471329665162", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "937159502066696999", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "11087413527078604815", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "18186615266760475767", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 275) },
+ { "3833510944499257797", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "1218323229202187514", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7683334381958571864", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "16773645387243701837", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "16958329690837977102", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9452470718398027950", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 177) },
+ { "16511393582666965704", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "3216793152416217495", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "18416908414174464784", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "5498839261395459224", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12198263593657033426", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "10014448860206587805", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13330734840729670622", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12676167240795292217", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4850497746076450913", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10016815108730511683", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "17948637243158994878", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12259844988981080505", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
+ { "15078590909693331731", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11988285441493553006", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13851240591038949807", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
+ { "16588325081458426169", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 226) },
+ { "8642107585829380438", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "6219075471508685758", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 226) },
+ { "10546430708947911124", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "2613462626256090659", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "8295126647635181949", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14213516751025324346", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
+ { "16509472637458153234", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "16589607587365212240", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "6988674007771237080", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "3448477246688526708", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "8507854696766492454", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
+ { "8906588133431586825", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "654122557966242717", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "10196332102593337214", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "15831600396403741571", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "17808913959977434594", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "15548971488532746290", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 348) },
+ { "13468713306678453952", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "13613399861925108148", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 126) },
+ { "17802514063213000148", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "13093429681061786539", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
+ { "12247991248100147706", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "14491949194619001237", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 128) },
+ { "7590767013583950613", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "13210604117940125947", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "4670443882075998209", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "2857337999074313592", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "16036386660666696362", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "755414184406250882", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "12190841837604350271", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
+ { "10292243973236220688", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "17793292063552633023", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "7605139219344415117", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "787363431787954804", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "7000486794832106857", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "13608239208821071914", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "17281202179589913619", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "16985912104363932350", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "14744368497944610864", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "3737552767159920174", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "3792945601873900927", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "1364546124782880196", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "3689722043202617487", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "2632535010129224704", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "10968768803038046390", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "5353552956675518468", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "7866128397931438774", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 240) },
+ { "18233660940545931789", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "11670430946096342056", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "2627779045483019709", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "11066913713501760080", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "2552187713769926425", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 81) },
+ { "654821507679356726", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "7606728651572102823", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
+ { "7549378486471456156", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "15410074937424854348", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "15114370307779942381", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "2040762223425679479", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "4803370483104261655", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10415046594066474634", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "3441335188113424896", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "9277610800970567810", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17179609670678746034", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8251544171504007740", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1353170363915443814", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14540578324750869319", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "13471752029049484143", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9062774198518904260", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17917978116807564183", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3017411837779243878", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12992061224471212714", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 348) },
+ { "13161997040644039778", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 351) },
+ { "11724225282274130518", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
+ { "12822126914959112382", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
+ { "9423958333298993923", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "7307271009495440764", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "17746215841755337461", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
+ { "3976736548270395981", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "1192279884248226739", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "5538883245745495145", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "1173986078589662704", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "11031358859656806724", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "4238885454989272754", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 342) },
+ { "8943913562339525413", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "6931953332823066530", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "7799984350284425885", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "14204609663091442879", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "9091110033424983286", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "15829095120243431195", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "3239033622277917802", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "7578177053220150569", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "1089944493540593798", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 342) },
+ { "15529757761327002288", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "18082422341304348326", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 342) },
+ { "17219920118109316867", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "12026482841341343242", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "3070859615622845671", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "1778345646142852816", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
+ { "15188570678726970998", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
+ { "4750513665628842598", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "3372770576629463160", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
+ { "2983038203471784211", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
+ { "6673966852801136416", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 227) },
+ { "8792202318168046223", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "16441830491664937048", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
+ { "1419073145594317633", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "17525564757769958678", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "13468081302022888489", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
+ { "15914058104244750036", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 227) },
+ { "13760645810144930270", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "5963901433137582265", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
+ { "14668725050395069435", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "12112853999307505628", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4161612746310931789", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3388752887767453958", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "14046990030104971367", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "16230621843665445228", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9274179337770060652", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "5115134711994944288", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "13898821685774165645", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "3007637520820789085", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
+ { "16294825599850364701", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "14681717813022425567", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4915831715914920982", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
+ { "12894240573737168362", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "5448537627319798272", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "14389915292223442327", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 164) },
+ { "14274685812676150168", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "7732899312577293959", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "11956435900037329302", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "9263063714383940562", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "5824801192141531089", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "5608133987357542077", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "15392077168521832549", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "16446533347502650316", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "14762599606783897222", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "709835724029986012", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
+ { "1572991986657256775", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
+ { "7398196853452900099", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "8140094412609934765", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "2659031931257084418", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "4640028527711211109", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "18172711677056449158", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "5183231560876991543", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "6821855018718422278", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "13237050834496100264", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "7164580481046523192", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "2490155559809645659", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "15430549683839591544", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "4553409514380460123", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "3041752019114501584", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "4161001033681779582", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "4764776977138392550", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "6882621854468565774", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "8881135571874888085", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "14038261392627717712", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "628191607060767879", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "3511588484597779204", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "6904130543085920483", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "7924408980408826942", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "9416186718345824095", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "14719421757340260468", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "11936419502418995274", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "16601702334097258697", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "4800587664660105589", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "12501619443242354860", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7104309382120208659", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2321148334382088982", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "4914435717288687793", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "4104562704039821482", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "13308187548669026714", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "3603187029740446600", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7338229552985076723", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2161052921317193579", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6104380778870471127", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "13710319251108632115", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "8096131027165540886", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11823205954749139338", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13403161389559730", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "998876398773540321", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "9280431727790048190", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "1152691534728260611", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "9101903304994333336", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "142270860894725256", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "621915374938805401", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "15746620724134970969", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "503369896500284129", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "7585785802379042424", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "10486348549691280032", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "5758133252959371492", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "15117880293418979489", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "9120377367517042357", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "4278280309700908015", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "9144487908815767824", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "17408275657360833363", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "11820789223587555410", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "9232653317479846765", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "18184621367843960190", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "15059549186302099880", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "16765994345605657100", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "9869959062341950047", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "14343008518525689150", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "3202085450628781999", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "17224104246148265328", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "7322472892320910654", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "12480527132372884168", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "1008476023750261156", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "12589440296742583335", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "12604104383683210104", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12782932626966309185", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "12946540633035976364", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "18221867262301937903", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "10171373375072694210", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "17791024851737594885", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "959260710517842876", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16988275131627316108", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "15048584393463312977", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "17381516856910544374", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "5336120047683197088", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15897477855246170861", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9780938731831129283", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1473214668483422172", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17515573322312447679", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "18356980026934328781", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 288) },
+ { "18077281411861416889", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2543041530639980505", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16370218798911151331", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 288) },
+ { "17316626950179740845", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 194) },
+ { "10414903047695486119", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
+ { "2809950092498355574", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
+ { "12011982029561277581", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
+ { "11267742746905371769", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12534001599784153836", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1882052795393187384", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "419783127503173016", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 194) },
+ { "14211903923555028634", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
+ { "10892706534058849825", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 288) },
+ { "2345023488044002149", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5754844816339228920", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
+ { "17015791782274123780", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 296) },
+ { "3706994659266083979", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 172) },
+ { "13324157125165576832", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
+ { "12014527187730671229", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 172) },
+ { "5170245731599664670", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
+ { "6854611304056079417", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 250) },
+ { "1954052357826969119", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
+ { "17824431042110985323", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
+ { "3603706453982734995", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
+ { "11992353959766718397", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
+ { "15163327502374403643", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 193) },
+ { "16758697697363920520", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 171) },
+ { "10930115765550856328", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "14418429155823196539", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
+ { "1628593159980574595", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 163) },
+ { "15675968397825708285", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 193) },
+ { "9594594523961285945", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 193) },
+ { "6634330132674952638", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 173) },
+ { "8434794604559592624", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
+ { "3150231129728961455", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
+ { "12545558125736154584", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
+ { "15485701086886851362", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 193) },
+ { "18005721959893562716", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
+ { "490233152678323691", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
+ { "4073467095502162430", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
+ { "5801429077171542466", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 94) },
+ { "14841539539334726292", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
+ { "9404953235624894187", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 91) },
+ { "17995371099806008878", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
+ { "8961138963663532667", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "425744529089575241", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "1316444335300814745", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "761169277744593430", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
+ { "3325727286860556323", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
+ { "2526832080529662683", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 107) },
+ { "15470013032930986062", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
+ { "12255528292506999241", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
+ { "13119479079474639169", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "12813978452097969536", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "4991419288164762786", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "18210370419559876426", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "1616603916015535857", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "9748307611165615848", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11147573971701279689", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
+ { "10865695385270390803", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 270) },
+ { "11999246609107242706", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4118073384938355655", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
+ { "12134858519320245809", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "2930898141522848681", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "4190912926126844643", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "2929190644951986399", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 291) },
+ { "1126499865206906037", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 158) },
+ { "13483175684542464385", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 158) },
+ { "1920070013712913772", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 158) },
+ { "10787747981914307179", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "7715649642603303319", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "5581428998642936688", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "7532088618116521936", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "18126685473408206840", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 158) },
+ { "2878824076934639346", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 158) },
+ { "6548949901446632697", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "13609660900720370993", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "883436333317162926", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "16293465561256937726", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4759671642533786591", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4903592553439092472", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
+ { "2581414750854621875", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11627532066884923848", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "17983556812075120553", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "9099720270958987421", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "8106738346643994005", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2554991397391195611", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13121297281694293907", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
+ { "8220168481755031959", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14502856487639608696", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16871004845988227014", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "12015336418727455195", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "1984152634309440563", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14312549767853703411", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "403634422724914329", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
+ { "10751536136794650334", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10135458965276110244", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "2008424849669196225", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "13735180250757239202", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12351866693978844266", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
+ { "6788311046557489996", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
+ { "14578867494693499627", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11158789938857558596", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "9616636708366808604", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "11069983292783104310", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
+ { "708747442142592697", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2780423409483867058", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "3160543867929843861", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "11305232900158601613", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "12339692995143159283", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9316082753126682958", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15991460001131903561", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17647962002015093887", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4897448054295474302", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14184895905338394239", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15112599407339712681", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "10486000767830001094", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "14999920879568237166", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "14799579913711096584", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6450532136308941035", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "14962768577232034246", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "1452597292381229708", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "7104756264011682902", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "7744787957569714828", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 351) },
+ { "13503688893307029975", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "9133263538092913983", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "1383899865465106141", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "11829442945690098558", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "12394049027081208902", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "12159582810513550491", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "17738299860390552088", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "797387385159110695", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "8757900457181374694", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 351) },
+ { "6048964584602891448", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "17882819773586674851", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "17829148383265978140", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "14711697456265712456", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "724953082687879224", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "805221045541170643", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "8241070786700614317", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "9191832520273617003", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "12408889192918919210", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "4885944395876887711", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "2651385050387738902", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "6303682540621797774", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "905780459938651623", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "4476928353532757380", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "13681462437496627948", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "17243648226968859637", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "11192356850081328892", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "9323825370872655346", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "10000618285883395700", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "6418327009347170687", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "8528750110601691390", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "8061914949376516780", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "12992194515157698316", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "17870874477143985774", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "16234606052818596502", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
+ { "9148379585489720669", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 108) },
+ { "9270950131920019932", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "17001502418583498926", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "11163107409437069532", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "11465965972527519631", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "2534408579674556441", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "18109284647478027063", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "9849272539053219052", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "17382660912493284320", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "17764033613416389758", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "18431306649860116380", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 351) },
+ { "3699344686791530101", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
+ { "14151747022287993729", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "826850797666395121", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13486084204140096478", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2114599010013594942", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13251091004269229867", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "5240706676373148280", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 351) },
+ { "17490188677223978661", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17854208422879910606", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 351) },
+ { "8767817856303586064", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "10672380526821947133", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "10730222715353420212", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "16683169947375504066", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "2964705957088952872", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "14885031472057965707", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "11308583200952256245", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
+ { "7208008921815475393", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "7113777272518482528", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "6334639534663495263", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "10151922632636937118", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "11560634267092054110", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "15914107501176673997", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "18218755616248669884", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "9987415314864002460", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "7667898603371717971", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "4403753181729432604", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "1040030752340209480", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "760687670112194844", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "9803492989444302959", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "216603198215625772", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "10899110544832584656", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
+ { "14447191095937730964", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "11130439225010714550", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "4325081100430903742", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4216958486055161753", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4400247897123856252", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 227) },
+ { "2294800960010879540", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
+ { "5195511638783481084", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 227) },
+ { "9545968464906009869", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
+ { "12932635875905153141", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
+ { "16925721317097534009", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
+ { "4398371999113956082", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
+ { "16347412180100581330", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "7877332346656934022", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 317) },
+ { "6323026044750482867", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 309) },
+ { "9761573038170759563", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 299) },
+ { "12098146032672599222", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 319) },
+ { "1403617451623027879", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
+ { "9058996149754556268", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
+ { "5864250949922222051", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 295) },
+ { "15847413004526420496", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
+ { "3199841714087553410", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 315) },
+ { "4957638663977636791", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9437794960375526230", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 315) },
+ { "9475130054420979752", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 171) },
+ { "13312514874803986753", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 317) },
+ { "15997754881872769378", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 173) },
+ { "1941341635794709702", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "10157866834809927320", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "12308359047798183133", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "2986189945936592561", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "6928835003016610382", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "10084794570892043447", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 279) },
+ { "15417738436777481469", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 277) },
+ { "18377298651236993830", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "7354234812009979811", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 108) },
+ { "8656468860180713379", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 110) },
+ { "14472187692485966933", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 99) },
+ { "397770940444464146", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "14258499419905714808", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "17599396373608265826", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
+ { "12935563359569230797", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
+ { "4892959859293355837", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2802810524370514276", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
+ { "10290107543739998181", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "11587239927319376658", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 296) },
+ { "9076758673133996959", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 298) },
+ { "10432365444137108781", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
+ { "13092232276822302626", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 316) },
+ { "14896875712028630045", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 298) },
+ { "3236003754884728510", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 298) },
+ { "12181889163404078773", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 295) },
+ { "4856470441452830056", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10022487076451608714", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 315) },
+ { "14811603003184578943", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11565861421381730304", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 312) },
+ { "16577611471466452776", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14616969385577243225", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 316) },
+ { "17921973525603585874", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4617809377006148936", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "12641170321047008726", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "5940337324384948573", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5738835498104275267", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
+ { "3499106702307464480", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "6942016672941874829", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "2173720698351153121", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "17201365233492366678", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "2877521658768725103", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7689320135952025041", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12031180482028822765", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4717620775314557374", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "13800760323805415740", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "946479876892100082", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5039037192630609823", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13839116996827687373", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17037416417174266088", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
+ { "2321767794934000238", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "14907097142953816744", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2525260242689556544", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "13328449155966085543", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11856266545854830143", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15993427814066246646", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2100891581797371600", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 274) },
+ { "12242618640422208652", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6133592828563353516", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 304) },
+ { "18232278892738147217", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
+ { "11992625045241269569", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 314) },
+ { "12601126285773042005", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 316) },
+ { "7457899998356343871", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 316) },
+ { "6343888265369366589", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 317) },
+ { "10791067159964399241", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 305) },
+ { "11327097771110264965", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
+ { "5245308722062496788", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 318) },
+ { "10792503079194374004", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
+ { "4818231379191523896", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "2198278382394812839", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "3800011935243649447", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "9631545863582097486", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "1779941298820543013", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "3621930417735246405", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 276) },
+ { "14435120971846098308", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 276) },
+ { "2893564501191050837", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8108843303778211282", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 278) },
+ { "3682813162987778705", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "15494543914974994991", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7565221050911842393", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 99) },
+ { "5629670679897666607", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 272) },
+ { "11754316727756881612", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 103) },
+ { "10990741293315393791", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
+ { "17024388383581997032", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
+ { "10302338806536775954", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "7915318733663535312", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "13702692566238948173", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "2909728331855309274", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "13071545223094862275", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 210) },
+ { "9631481972809246378", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 219) },
+ { "13540002981450186147", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 210) },
+ { "7076937538747704750", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
+ { "2041212737963974230", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5308128387928804050", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 372) },
+ { "8619526128410675593", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 373) },
+ { "4792351255949877935", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17759505449240263390", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 316) },
+ { "9584652777232392944", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 275) },
+ { "9999955037598579164", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 316) },
+ { "15961487889420208188", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 158) },
+ { "541817615957967731", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 315) },
+ { "13853630125050609175", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 314) },
+ { "4137755981477177003", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 316) },
+ { "16949056117405140365", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 319) },
+ { "16014822406751503249", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 318) },
+ { "7700321970687976931", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 317) },
+ { "7056293586529818253", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3814584042139408454", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 318) },
+ { "16992405636352406660", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17442105631503326136", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "9606639214735570069", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "7940369586324090841", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "8444259010311137762", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
+ { "15489746763312425915", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6800893510381991731", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "4156384238797998294", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 177) },
+ { "11645116728396933125", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10912495395422146386", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "875400109066360897", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "16475247464223458061", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12700372241799686527", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11640225461345567929", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
+ { "13183380647506951324", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5242271874488296527", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
+ { "9488453013746383896", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9726913113016874092", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
+ { "15979956159651515122", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 226) },
+ { "9947449295659685973", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 220) },
+ { "14230493618724018658", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "1704404203639481753", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10404725818204494388", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9767294641786972359", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
+ { "4282668574670785584", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "18043340998699622388", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7148542290597073512", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9040046051053703359", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1077773457856682663", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4716188972902735458", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17343050785312683560", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5687802882700097624", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3524531620118359828", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 138) },
+ { "5688478347124565305", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 296) },
+ { "5504757952698692953", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 288) },
+ { "13800387305792597325", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 288) },
+ { "6574971185849732667", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
+ { "10573920781439771673", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
+ { "4992668316921598993", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15778834188130183853", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 171) },
+ { "3062101811226530720", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
+ { "428659495445490820", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 165) },
+ { "956022649859563080", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "13410850301164057911", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "17423645390621980919", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 244) },
+ { "7802311886554362782", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "1172103288112689821", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 141) },
+ { "17353894529222574441", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
+ { "16431857516454692096", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 193) },
+ { "9100044555742394133", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 166) },
+ { "13115589642140732066", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16190949264253468961", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "7026575758396092435", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 163) },
+ { "16761856644242716357", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 93) },
+ { "6341197991729122563", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
+ { "17087740929472936216", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 92) },
+ { "10795104632256101599", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "13327653786981478088", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "1096671695414716274", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "10774528268153772208", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "9525853014023664813", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
+ { "10632020369698615114", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
+ { "3234107167862677811", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "8708643228914766202", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
+ { "12415368596357091523", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 111) },
+ { "1028160614515220430", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "5927467766675317093", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "17742192339816511494", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11931568365395665142", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "731825454731954517", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15989894214714907271", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13478984039708550410", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
+ { "15773157615731010456", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16772854836230971016", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
+ { "2934519615045138808", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
+ { "4880150897829846031", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "17889864541794448203", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "11768117585574496387", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17906607354577138153", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "18270587701371596297", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "18142462471803295391", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "4815047491742617397", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4513063773753763458", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
+ { "2984726467649419856", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11795826875463204296", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "15675903059949404837", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "15817443774186015593", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "14558572801374416278", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15555083739490354527", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3854114166348568039", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
+ { "3216877571075556066", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
+ { "739676584505475609", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8303211644727914658", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "12908594497114706897", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "9918371346247634545", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10893432143734884603", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5339985303398206057", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
+ { "5941852872160795604", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 106) },
+ { "17634966178519099371", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "18299254635579957284", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "13357365044448426880", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "18135307303959376082", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14764715930784496165", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10979362792894404338", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15006321421735686121", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12370729327673204804", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10722677916294015259", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13454265023861566476", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7995820969034996638", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "5275016494706355806", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
+ { "10947686124973711385", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 59) },
+ { "3349519148124496343", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "4003433148846544263", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "14973431782875808802", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11948858355027908365", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
+ { "17951403431757222177", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "6586872365879203192", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "11718418772370938734", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "989564341557094953", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "6942049339361951275", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "14555883089089918919", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "14808895254077106198", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13830605041347009953", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
+ { "11955992313739654625", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "16921026268702574340", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "15320845027635796583", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4014667229872705228", std::make_tuple("convolution_gpu_bfyx_3x3_dw_opt", 68) },
+ { "2438374917504708831", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12391792381149655331", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12864558900883069118", std::make_tuple("convolution_gpu_bfyx_3x3_dw_opt", 69) },
+ { "7209217811135076623", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3272017687600371031", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16067605128297748820", std::make_tuple("convolution_gpu_bfyx_3x3_dw_opt", 69) },
+ { "14150012830816329527", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16218339663410630711", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2089730611490367290", std::make_tuple("convolution_gpu_bfyx_3x3_dw_opt", 69) },
+ { "8907982643256296667", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "804195263636995800", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11528417522960871233", std::make_tuple("convolution_gpu_bfyx_3x3_dw_opt", 69) },
+ { "15378025640603637387", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12860222041026638681", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11597391933877736800", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5042176052323856983", std::make_tuple("convolution_gpu_bfyx_3x3_dw_opt", 69) },
+ { "17010172246526353957", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "938848188161536107", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "12725647706191463348", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12553441041059632729", std::make_tuple("convolution_gpu_bfyx_3x3_dw_opt", 68) },
+ { "12782191856884962803", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15824189967727245909", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16027853590391209100", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5352061583962489055", std::make_tuple("convolution_gpu_bfyx_3x3_dw_opt", 69) },
+ { "2294318010381635693", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11055049031355432623", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11149782181562145291", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
+ { "2653651564133701304", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 344) },
+ { "3526580286148537369", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "3985659568982275663", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 371) },
+ { "13642146548740074992", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 372) },
+ { "17011363406405852347", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
+ { "15386715291503303766", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "10292349730148518173", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
+ { "3154539627593235077", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 371) },
+ { "6856130385095139346", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 371) },
+ { "2349007644347065353", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6146876760962332928", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17434429579652310107", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9447458159095730492", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8655883535274781128", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7272538316511343863", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17564338309805484464", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 148) },
+ { "7881187047171099732", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15579919505002150556", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11583017348580874022", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "17915846724151945664", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "5319668297345215520", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "17208186152576814861", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "3633858263279042265", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "13853056718266488510", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
+ { "14759179293743468995", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "16995873636564597028", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 108) },
+ { "9438739171104456179", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 226) },
+ { "14429081455612806819", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "9819596940685093690", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "9426665763007611385", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "794499287296495726", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "4980217316169616839", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "16105073808368936420", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "9530116228032101908", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "8527193566719173253", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16566214123371867456", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1470933384474984858", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "10706267011822108376", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "16081386644309102158", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3571959174116404960", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "12566041126392848976", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "7603872175048237237", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "18235209540858013173", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "14316077757957132678", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "10816637153861630723", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
+ { "9175450649281374948", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "17370158297470557151", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "12051595062513871723", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "2967481531952454828", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "12085348936192462321", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11951606039079763598", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 351) },
+ { "8769060267707904998", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "17104611871050967957", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "2103882464623009432", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "2659712601063515059", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "9759380701896779097", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 351) },
+ { "13842309033760176194", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 351) },
+ { "2418288192668085805", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "14994322266840011040", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 350) },
+ { "16402312692470500253", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 319) },
+ { "16955653765071712611", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 371) },
+ { "17830290099875088207", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "603883331897298932", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "9731370183088819573", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "2296581485980163665", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 351) },
+ { "15133468875250992696", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "12972798847556569913", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "17446505012657609153", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "7223801044761006523", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "16511749893955141055", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 351) },
+ { "9485825829394109934", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "8130920994920685157", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 351) },
+ { "3573490922300056520", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "5479761740065152589", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "9480653639044390919", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
+ { "8739347545059610410", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13459514533473657102", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 351) },
+ { "7824524940405130010", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "17796310681498690253", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "14823616678465136590", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "13816104794723484993", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "846088275031979661", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "18125732229366977468", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "8464582977975377118", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "6290317420155851465", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "12696412964119109465", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "4994591211723226974", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 347) },
+ { "1036010477232750453", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 348) },
+ { "13786357802945430475", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 348) },
+ { "1003101267609305257", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14991602704357959545", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 344) },
+ { "7840653268996892538", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15488340031228619748", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "5003718302026277632", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 318) },
+ { "7693459946348737411", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 317) },
+ { "10536316961655703500", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 316) },
+ { "10765280349477640969", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 318) },
+ { "7447163906170805189", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 316) },
+ { "9319254979377483709", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "7843508201826629532", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "16395067736440127496", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "13820498543284008286", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12071914115316550349", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "12727541507197887360", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
+ { "17364712285968437405", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
+ { "16120988958246503683", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
+ { "7375461241315602473", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13282951481330978659", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "6181308879301978465", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "15488550074426713959", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 348) },
+ { "4062706195708729345", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
+ { "11604111639041106489", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "10512507780534402341", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
+ { "2128612971571865547", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "8594644182487917002", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "15881381297320383917", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "6040286126398028933", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "13926122593957480821", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "6213386558868267629", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 351) },
+ { "4456004887590847716", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9642229389394495047", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "18259656768460999562", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
+ { "4983880246908724272", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 344) },
+ { "7881579844586294503", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
+ { "5331173521406046122", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 265) },
+ { "3285520504090196295", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
+ { "7143510787416483146", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 265) },
+ { "18103534417093702556", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "9328223957245552723", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "11706446082856895571", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "12625112690264223217", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 350) },
+ { "2114232149447438823", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "13883044928774243663", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "17636500109629107732", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "6192955702438301372", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
+ { "13970935346154374605", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "9692654253261175490", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "2116913943188857359", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "12802517759474139810", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "13611054146745413536", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13814086981499638596", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "3106922888635965020", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
+ { "10509933181132310969", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 373) },
+ { "17318287523550546026", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 373) },
+ { "11806402239500046867", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "12353956380178079089", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "875296362957469305", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 374) },
+ { "14912119584313592912", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 375) },
+ { "12494969618927201911", std::make_tuple("fully_connected_gpu_yxfb_ref", -1) },
+ { "6344802942015047824", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
+ { "1692411934657235774", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "615341695338735013", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
+ { "10601835610089648700", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "13262672660175739705", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "16522364268583242080", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 155) },
+ { "18253784177599134876", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 186) },
+ { "12319073009094248232", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 219) },
+ { "9954050478761346921", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 220) },
+ { "4640696923527766618", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 219) },
+ { "1436052878894538927", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 219) },
+ { "16011429608661242565", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 220) },
+ { "4381329435655511217", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "13972357557211413688", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "6580334406272192111", std::make_tuple("fully_connected_gpu_yxfb_ref", -1) },
+ { "10437599469161149176", std::make_tuple("fully_connected_gpu_yxfb_ref", -1) },
+ { "4490223883171428014", std::make_tuple("fully_connected_gpu_yxfb_ref", -1) },
+ { "2529786184394804665", std::make_tuple("fully_connected_gpu_yxfb_ref", -1) },
+ { "6995235840871804844", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
+ { "1671208365782918441", std::make_tuple("fully_connected_gpu_yxfb_ref", -1) },
+ { "13104509059416300615", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 266) },
+ { "10090923790949378407", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3429844423226609965", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "706049518431331645", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
+ { "17193614571243427089", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3621424752591567930", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11066930104187448422", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "209732971447020989", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16044646335477470657", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
+ { "2172121470071868949", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3392693938352572136", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5495063314176654751", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14553856088069405595", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 237) },
+ { "4967444801764057340", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 237) },
+ { "12160764253455777655", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "17723621158215826108", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "2171768477223405739", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
+ { "12672995204641007004", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5622089373755094139", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 373) },
+ { "2129726780118554358", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "4160656836528944651", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "11052732052072367261", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "18432787283148809023", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "16172528828198474326", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16327433707667075261", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "2797723586312707948", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 373) },
+ { "8451212914744825089", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "7025975403069487257", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "8913950860101596091", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 361) },
+ { "15308578014507211237", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
+ { "13132804928635689780", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 375) },
+ { "4465781406991476376", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "16266491618150971928", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 373) },
+ { "181006047500375768", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 218) },
+ { "18140951659547259039", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "272730229972987861", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "14898892437285105327", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "17252449599613270108", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "13436376034548670107", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 373) },
+ { "13787436604877398090", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 219) },
+ { "8873614802459592665", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "13663893159182636270", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "1361159591875955678", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "5912303851874077576", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16245760498096322525", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 373) },
+ { "9928406318940388716", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
+ { "3036512701943687724", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 359) },
+ { "5334291640387922287", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 365) },
+ { "3002986032379998259", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "16469788155263456039", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8709632541892447149", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9524303276541517389", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9354818521586974021", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16781127329510211966", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6351572488552853754", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "907036267078333137", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11855070245618904113", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "4544242784357021697", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "18218631037214746168", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "178353385245384751", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17658152048177750315", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "11636129433022017868", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 217) },
+ { "2622434279674583815", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14335074487552883436", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11175955260573469979", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 132) },
+ { "2732519635571994212", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13893789954946953427", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 238) },
+ { "4355933224673863178", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "18037918102910297531", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "16071723603031305677", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1697248235682953135", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7843498978148810586", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6767159196241633301", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 238) },
+ { "5097818987523855112", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6623182990939010641", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6711878663358611849", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "8671491767142900139", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 223) },
+ { "12164298124869114517", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 359) },
+ { "17089801601582809764", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "75742659105146536", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
+ { "4652136280940317116", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "9751582946441607796", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 365) },
+ { "16706244336960642883", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12581879452540858313", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "17443356777503458523", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 223) },
+ { "939718260623752240", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 354) },
+ { "14131851237755716991", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "7474639594232203854", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 365) },
+ { "14152716242882609401", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7998930863626763670", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10323345824599612614", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "30229601562833524", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17788367809717898285", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "1509728225855233852", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13139625572508441980", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
+ { "16491532291908469567", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 363) },
+ { "6355395905401306995", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2096779676054335057", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4217179485243909459", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
+ { "17101789600628162503", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "6139574161497189424", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "16559140502701231107", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 210) },
+ { "11459784003592366395", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "7869916853707978306", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 56) },
+ //{ "3889519976910355277", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ //{ "12081835728078383819", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ //{ "14923692894655929923", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "12794369485239257709", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13338594271376045657", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 373) },
+ { "677249604491773387", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 373) },
+ { "2668729552208169959", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
+ { "13011676362747785816", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
+ { "4678607855896512523", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4356817283284529593", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1885075753696445410", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17806712457019493207", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "11862259122805366807", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "15201438563802430490", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "8132521728369930959", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16108573960501496757", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11086699387784339943", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4013707396889204359", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "11850332373794932468", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "14763982961176216679", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 110) },
+ { "8207349115037232863", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 110) },
+ { "3273748387141431306", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "580936360000782237", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "10682918518101379579", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "13178480813522103091", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "17109520309574369561", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13754408679115174221", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "16717713360264747483", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "1045854873741563331", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16767392067294252396", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6114241186364821679", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "11241838709529552265", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "15192230303376521834", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 90) },
+ { "5374969798377773063", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "592245952014430043", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "3114869763557037270", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "11254635684957519432", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "16816222375242496370", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "12809199739984715013", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "5040730152867713388", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "10429613013253088132", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15451919862187018297", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "7546586420552408243", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "14487682847898298214", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "3106710091841093202", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "6458124573210430792", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 343) },
+ { "9182897385081081193", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "14462438074931673266", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "18133334552107213128", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "38736266675995457", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 209) },
+ { "13654816209891478730", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "6263019986730305851", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 218) },
+ { "12929981792125924963", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "3138374672801504481", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 226) },
+ { "4465701487417893814", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12977678792503377525", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 351) },
+ { "10879218241103462088", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2221145174704245189", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4635570915184713874", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16075006181495932250", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "3863816884636503247", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5440983284868981549", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "15428591250165788477", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "16567638487719493784", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 347) },
+ { "18059267466971880386", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "10808909442136736629", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "5682190700442712936", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "712165731154577189", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 226) },
+ { "7469127846325904854", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 226) },
+ { "5926747396493954633", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
+ { "3477539135137665170", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
+ { "16235115911229280717", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "17009318615658405230", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "9421643783312790618", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "2294026590516781945", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 347) },
+ { "2940027113687311893", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6090625728451718945", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "5643908654122573882", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "9065894438656900887", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "11185156002426041243", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "14670068483447729857", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "4623542918584461522", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
+ { "1143214652021653634", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "1434535531617424039", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "17025268985366223779", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 223) },
+ { "11507538232733291666", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 220) },
+ { "6149673627320838019", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "16243196137456624852", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 350) },
+ { "8059328623525062913", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3662747857062156477", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 351) },
+ { "314054598858070952", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 347) },
+ { "14122213471825630433", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14985236276429954162", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 351) },
+ { "3265415000818832667", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 351) },
+ { "856877003890134554", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "14805540705424073865", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3788462090984291082", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
+ { "2715447739580688669", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "7171904645566467208", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10308431308942416781", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "8712136292276123857", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "8700574100180128776", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "17147293671640396193", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "16474284418841532356", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12461575861709234385", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "192209423643075326", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15490478608105402679", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3491333679577961640", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8176012042686275874", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
+ { "4282198629458668761", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "689445825453914111", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "969746749329671447", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "16833026567865627676", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "13046322179198317310", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "6902644989079870993", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "10987953316324712538", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "12515465135362865565", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "10049571207493913006", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "3926585856863002495", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "11275109735493317886", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "12238674883388043717", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "101401523793806394", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11007944497812650617", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
+ { "3240102173773280414", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "14883438809987378616", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "13320675959188615441", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11975047184326016230", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2608363732937932266", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15943141845766932879", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "15486917753097743853", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "8317673282128335201", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "10635659193402005820", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "11450378244355788918", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "2625969259447793593", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "12207503176295152756", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "4625107584562815965", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "1997392406402548974", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "2524029454785583409", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "4615708568396290002", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "5349415632630235233", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "16108759090923335184", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11756881293845417212", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "17839839336294937155", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4703107905652287491", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "18180820925685532104", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 348) },
+ { "3835286851569826052", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7807983899017500046", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "10294185397756053636", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 337) },
+ { "5519535335798045279", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8701248964531180496", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "291868903926685441", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "15239764240622554314", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "15963038745470172423", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 226) },
+ { "11428599290755097395", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "3180320769716158201", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 221) },
+ { "583303098958523195", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
+ { "3509487327001107638", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2649192407401044065", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7706714181281908433", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "15914342421266687768", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "1497560475414454618", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13485300684443803732", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "14571022040013651253", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "2832268621630415376", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "9383182168277796969", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "16487774205195979355", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 226) },
+ { "2226745622763268469", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "13809330759308309353", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "11634932044447867039", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
+ { "318377908569897093", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7353563160591978243", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "2582625260054352916", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5609922876429907954", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12557015880639217508", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "11528310408333718862", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "1471837664358450291", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7351401242363888463", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "953306082374100275", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "15759530339367380982", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
+ { "13300022131572486202", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15689502054035168040", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "16969463538496570528", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "10237524128771958432", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7969848911698660033", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "7130694811424715594", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "8578747191812631883", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5197105253412476591", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3120553928584920777", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "4750894407873652809", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "12667014405537239093", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "13644681270630373984", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 374) },
+ { "15602218079503030465", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3950738240651133849", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 374) },
+ { "9101334153142718004", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 319) },
+ { "15695415285791951018", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15493488989417521388", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 372) },
+ { "3391032227732782982", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 375) },
+ { "8951040603784899163", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "13804221028705631415", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1351033666248868977", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "11330591026581463934", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "6142707387281700290", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16117448559783537844", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "4531222427159927606", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 348) },
+ { "3116068331849795558", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14389719202147508599", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "17053671692908867872", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "17025182465337728023", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 351) },
+ { "15035800097152337587", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16770615142634470903", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "9378269524012289175", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "6727930402459775131", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16362857896338778056", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "7187734276051878356", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13253775441326432265", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 371) },
+ { "14733510474010040334", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
+ { "3336303478756453360", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16352331970945217438", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 372) },
+ { "13484950419220835364", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "4674416595144505741", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14559308665571750465", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4542143431130171516", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "13189392239349392492", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
+ { "7009735776703529573", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
+ { "4220826666482500445", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "14792528369891965810", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
+ { "15287650965861631130", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10308175009371219583", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "2903605246599054308", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
+ { "9213563311267466388", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "5019077257951332016", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2497756607567197523", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
+ { "9285566577169147378", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "3432296808755992670", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7688176479120305539", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
+ { "8818070832398055086", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "8787816339967963727", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 245) },
+ { "863952266514375915", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
+ { "5835634465164771899", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "15101680837342453931", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "1116274074896622552", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 240) },
+ { "12790788016297794214", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 81) },
+ { "13538051178827008933", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 131) },
+ { "16403423801823379909", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 94) },
+ { "3723613341885592267", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 6) },
+ { "3830703844770425343", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "40704767167309552", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 82) },
+ { "13973028408397200796", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 55) },
+ { "16561224775421968533", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 44) },
+ { "11243840588602365090", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 3) },
+ { "14103112843209793966", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "10483664832302187567", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 5) },
+ { "8100595788531468781", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "6620782733027313312", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 5) },
+ { "13526488884846845330", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3534971503826416049", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 374) },
+ { "10425889533411573166", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 319) },
+ { "5214654427283761256", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13569941893504840630", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 375) },
+ { "1318571118468536310", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "17724604495865223459", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "12229574562535756991", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7264274394359484318", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "15069906408448814772", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
+ { "11857037689248685487", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "7977195117668583981", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "15678385128478075284", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "13025361884606488732", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16723478941106779069", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
+ { "726985753660756762", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "586947787345351152", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "11418379777288974452", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2575631797904040925", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
+ { "6288489890578212082", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "5649082203775427830", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8036474422877454869", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 187) },
+ { "3711525118850629466", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "1875764913306932583", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "548663565933738403", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
+ { "17329287216741045059", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11848462434662954749", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "7581174843529024536", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "11334122788337402526", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "7868973874302246233", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17209528805596238905", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7878605163588288309", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 90) },
+ { "5941092474669713339", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 109) },
+ { "13738760763969959522", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 107) },
+ { "11988546375476924356", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "13680926356824317761", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 52) },
+ { "2530317332900569142", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 54) },
+ { "2891736961665476908", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 54) },
+ { "18008552719153887303", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
+ { "1299545313185409227", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 3) },
+ { "17907223570737272640", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 6) },
+ { "6949539207944972855", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11207257238719531888", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "13898284586432291433", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5120466856097219243", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4197617702037834389", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "1249137685908951501", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "14716719350966652036", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
+ { "4840004190985490064", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1540041682425757361", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "3715177305271762194", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "10001963042016663554", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "481328129206881674", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "13404888565084206853", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "12348135936862667024", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "15471470494305051299", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "6181272224000872375", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4701832665603867798", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "2030309697153345387", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "15643135666029727865", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "18180655791734632264", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 373) },
+ { "12990527753120735255", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5303970743736042689", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1596353239542510685", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 372) },
+ { "8040001390872143271", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12052207771201936228", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "9942099207256025216", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "60509335250891515", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11499219760597131534", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "6726099352298108756", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "597073780328219388", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10783630257421062891", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "6988492019664525206", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "7132328255408635227", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "4006884370026272807", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13938466156916423478", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "8689206546467098603", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "5644068493155655611", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4867937397499803072", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
+ { "2702144517025248597", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3304589333915676807", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12894625941923144893", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
+ { "11649407835105973949", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "4897991181236908768", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
+ { "12179581684777023804", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2806529556090896246", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "11327228813412934262", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "5485749317130402302", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3499243120652875549", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "10916647716124396856", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "5749536453225343663", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "789359733867650915", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12626014184575881530", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "1201692134690347847", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "15249442550355454201", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2598267743388306204", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 365) },
+ { "7181154048972884375", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "10930640103080573253", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "8458082326743351141", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "584086621952390547", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4754967381316623440", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4353842547963164546", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "6131481289104111211", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "517997325935712670", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "5600807544955072308", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "973966345068677905", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "8532217744217419503", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "14614844213016502202", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "4126895998426674411", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "9700808806849459216", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "2438261005924916746", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "4056971751486746551", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "8929453032482114162", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "7662200927459001757", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "11473442921040533207", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 273) },
+ { "388828310152538138", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 270) },
+ { "1643241486250690844", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "11806105193035393795", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8843585527713905568", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "13248567106128518549", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "13708979487306970634", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 277) },
+ { "14406070210216948643", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 277) },
+ { "15352245788978088971", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 278) },
+ { "1435153323458789173", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17638692805430115529", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14068780861332616363", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "6656593119788274992", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "14695781272831602408", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 210) },
+ { "15696910741835640150", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "15315327794058441258", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7545013298074733778", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "4026686872534942904", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
+ { "6553736978928374036", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "12129572274423886770", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
+ { "9723314434598141024", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "11031625790234068916", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "1138439260035360722", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "8323445733669842657", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "54019631544204590", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "8971115542951085891", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "4584970211859494304", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "9321208819255762521", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "12617625046664709483", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "8264178890341675354", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "5334190564423375247", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
+ { "14746359019867963124", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "2044363708106765326", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
+ { "5132761922124425835", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "8141428150264829362", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "276407276027553756", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "11878734040194151073", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "11622925573287101001", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "3192332625020432602", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "9785114056964539323", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "9410978119783758141", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
+ { "12523676912856063091", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "5912451559447635837", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 141) },
+ { "10264913782610095832", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "10309083227104422150", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 141) },
+ { "8500148569566077929", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
+ { "6578908625437515675", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "13762042713029963144", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "1561225943337590599", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 129) },
+ { "10917498758625273194", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 81) },
+ { "14335423820860953927", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "875142032423622622", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 165) },
+ { "8965747921518186477", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "4428101657497677982", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 126) },
+ { "5779388310240896974", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 57) },
+ { "11092828091552833150", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 123) },
+ { "10295330953350618042", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 5) },
+ { "15901675909820977223", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "4894227264080887361", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 1) },
+ { "381149736509958403", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 3) },
+ { "7962991673727743706", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 5) },
+ { "12725675221990905186", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17961702508543961900", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 318) },
+ { "7082007579524697455", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "1867337342417952506", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "8931169575495985034", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "16542318967217020315", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "10626341369865893888", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "9090828337597312855", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "13621339501067135142", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "13754540732991287617", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "6669808855737023569", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "17640725195881101275", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "6928136130626403937", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "15047676717402283805", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "1082574490068006980", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "6557428245898292304", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
+ { "9440117898128288296", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "4672441137336208890", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "14289082888174784976", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
+ { "5056859994174498686", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16574710115918192418", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "15839295895890205274", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "16307464696265537356", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "11910735867274493498", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 250) },
+ { "14671212883301405408", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "12028665820838352309", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
+ { "4773123925616969670", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "13602140021189675477", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "7708321360699824256", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "8609939102588915855", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "10782611933832492335", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "8857763129101380288", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "1230262279011217327", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
+ { "14424566003632608852", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
+ { "5497751772699578150", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
+ { "9541630719145326121", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 250) },
+ { "10724501418439612080", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "187352687850707150", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "3438296636411972401", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
+ { "4165036357594592683", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "15106614232165315070", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "17477062954520561609", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "6664432489777052771", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "3341302541468955849", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "11626402549863483301", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 138) },
+ { "3522383297921565178", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
+ { "8651641584737798174", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
+ { "12473600360154597915", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
+ { "13296242326766100583", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "12068797674575015662", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "6297802534570892679", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "10037086825900566930", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
+ { "17216583849049249733", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "1287490919205560806", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 153) },
+ { "738850098651678143", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 132) },
+ { "7139714914586273766", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 155) },
+ { "14050124896329573468", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 96) },
+ { "5429130923188159806", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 103) },
+ { "7953255701516490034", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 22) },
+ { "6195916781434462809", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 103) },
+ { "11025471731438443683", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 82) },
+ { "4622514167765722873", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 3) },
+ { "14680730265621679042", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 6) },
+ { "12141300895511301068", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 155) },
+ { "17106086048442658788", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12707946849050970702", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "17154337492545826355", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
+ { "10109431802089940590", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "9428176632140441528", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "52089503050497755", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12297371032753209816", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 270) },
+ { "659150305191479097", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "2065752819810364738", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
+ { "13583166868754499339", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
+ { "13991205023798493715", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
+ { "8939683514448064461", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "18337160891834020517", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "1154228007901031779", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
+ { "15156525717629023944", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7757331094141318304", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "16779678846332091086", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "5409924335138540834", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4149728557142033774", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 196) },
+ { "6443517114667332732", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 172) },
+ { "5419041493176804960", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
+ { "15948383678216076358", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "9604982746455852556", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "15739274921308457528", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "4642234334824303290", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 176) },
+ { "13200151444914751729", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 172) },
+ { "16894871557229780934", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 176) },
+ { "9933958860597451711", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
+ { "17094948685292534952", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 176) },
+ { "9762182215179534181", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "18273537339378756543", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
+ { "7720939595094113814", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "5865480930796299143", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 197) },
+ { "10058165874008941852", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 199) },
+ { "17309326904418811234", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 197) },
+ { "5592428580503282095", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
+ { "16348402367953880206", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "13607830451968188080", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 173) },
+ { "9311802150474489673", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 173) },
+ { "5159470523468873105", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 172) },
+ { "7975810844103449438", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
+ { "11455843788148231615", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "1410630713443793537", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17303408650780384587", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 176) },
+ { "12069726772532946193", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
+ { "6204183474669103812", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "12874626654611400042", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 138) },
+ { "13546876216568825877", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "2973436171295280783", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 125) },
+ { "1908809004094565452", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "2322559721899919275", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 131) },
+ { "5766507688771440170", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 125) },
+ { "16626226341188424071", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "11709992724966310174", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 161) },
+ { "17222005830854879661", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "14224121742920800990", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 125) },
+ { "1071007164550012186", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 165) },
+ { "6719302427415173754", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "10482582307328548806", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 3) },
+ { "407189201971322683", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 23) },
+ { "6531171505861182429", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 4) },
+ { "879005904827468163", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 3) },
+ { "8460847842045253466", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 5) },
+ { "10488269059469838160", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 155) },
+ { "11359409533744011242", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14813178380338948912", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "6307939332939714967", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "10894058425957901202", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "16610284927818475574", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3221469860582147955", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6423785822515265784", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "742689192890486807", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7349880498513046830", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "2369451367723962073", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "11690533591656807605", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9205978149692979955", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2728938624042183713", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2781309272856442321", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "579781312141502576", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "12564687330941036772", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "8421388456873652700", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12177387334053203378", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11239541755868028928", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 171) },
+ { "12776081190690731910", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
+ { "5648658688155716974", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "12213354854947437262", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "5680236635030250712", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "5751283221740229986", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3646228701104397128", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 176) },
+ { "13776178598632392721", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 173) },
+ { "13364676690016875118", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 176) },
+ { "3141773224039276177", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "16384186388687043048", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 176) },
+ { "14421898375873029115", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "8922929126299811091", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "10256831975351722184", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12590922530749026871", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 173) },
+ { "15209909241815414156", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 173) },
+ { "8791285622784082122", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
+ { "7474592508575297101", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "12068974703657294908", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "10682300249493137042", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 176) },
+ { "1788455099959676873", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 176) },
+ { "15225354446874994535", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 176) },
+ { "3226193790517362610", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "15814015810740458605", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "4129722446574108695", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "18094205332383644037", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 176) },
+ { "11120846960057008937", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
+ { "9195732599757736182", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 138) },
+ { "9939234037869927090", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
+ { "5898740235388207878", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "16694984452720336415", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "4889188980319017094", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "14412158605670555579", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 125) },
+ { "3463959257726925426", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "15726902746983125797", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "8463615810239412362", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "16531824466148265247", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "3374410641320310726", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 155) },
+ { "9589942627115344216", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 102) },
+ { "12864204111424196179", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "840202264034382558", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "16386955278777720573", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 99) },
+ { "16267682394077585279", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "10544411879329675593", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 3) },
+ { "9835739612255048978", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "6293403765897901528", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17596685300497748803", std::make_tuple("convolution_gpu_bfyx_3x3_dw_opt", 69) },
+ { "2150326211917340956", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1587501521145162454", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7561096442572829049", std::make_tuple("convolution_gpu_bfyx_3x3_dw_opt", 69) },
+ { "15078262396281327048", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16383540667048742064", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16820082917500285799", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6820284286806022849", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17285815901490707654", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "994182747184593564", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "6642767323474835034", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "3215659303601163167", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "54975980454651672", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "11529876081402974396", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "10308113903347312964", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6712698149192186833", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 348) },
+ { "14930789530046665855", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 316) },
+ { "2204178900998688268", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "17174919737114915467", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "15154700439767512396", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "14916625550370402883", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "7650375560336513366", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "9999553425206328238", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "14026570177552137240", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11686670048744589243", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6678796313875454849", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "641417817126876622", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9622546530872848323", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "9194788897910888066", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "522181557896569275", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "3332334993503432420", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "16131448347558322280", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "15924916465272239832", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11669828823444745889", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "7243917162812988891", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "17891499682354369344", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14532519639619315651", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "3635446784873718932", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "18275601715050791851", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "6997971129340865650", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "10722782762733112118", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "6585223640997887253", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6205240287062600210", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 238) },
+ { "17522452942286240233", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "6571438978296387721", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "15511138074959300404", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "11107930597263802755", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "10320711719466983961", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "16884228931101540030", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
+ { "8253823502854784432", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
+ { "6025872155179042054", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
+ { "10173283505468233128", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 342) },
+ { "16094174852600023296", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
+ { "11077876432364512822", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "10586018593856542117", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "18436249934780056991", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10179916356323479080", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
+ { "1760391741350091665", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "3109104171383198425", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "18136135457402651842", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "11834683513280095384", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "4806571630436601566", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "14849108908297747749", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "8490260671996115530", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "2929715823970060874", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "15924583510704449214", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "14331658870024759698", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "6340128090694375876", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "1120455113299469776", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "17268201530818712998", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "3644282167178264526", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "360872770877634346", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "16720108310653948550", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "14353390922580547467", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "9868561386826862471", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "17465517455679097501", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "5570311824197099845", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "7524311370696987092", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "14070988879848388270", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "8296551195150971668", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "14352796912241296357", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "9840495023131952174", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "4720851194954041037", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "17515064188391421150", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10437367877444543776", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "4362304842016958728", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 317) },
+ { "383721620126444793", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "138379779469699309", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 348) },
+ { "3759515057574218101", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2856601829807186494", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "3286330985102373533", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "8159303545761286685", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "4056979460327024961", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "17823133607491820214", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "7969441643457570812", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "970768445746568749", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "13852065717057446998", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4342360467977736802", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "16336482874764861478", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 238) },
+ { "6075691042233712335", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7570346182940928159", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "12971822824884826169", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3033264172690274208", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "17301887391757619741", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "15790005937034794347", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
+ { "15464327246951632247", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "5659168916726488798", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "8079376692609682448", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "15160738482264643601", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "537074122417021898", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3336076058264596420", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 238) },
+ { "1982176363226079588", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 238) },
+ { "15052577143485630617", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "9314293064351558241", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "4958835037528182801", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "6817494598328071314", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "14387756025635589673", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "17536308070854915513", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "16027456210394993913", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "8655315308767111198", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "4447065688824381344", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "6843617687528352801", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "1418595171949196661", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "17900257435531434807", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16789135236017252073", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13224814158106791463", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5078905972285278557", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4196367396954155354", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 314) },
+ { "7009873605945341897", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7199295899520406795", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "16833854122884184025", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "14599780481362761532", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "2572395498687401679", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "11810221946429451169", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "18084635102736402756", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "59739211822469868", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "5240181393417899912", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "15962137123591591534", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "10989937450490049763", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "9798585825695496550", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2362092095402043749", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4444730303823507621", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "487214150851213303", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "745009493367761775", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 348) },
+ { "3806761527342944195", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 348) },
+ { "14458851250685872417", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 339) },
+ { "7106362077449435105", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "5853697372844744672", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "7603319690872333930", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "4628748977913534701", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "10565371760124443824", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "1972879521448306536", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "13893808009363736870", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6584960721513702502", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9220830217525628783", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2235210915304938149", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3930314908786112883", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1334070221835422461", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6681818065741882453", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6980201892073961793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "11530101016435264783", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "4801117903303888658", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
+ { "5782934278345953016", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "13951717514084457087", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "2721793280965260548", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
+ { "8124736388338424498", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "12223993560805441284", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9860570706348640782", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "991586070509079617", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7060804814325505165", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "787203599734115483", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "6193161166790398003", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12806934028210472719", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 108) },
+ { "14043770215999952932", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15277856047844308598", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
+ { "8048617952947915835", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11446745541571732900", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "17422822627612865758", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "13954144830230671601", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 350) },
+ { "11198908896401597838", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
+ { "5582896843095691256", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
+ { "8133587696326295326", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 226) },
+ { "2007192658799516915", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "9492402787848610840", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "10515519878978734341", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "8747430148550634190", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16986358655784856534", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
+ { "6109013751635776331", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "9585113116232600562", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 350) },
+ { "3503893875515897267", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 351) },
+ { "13144385730409574259", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "743941460026466526", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "4492332228252010118", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
+ { "1920042803083729276", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 226) },
+ { "16436006771518788093", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "17567504672169904482", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "1989849521691057108", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "16706121580364790904", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5495776091407365966", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16430562172386510259", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5673972310424776040", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8797843396807284399", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
+ { "1698321314111848001", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
+ { "5762290464889692462", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "3218248162832023196", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "12988961529988078346", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "4232250144427804891", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "11683680166617045816", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "6252429564537528709", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "13145474177271090694", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1208161922424418734", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 236) },
+ { "2762489653422414995", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "12937333118472722002", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "12917241193304093727", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "11020315012951440351", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "1518270620354036926", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "2567046336192437734", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "16409729623371222748", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "1044978617045366709", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "8473037597903277214", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "14398366949002972908", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "7334966010680206302", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4161141078006269526", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 278) },
+ { "6522575549211855712", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "5629373398445592781", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13374993751390784382", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 159) },
+ { "12976499206227689731", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
+ { "9882204352209412039", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "5041111302824362529", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "13869716373706247686", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6438522646185979880", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "2406816735581074778", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "8881150100883636392", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "593712935037568960", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 317) },
+ { "11970881115757095265", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 319) },
+ { "5584432943673435454", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 316) },
+ { "4560479630843098090", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15374625876485618845", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 348) },
+ { "13102754309439605192", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 351) },
+ { "17912189681971987483", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 318) },
+ { "8153567933591966877", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
+ { "1604661321386793876", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "8990561333549136048", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "12278364834477923930", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3122997634505472500", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
+ { "15669490019428002270", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 342) },
+ { "116291934148608396", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 342) },
+ { "14729854278671832528", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 239) },
+ { "10591379189397010097", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 237) },
+ { "11929531534620071758", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 239) },
+ { "1819720745131968914", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10607904718265020949", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "913496537924971856", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
+ { "916389941321470163", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "1411786954276574458", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
+ { "2730604806511016352", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 107) },
+ { "5843679089588930933", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 109) },
+ { "7304346312452588844", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "2423754482456771339", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "3653156933813711765", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "5219399418946822456", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14217181622713951411", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
+ { "13025323039227543550", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 199) },
+ { "6114147683777615071", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 199) },
+ { "2355214244972870639", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 155) },
+ { "3167336012388169649", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
+ { "12218337369633748663", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "7264756313770306662", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "10492056481694320580", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "14281201038135286621", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "8127190765748950828", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
+ { "142486914279119363", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "1532263118203058517", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "5482851829165191681", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 270) },
+ { "10548792624072794724", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 116) },
+ { "4239415134522959352", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9028970753877215614", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "2324120381399737261", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 245) },
+ { "10267260789603562117", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
+ { "9988801796928462423", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
+ { "12516911293946682547", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
+ { "9213886570531053949", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 125) },
+ { "385046297070779752", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 154) },
+ { "12541834857357563605", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 132) },
+ { "475043738497218394", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 158) },
+ { "6351347283201596793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 96) },
+ { "16290626406346691996", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "4569338575782832784", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7575675354187625951", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 315) },
+ { "5795073619189010837", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "15123868617509445149", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "5601435819039968726", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "14104238386345631681", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "17377293745073971167", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "12134712464763856064", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "5524215233998361104", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "1103228955716492167", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "8618835732380720921", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "15908673392788376468", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
+ { "8482147530539941792", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
+ { "9069334144391048686", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 101) },
+ { "12493863403516600413", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
+ { "16692569816843207989", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 277) },
+ { "3438116423688595487", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
+ { "15602863681196390535", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 240) },
+ { "18277685132620834972", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 276) },
+ { "16541722316343690197", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 128) },
+ { "3067806959725855130", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 159) },
+ { "17791773192152464021", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 102) },
+ { "13603318842632052764", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 14) },
+ { "13131740479277027362", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "15334195300678132907", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "2038505773698938555", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "12090536142661253835", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "4999505377862312410", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "3934290309368153435", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "5951936376654416075", std::make_tuple("fully_connected_gpu_bs_f_bsv16_b1", -1) },
+ { "13204120207726209723", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "17108987360340581555", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "4795705973706796563", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "4084106758501882407", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "8127570953237266335", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "7500192998744460131", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "2379484884827231127", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "13933912937625580405", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "2040762223425679479", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "4800587664660105589", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "1616603916015535857", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "10290107543739998181", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "5927467766675317093", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "3349519148124496343", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "13477416097954638887", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "6942049339361951275", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "5303170164698694791", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "12494969618927201911", std::make_tuple("fully_connected_gpu_yxfb_ref", -1) },
+ { "7875724726741958520", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
+ { "13835908664998757647", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "6407471972820516685", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
+ { "5385316497510064491", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "17377315194963069204", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "6580334406272192111", std::make_tuple("fully_connected_gpu_yxfb_ref", -1) },
+ { "17790026124881397912", std::make_tuple("fully_connected_gpu_yxfb_ref", -1) },
+ { "13314092088416047551", std::make_tuple("fully_connected_gpu_yxfb_ref", -1) },
+ { "8479958930889587809", std::make_tuple("fully_connected_gpu_yxfb_ref", -1) },
+ { "3750338655074082587", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
+ { "16683485007140805060", std::make_tuple("fully_connected_gpu_yxfb_ref", -1) },
+ { "3889519976910355277", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "12081835728078383819", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "14923692894655929923", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "580936360000782237", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "10682918518101379579", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "13178480813522103091", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "6149673627320838019", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "11077876432364512822", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "6062246008880097669", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "4806571630436601566", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "2458592904274981909", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "2007192658799516915", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "1051506168926530904", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "4163359403543480821", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "4232250144427804891", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "5415319660821122528", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "3286629188347536485", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "13575423234109624706", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "1841155673858789206", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "6708349666663292171", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "5083163738120585821", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "10572945270796129630", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "4436244774193918646", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "12985942652866621579", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "775538461106687677", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
+ { "9533360488591027707", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "8913823292181409151", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "11583985978586657985", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "1485662490111767875", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "11872464450773754851", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "5364060938737428149", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "2613462626256090659", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "14668725050395069435", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "17381516856910544374", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "6450532136308941035", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "2321767794934000238", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "7995820969034996638", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "17951403431757222177", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "1074748462756364699", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "11955992313739654625", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "11939914680143672459", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "17806712457019493207", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "11862259122805366807", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "15201438563802430490", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "5374969798377773063", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "592245952014430043", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "3114869763557037270", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "17147293671640396193", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "6911215749850066204", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "2814805887448339818", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "1120455113299469776", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "8002233052700666718", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "16436006771518788093", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "11083993858285515074", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "4133424990380177132", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "1044978617045366709", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "952318454591754214", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "5762878778443755104", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ });
+ }
+} \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_SKL_GT2_B32_B64.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_SKL_GT2_B32_B64.cpp
new file mode 100644
index 000000000..08b19536b
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_SKL_GT2_B32_B64.cpp
@@ -0,0 +1,29 @@
+/*
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+*/
+
+#include "auto_tuner.h"
+#include "auto_tuner_offline.h"
+namespace kernel_selector
+{
+ //SKL GT2
+ void tuning_cache_1912_B32_B64(tuning_data& td)
+ {
+ td.td.insert({
+
+ { "9500850790449116723", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 16) },
+ });
+ }
+} \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_SKL_GT2_B8.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_SKL_GT2_B8.cpp
new file mode 100644
index 000000000..f15d59e32
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_SKL_GT2_B8.cpp
@@ -0,0 +1,29 @@
+/*
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+*/
+
+#include "auto_tuner.h"
+#include "auto_tuner_offline.h"
+namespace kernel_selector
+{
+ //SKL GT2
+ void tuning_cache_1912_B8(tuning_data& td)
+ {
+ td.td.insert({
+
+ { "9832505855130134649", std::make_tuple("convolution_gpu_yxfb_yxio_b16", 0) },
+ });
+ }
+} \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_SKL_GT4e.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_SKL_GT4e.cpp
new file mode 100644
index 000000000..bb2c47b7c
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_SKL_GT4e.cpp
@@ -0,0 +1,28 @@
+/*
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+*/
+
+#include "auto_tuner.h"
+#include "auto_tuner_offline.h"
+namespace kernel_selector
+{
+ // SKL GT4e
+ void tuning_cache_193B(tuning_data& td)
+ {
+ tuning_cache_193B_B1_B16(td);
+ tuning_cache_193B_B8(td);
+ tuning_cache_193B_B32_B64(td);
+ }
+} \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_SKL_GT4e_B1_B16.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_SKL_GT4e_B1_B16.cpp
new file mode 100644
index 000000000..a020fdf5b
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_SKL_GT4e_B1_B16.cpp
@@ -0,0 +1,3710 @@
+/*
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+*/
+
+#include "auto_tuner.h"
+#include "auto_tuner_offline.h"
+namespace kernel_selector
+{
+ // SKL GT4e
+ void tuning_cache_193B_B1_B16(tuning_data& td)
+ {
+ td.td.insert({
+ { "11207257238719531888", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "12348135936862667024", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "1540041682425757361", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "6949539207944972855", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4197617702037834389", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "13898284586432291433", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3715177305271762194", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "481328129206881674", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "10001963042016663554", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "15471470494305051299", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "14716719350966652036", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "13404888565084206853", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "1249137685908951501", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "4840004190985490064", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5120466856097219243", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4701832665603867798", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "6181272224000872375", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "2030309697153345387", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "11207257238719531888", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "12348135936862667024", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "1540041682425757361", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "6949539207944972855", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4197617702037834389", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "13898284586432291433", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3715177305271762194", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "481328129206881674", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "10001963042016663554", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "15471470494305051299", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "14716719350966652036", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "13404888565084206853", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "1249137685908951501", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "4840004190985490064", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5120466856097219243", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4701832665603867798", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "6181272224000872375", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "2030309697153345387", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "10728212277329722684", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "877436308867220589", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "18375125668176498051", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14907097142953816744", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2525260242689556544", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 375) },
+ { "13328449155966085543", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 373) },
+ { "11856266545854830143", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15993427814066246646", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2100891581797371600", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 275) },
+ { "12242618640422208652", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6133592828563353516", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 304) },
+ { "18232278892738147217", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "11992625045241269569", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 298) },
+ { "12601126285773042005", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
+ { "5079055505117153635", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 195) },
+ { "7457899998356343871", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 291) },
+ { "6343888265369366589", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 296) },
+ { "10791067159964399241", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 309) },
+ { "11327097771110264965", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
+ { "5245308722062496788", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 314) },
+ { "10792503079194374004", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
+ { "4818231379191523896", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 288) },
+ { "2198278382394812839", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
+ { "3800011935243649447", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 298) },
+ { "9631545863582097486", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
+ { "7777333052643961206", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "1779941298820543013", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
+ { "3621930417735246405", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "14435120971846098308", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 188) },
+ { "2893564501191050837", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
+ { "8108843303778211282", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "3682813162987778705", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "15494543914974994991", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
+ { "7565221050911842393", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 93) },
+ { "5629670679897666607", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "11754316727756881612", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 96) },
+ { "10990741293315393791", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "17024388383581997032", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "10302338806536775954", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "7915318733663535312", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "13702692566238948173", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "2909728331855309274", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "13071545223094862275", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "9631481972809246378", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
+ { "13540002981450186147", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "7076937538747704750", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "10290107543739998181", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "6767245864232675168", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9287404618748313247", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8728178019712933221", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
+ { "18251360413872841969", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 295) },
+ { "18271689282126907793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
+ { "954796765467489259", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "13597240991532942069", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
+ { "4135003545872878882", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 296) },
+ { "11883485911218628865", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
+ { "2242915551775617989", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 291) },
+ { "10556089809203693400", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 290) },
+ { "3727142736386026852", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "1622880009460832832", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
+ { "4437258459981739942", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 296) },
+ { "14691372262153587653", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 295) },
+ { "12181607120522804433", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "3159681096461848644", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 295) },
+ { "6729785110495533200", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 295) },
+ { "15322019609805777935", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
+ { "7024495439434892956", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 295) },
+ { "10416622008071151225", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 173) },
+ { "5796500397424307442", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
+ { "15702382940521972117", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
+ { "6093575518270471235", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
+ { "5805383505505929391", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
+ { "1801731858063091191", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
+ { "1559798212423183813", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 176) },
+ { "5594180958505308003", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
+ { "4766071144928072260", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 177) },
+ { "8650948093564284852", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
+ { "3883845471211207871", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
+ { "4366168099274266975", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 171) },
+ { "578703329577922869", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
+ { "16863960779539003201", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
+ { "15450609897480659306", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
+ { "8203550467004532364", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "7431849514656037251", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "14484890926084856480", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
+ { "4424217045094988504", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
+ { "7994179151788368291", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
+ { "15192024816519005250", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
+ { "4747159205186229582", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 103) },
+ { "5485971317082563152", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
+ { "18128162750557822655", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 91) },
+ { "12421707187947291166", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "792684262493086891", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "941626985322260281", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "11868551452004726281", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "14352303529756685990", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "10702234389482091891", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "3895088069642140043", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "5334566325056222430", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "8306337702797456793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "15720507574336564201", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 240) },
+ { "3277243911383750280", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "18150429561058646714", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 240) },
+ { "11169292427557543138", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "13933912937625580405", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "1375156980278317418", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13455881643467418059", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12788968383428254917", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
+ { "13131740479277027362", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "3390014193205017427", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "1270467775674221667", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "14462744723628661203", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "8203171222962341018", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9795194069954915563", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13369603621524676979", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "13575423234109624706", std::make_tuple("fully_connected_gpu_yxfb_ref", -1) },
+ { "10721885719016335538", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
+ { "14567947256029724271", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "10749263296616139689", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
+ { "11717348577195224554", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9275303306340702111", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12245096462203481681", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
+ { "4999505377862312410", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "15272426400992401555", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "9325097933807426691", std::make_tuple("fully_connected_gpu_bs_f_bsv16_b1", -1) },
+ { "18238669114790278675", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "6664482192233202590", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7454366978268164047", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "16135569134646688251", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "10572945270796129630", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "17495198214524203238", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "5221108094913859739", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
+ { "1092633914190498221", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
+ { "2738256633362038820", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16689586259416414782", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "1525652349412826502", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "17683302016987200208", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 315) },
+ { "5615525527388396983", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "3992735701291817771", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13208739898218342989", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "9536348721941264933", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "12803521018213865796", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "8854783036772473804", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 159) },
+ { "6766480740724769248", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "768423629375648579", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "4044100281521441011", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 143) },
+ { "873240542570331563", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "12875236165672036211", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "12008819728839685704", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 159) },
+ { "2486645741683554648", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
+ { "368578589584714524", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 133) },
+ { "301201776306602054", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "13152181652632422771", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "10311747599696543062", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "11258322449556590366", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "14095734330183410835", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
+ { "14910223536998380801", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
+ { "3352689317181436056", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "15832740972576959202", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
+ { "14732184525012592889", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "8421045774757048067", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 4) },
+ { "941232110069825628", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
+ { "8975333906619899020", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14800592533315327674", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "11816277809167487786", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "957781751038897330", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10498289589469975939", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12970943403831707924", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "1300292367195167745", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "3399837016486623477", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16740871614208968868", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "71587235425438167", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "12717047049023783979", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 347) },
+ { "10478482486372389470", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6056581247196718403", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3780320160034246719", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 154) },
+ { "2819320453491169732", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16976464773806576190", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "13321672741246923341", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 264) },
+ { "15140532227060261467", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
+ { "9400755775406101904", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
+ { "10292585962794261197", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
+ { "13048561902713182858", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
+ { "3658425022428447440", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
+ { "16947830954662293793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
+ { "8397584983137442239", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 124) },
+ { "1071169341660439058", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "5326247361632903583", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6214194654733781771", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "10025839973092358719", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "16711955423531846725", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "2915165824085219545", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "17108987360340581555", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "11972097635078477347", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "16926950874716567095", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "1212319037405620223", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12397280593466519809", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
+ { "2609454334520044465", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "1336940384521633733", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "15271783562528081169", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
+ { "9533360488591027707", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "6930697835136176263", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "14444423571297570985", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "12643423612381102003", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 79) },
+ { "18423051691107460439", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 99) },
+ { "15381833359831622179", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "12040626513219974957", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "10647227605517025377", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "8127570953237266335", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "12876112384009608387", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "12663860560275361463", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "12352923639732112511", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 79) },
+ { "708452703070938673", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 103) },
+ { "394778201589371681", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "2477849395789783501", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "11637325834858582585", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "1485662490111767875", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "4300306345092124175", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "3402183863499902145", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "3217246278485567748", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 111) },
+ { "15713964605078748923", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12293786134765875615", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "16043683538361975370", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10670103699537731664", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
+ { "17854578307286932628", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11443268857010762276", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
+ { "4479117540570599742", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11726298758004767743", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
+ { "2968031010495399536", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3797957937905580811", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
+ { "1474271081523145413", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8526484907799590618", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "13723543003759101485", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11728824117049687850", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "13268525255152984893", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
+ { "14397348576352573007", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "8616686489737649890", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
+ { "13176385389367548697", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "14990645740260870030", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
+ { "7472330881076141262", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "10892456883214928095", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
+ { "9522661528867955338", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "17856816245251319111", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
+ { "14872992823083730615", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "3106591708459602370", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
+ { "11609821372586026178", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "7678457226823073886", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
+ { "10118395047539851751", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
+ { "5389189982064081933", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
+ { "1742897526168249500", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
+ { "15331103261044247142", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
+ { "6644418194983229139", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
+ { "12478309735214802531", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
+ { "18012549942299450620", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "11873734271080160669", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
+ { "10424278617647597641", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 359) },
+ { "9553032671453999824", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
+ { "3860603464276263676", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "1207026216972160297", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "9519623751582710696", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "10328182165125764988", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "2231648183489019418", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
+ { "17599383258252980421", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "16208488491972128275", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "13379165253894817165", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "2566302789609970663", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "1478419046264331178", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "3087801652564627458", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "16103943009195163681", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "14230385851791760020", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "15293727142789007900", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "13973179950424276578", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "713121569924250372", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "7947870656736319919", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "1663285216972929652", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "14767888121198814523", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "2124033349728954551", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "8762901342272872498", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "17006133396401462698", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "10783981060353445280", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "15110359240685619357", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "7875272450497189442", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "3281207855459771997", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "11932770338770247767", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "15860915170591763391", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "11716771904412649891", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "1095495157025479260", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "8402692278765063674", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "509781001842353609", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "3255465741612432300", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "13439896617880328331", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "7134654288295280046", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "6769243149577568817", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "3480732841490521799", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 82) },
+ { "18269685060032395235", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "15649927926091502215", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "69439315851965666", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "156456996459945842", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "3012566432840424198", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "16431165572426232677", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "6324565723045697080", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "5390559917122707732", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "5469227748156438008", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "17163158934005653629", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "2307310127637739872", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "1999979442136861875", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "2527189070714658176", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "8329846097322076175", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 82) },
+ { "16783619135298589974", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
+ { "12214162812589030126", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 81) },
+ { "9216608098626790565", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "5179760459095053114", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 80) },
+ { "2452226948562393335", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
+ { "4499586349553581439", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 80) },
+ { "12668149981216388765", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
+ { "2287356884312581209", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 82) },
+ { "11115684531624462986", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
+ { "6483208845600234755", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 82) },
+ { "3752171257634205726", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
+ { "1774158624592967937", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 82) },
+ { "16881283637687482989", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
+ { "14749947225382670869", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 82) },
+ { "7351733901977025859", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
+ { "435888248913413834", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 80) },
+ { "13713406612642090169", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
+ { "16582132711225619740", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 82) },
+ { "10436819182310112786", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
+ { "14546281065004619074", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "12558716383635737426", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
+ { "12609361477548272638", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 80) },
+ { "8107447526839063293", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
+ { "10995907213890714701", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 82) },
+ { "4871907623235871050", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
+ { "7394217382008802567", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 82) },
+ { "3880189981766119529", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "3759057398165607194", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 80) },
+ { "4561874206785244358", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
+ { "488298169768725160", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 82) },
+ { "12956726277674279950", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 42) },
+ { "7177837234452118325", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 2) },
+ { "15031155621982459860", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "15223164574152266895", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "4834446692898125871", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "14766477690417085350", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "4461989328775275994", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "10141927023849730720", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "10837496380266058422", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "5012013738970489338", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "16839741351990811959", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "7846384623429362522", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "9193880745263317167", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "2863465257341735941", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "10447947790216991304", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "12024817951074673335", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "13474805373264874144", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "671453551040072499", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "87031578643428011", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "14034525799882831106", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "10864011008000364415", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "5115007207028125638", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "2866656294663853474", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "7913076120244203725", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "15187035463799513424", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "17778091287904736965", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "9562527071055150197", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "10645625090439446714", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "9955939178447682108", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "7450417963648518926", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "6648876837655776653", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "1520529227443340435", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "4455369117448405874", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "2920840796593281126", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "16341722570340169855", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "15289152041466330689", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "14362876471450307424", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "10330180429524641331", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "12046017161414846599", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "17228810554159747400", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "14835309921389262864", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "11263540528012919947", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "16139615240471264488", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "3820661057776133570", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "17515847111676784130", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "4252157815622916471", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "4819131094439732065", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "17264010982688979937", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "11277866878590984477", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "11324651029379152442", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "13425251102263428554", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "4571404165794634411", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "12279771749366327372", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "5754396201681434378", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "9809458159478958866", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "5459463503840817402", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "6484375582324852109", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "7005509036795164602", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "10785966734346479177", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "15363606233048272809", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "4890043345392707202", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "345043289576587800", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "4804533178560338520", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "13328911884191551889", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "13302687772426736346", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "15231987838322151865", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "17214254645087272557", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "4849343880559509889", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "851057218719456209", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "331661172067077796", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "3017824560305532066", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "13596876807637507229", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "2242602888499888844", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "13264617841270329349", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "11604794601689380990", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "7770000755097925765", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "5008350851224686853", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "12166852830214895457", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "17672785701483179117", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "2439993891369206440", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "15822546325822628634", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "3056212889689424946", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "12712071520541638451", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "6217542346826403576", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "6290584630172122012", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "1245259979364728404", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "13006774775034887171", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "3725013268198063198", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "1359720957005310113", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "1354647381212852890", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "10480527638577674825", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "10883992248631603006", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "18255227391100087860", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "13565691057064774487", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "7954972694876158422", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "5118467701668427545", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "2339864165283480961", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "490931535580183607", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "150132162949295379", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "14795618530175274538", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "14126906427006602775", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "905526102343710614", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "3385797925880519845", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "16238415425814188039", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "7107677063657303327", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "4098191685457418125", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "2936333406928424760", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "5539793555189956907", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "10106454449619141260", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "5346898505346646714", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "11807282628372660280", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "12375919467924385618", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "11705756153433897198", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "6651389480007764007", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "16911464046178654033", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "12495003066477974474", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "7650862961269327235", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "10709828018763273371", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "5044721291675005144", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "18427056032084727710", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "1390379098099686972", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "12054200116003751590", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "9500850790449116723", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 41) },
+ { "9057036344533510776", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5093049998173715787", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13761566845514364807", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
+ { "1594612401422787491", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14603590053512154268", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
+ { "10136369729388564720", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17050675313067213312", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
+ { "14221578799010900252", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11723735945517472199", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
+ { "13810995219720233595", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2704063557078535883", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
+ { "10384537928514123040", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "17427036330773218054", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
+ { "9796621763733208035", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "14046114605615338907", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "5763440554939527411", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "12892693137085610062", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
+ { "17775705003104146872", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "14878347463243157447", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
+ { "7368916076070115064", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "3499109651698979012", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "190530884420224257", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "4202645222013675478", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "11324851661119942609", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "6232363902828992968", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "4299492266819967844", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 244) },
+ { "9481675228591993785", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "11772741918108731396", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "18419183012101393192", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "17832542092610191859", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "11771014003680394135", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
+ { "9192665896782282996", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "9763310312421884308", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 355) },
+ { "11430400968543668873", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "3430266954211750407", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "7172604084103519563", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "10306542963828398049", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
+ { "5235375820995365354", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "5091558853871982858", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 365) },
+ { "12914986936318857086", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "2265784112305305260", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "9019388470685749691", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "12427258337646070422", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "15884763176333003771", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "7211355951470869591", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "15399245700982979379", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "12644942072153919043", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "5876880412336151866", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "13775529405693629438", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "9048522050692986204", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "10642327923162019888", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "6410682026872155392", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "9454954846682513038", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "16463823433924519300", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "7279393739634103483", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "13358283026528078900", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "8032685176029570383", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "949330876419581703", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "17713034180977313726", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "472454322186482185", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "2727219457659794468", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "7852745450437172519", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "6065819201836017182", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "15984885011101717258", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "14811022197918391667", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "16146350476627599543", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "16173557782125372935", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "296142385116663420", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "12655099960717366198", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "7937870623766562191", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "9367157746678824712", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "18062849937960759210", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "11919129623429545762", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "10522649794540845800", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "1104489643524273315", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "5419775002149092646", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "9226912483632588371", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "4958222070605478947", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 245) },
+ { "4479979951990338510", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "12022152681602871455", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "5740738339752793113", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "12087141795291232248", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "17825280904760131680", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "3974589991022739479", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "1838534101161814609", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "10046663998164493552", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "2305461098719675735", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "16504962609450876148", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
+ { "6345550009198921347", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 80) },
+ { "11239754372812258455", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "4347816192417741558", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 83) },
+ { "17809920600993699808", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "16710010075465723498", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 83) },
+ { "17729546848373991614", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "16998508915819714690", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 81) },
+ { "12952980509662451384", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "2683507674615735878", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 81) },
+ { "13059207969254830451", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "16295660312557315941", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 80) },
+ { "14089893422771228191", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "18034648276860485300", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "17739868787095417856", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "10880081193716628051", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "15916505622570323098", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "9101018613418825655", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 80) },
+ { "15650839696475698676", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "15628121900226431719", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "14554225625951128811", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "3134489458855347772", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
+ { "5627834277145735283", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "10729288973933590396", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 83) },
+ { "10869005786136023160", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "5597908143491399643", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "577182964135927041", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "16947969669087411530", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 80) },
+ { "861419637283812778", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "3643250372952944907", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 80) },
+ { "17977676737774695825", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "10309504812060596568", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "8866736221671835567", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "2133849627845285277", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 1) },
+ { "13902214851539825156", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "669771152920944125", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16921939234324970069", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
+ { "7649413902932043811", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5658664813683907476", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
+ { "10071449674652717890", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13352000946213986936", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
+ { "5291011077679733990", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1458615259705605525", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
+ { "543472136359161929", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4644580321919256401", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
+ { "12946531140050029900", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5010119207726811326", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
+ { "3308770992373192529", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "16913004986170202203", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4079026972040047969", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "2683304757433993300", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3141886504884887200", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "14444475853714164129", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10747988576436391912", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
+ { "2722124265986526212", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "8856888761246057127", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
+ { "1902656726461670148", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "3337625924046561031", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
+ { "10280619408766255552", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "9695024256541464964", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "6733731409232284409", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "15805087418686802636", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "7056030150365552588", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "13038533272699602337", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
+ { "3737576893817599311", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "8761283252495354972", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "17549411807772646930", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "13124342334495538095", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "8576733135863336233", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "1082586642383386489", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "3217574161785059951", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "18357544235608006954", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "13954821927253849036", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "16158139166784964096", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "13558687084677943158", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "13809898858049445969", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "16862145184923128012", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "693883892843558363", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "5393510569127725391", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "4533786844080178561", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "10128143628088846123", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "5295693108687178880", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "16425665058951535484", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "1398177377739338750", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "7407975398526425554", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "8614534946699754256", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "7372956570616880244", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "13676654389512816868", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "9043982883185435219", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "1626430741965136732", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "15295951849706930711", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "1075027491444288875", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "16084700435355748612", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "16698547937652264447", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "16729849855476690294", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "14171139920084409181", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "4264284648458489052", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "8866716292621164810", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "11828175723996627443", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 155) },
+ { "11164519756679631743", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "5558136691773431495", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "11031569203645035546", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "4084026445911476156", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "3819990462129075757", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "10055549084854766170", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "11657946392097042544", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "16768797136991242472", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "12107262410635772120", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "938222258370511187", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "11727227430687227444", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "1040650352205493707", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "1563987925712579649", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "3870539490799697188", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "13170441257780067955", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "17490471699618303993", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "13993548620104010490", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "15728009639807698634", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "10991423760161409883", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "7242013296950669829", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "11744368351982723504", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "7314288062932060863", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "9299299311101549958", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "4138968242532400395", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "4135068756462147853", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "16247399911710810038", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "6020017927557041768", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "11265472910579659280", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "12512751736409465214", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "17015328096102652908", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "14147460733160099960", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "10811837819834149164", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "2173867324489962689", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "11198301748997371475", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "9741607635826869269", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 103) },
+ { "3860667078458481972", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "13590444711975157776", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "1551596771935253711", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "632116056424249698", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 103) },
+ { "3499645386058307669", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "10471519687597963116", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 102) },
+ { "4429109491655891299", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "9439431829175743345", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "70580716590540876", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "577844026691991089", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "3873183249402084406", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "15799159401545270696", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "18154019240019929225", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "1569043950563130463", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "4491380839102267034", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "9243949750444156746", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "4772696293208603817", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "4927360358387344983", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "5770286476124511234", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "17084977396231597605", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "16800575429414554907", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 10) },
+ { "12793908914872030220", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15947699374684516369", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4660288622381620227", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "15914512645931208899", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7460672405409009037", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "1541754036637209097", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "89439319782574517", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "14088382963493477342", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 365) },
+ { "18203935818408469865", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "13191096881934434519", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "7918742312252115870", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "15641537661939240413", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "157805434489791310", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "7941729567451949422", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "10628725059172743408", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "4492673409319122180", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
+ { "15857087373591747006", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 365) },
+ { "13793441296561946357", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "5172712078329324967", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "8780604510524622314", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
+ { "1760690277175249985", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "13649894122307008732", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "17546566148752689536", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "12675313398314286884", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "14621327324047759584", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "14136097914489095982", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
+ { "7638626850074132214", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 365) },
+ { "9399994156762372761", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "18068050257421269408", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "11830297960718214360", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "14959566236432790882", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "16884396694505987920", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "17947818179123182001", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "9381304526221508530", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "13932662890258900896", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "8268533335852735248", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
+ { "17419874083634480896", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 365) },
+ { "12773693193167844110", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
+ { "5157249499936659040", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
+ { "4282661608732125403", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "3159147743553063163", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 124) },
+ { "1706927777850488363", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 210) },
+ { "9839670675413379092", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "6780215829176686721", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "12972634653821069685", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "16129296588866116913", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "18202222342562516071", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "15426960908024585800", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "17026284168840448378", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "18118237182023167949", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "11113256687741667688", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "10555597973766215754", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
+ { "17517495652165026573", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "1832310305089212990", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 210) },
+ { "13855438905855887272", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "15349944413643626251", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "4738743763536059708", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "16611452077660879545", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "8101977280003030465", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "2012181953284568566", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 210) },
+ { "2969389503332309296", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "14515066741400300669", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "9373353053843326128", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "10023279637210292010", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "1103204698908514224", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "18092842590142527927", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 210) },
+ { "12174571114411168588", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "14431607479949498164", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "10279778381617181802", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "4237276338897143680", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "8083672466967374860", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "16705621644424684055", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 210) },
+ { "5352861363832390974", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "16945184617367657570", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "2995134938466176198", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "11706378390483804857", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "7958459862276998225", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "11703557271443535142", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 210) },
+ { "5020788604681810984", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 124) },
+ { "15217183882858251099", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
+ { "10650698451740924172", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "706370730287471796", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "18199526506796726885", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "9269175963143039426", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 210) },
+ { "3691705516240577130", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "13472532612464340803", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "12388375914105990324", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "11582534256623549131", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "1653274345637156919", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "5893940382830835820", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 210) },
+ { "17700958439420868719", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "12730339458081890990", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "6631816968511312100", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "7000524935770116969", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
+ { "386749666417295495", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "7162575953766465459", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 210) },
+ { "11398019086259011063", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "3041612155708729812", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "4274801141127703532", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "4865023158176874622", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "18424912460022156378", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "10408322429232132983", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 210) },
+ { "5277400567128489977", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "6848989271874647093", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "10085059621136526248", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "12962552332511702682", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "751912075185318190", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "4505008254511324231", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 210) },
+ { "4191326605459754690", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "9824678205469832038", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "18245935804520236353", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "12309132521191764927", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "12843671306854567956", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "8275277322582733101", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "13698389420396031586", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "12949204491386872217", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "7370273921473161914", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "941829593638869991", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "16206791915939407806", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "1500571771538985941", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "2095802691829304676", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "17542414935564676110", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "12380856644683171627", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "1451466106918423837", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "8071957466247137919", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "11661208196482963286", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "6635217802203685464", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "265124365266629363", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "9513032457323269513", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "11814740669468421049", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "5221320470007950766", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "14359530849521980269", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "6181651715051152713", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "1450888744802985214", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "2842103889477438816", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "14006248791647711759", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "7072606962946873975", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "3599823735065658574", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "11311859068168414878", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "17525531790109748810", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "16749148369456398030", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "17556238490521153146", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "6067904130482758510", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "1791615587935799399", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "12985650543127289023", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "6714886136800883594", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "220326805056361171", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "6777045876155144709", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "9454512817077883797", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "14011124615649605281", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "994489782629179836", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "4338023436590582323", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "1152693503778768433", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "5994204139128667921", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "17243576882981097341", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "5524218746051008792", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "2669822154816760632", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "7179714714302073459", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "13002363400738122017", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "17006095064160484022", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "13733327241591630239", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 1) },
+ { "11942736969933408358", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7869779894480025247", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5735608687257018419", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "4346591404756288097", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "805131056816361237", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "16910952799476896905", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17512961503976896701", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "4773077837537775324", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12193395770362986433", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "5740745357953479527", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9040145293899470160", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "12755692101476964677", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "12467673564660108244", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "7432142107544210174", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "7232326270078161768", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17238880534517721334", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "7235358742317442134", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7548031489690889629", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "5040095338370816349", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "3816674884393241704", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "13919204232414535363", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "15589007878875898942", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "17711453305763476458", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "3501882025888946886", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "1171681987783013074", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "17585206779958265260", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "17046662043776372746", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "9208964785762052001", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "4435224497850514394", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "16728762255357411770", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "2968439898708528834", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "11845189428639322474", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "16616945998593626851", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "16490405739040977260", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "4974320417566990034", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "6428098122005804378", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "17281826959243966826", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "7369903937189508744", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "9111988592015450418", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "9119618606914671839", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "1711220333751274603", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "597650904461183283", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "16888412539296862194", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "3350601287664242323", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "9702618600245321109", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "17649961873981897621", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "3244675355773468991", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "9340159617983543624", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "10570285542015420072", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "15968821946892330559", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "5509395737020858006", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "3806131437010910920", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "4523064418696274869", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "12004552919019936392", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "18313088176414428990", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 158) },
+ { "5649150695527000655", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "14985755375924972050", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "9441060601228656341", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "11421180829679625737", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "15770767768674603174", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "12055647521556218046", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
+ { "17908444616754154471", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "5568753513029409478", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 158) },
+ { "12417253210787537988", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "4046830923427667342", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
+ { "8108933468437926367", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "84595904778810418", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "11756650366229979428", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "1617135706549276688", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "3011188207492335920", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "12450814729547235386", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
+ { "1157947252370351851", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "5374664689223295796", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
+ { "18215430801133520364", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "12936220888307335332", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
+ { "8746621720912032145", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "12003323477818208825", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
+ { "17170858505976681742", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "16566128345135114558", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
+ { "15690161340392005765", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "60267878504897170", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 155) },
+ { "3501667344669686338", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "8690196189594920365", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
+ { "1930929857644673460", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "9671459469252116568", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
+ { "3266557807508325807", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "18041177945345031826", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "18267428053198215471", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "18417288692814472127", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "14031009077471784948", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "11666250400445971335", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "1367483816197881270", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "14248239982355212178", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 158) },
+ { "15820359925623438341", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "15216108478837665623", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "17489680436564779197", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "14117801387057507639", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 158) },
+ { "12831123539633580270", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "11337525286386930242", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "8431759922045602848", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "9601412379897937608", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
+ { "9152433123828445089", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "3118602494449249177", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
+ { "5159738930501638535", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "5060012838564094182", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
+ { "1905758333157310570", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "6870942166356599956", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "18067291256808591467", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "2826762745628486040", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
+ { "11841034668170849494", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "3034482898462686729", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
+ { "15838113905712517735", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "9407646138658641974", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15636128989267984459", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "8409488188696700816", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5720964268093705079", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "5922142661777925178", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12900949103593247293", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "13483088320871913126", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13960388312976163971", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "1843555260471832708", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15739278428190392018", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
+ { "3868149953087814447", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6845814820599174031", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "6203765709597125063", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12871555773123368130", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "1237920404306733800", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7669403041163460089", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "6791806088355877039", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8561261337239934159", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "9580986168276580598", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 268) },
+ { "4708035980731751007", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "13734043898517059207", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 267) },
+ { "3177304125602972370", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "15727611564408173858", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "1632416005093914709", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "12253049204822930675", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "15078168059698267650", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "12522495848240087966", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5074273865983613482", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "11936530628363072904", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7870154008378361670", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "3774285301357006334", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "4848143712599565301", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "10316451248440741901", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "733956743303342862", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "16677044352793659175", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7075659071934895087", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "8803037667261582905", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 267) },
+ { "12421204749289937399", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "7330202944390548890", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 268) },
+ { "10753540518493641553", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "9999425239167488495", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 267) },
+ { "14001406016806064079", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "7565867291827884997", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 267) },
+ { "5941298590926032148", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "10130171279527667782", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 267) },
+ { "17344974951998490453", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "5550969016335082071", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 268) },
+ { "3398322619007806698", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
+ { "11356842300444410831", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 50) },
+ { "2623687018437195679", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "14077148976508649021", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "8272823732258536202", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "2451712485584835395", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "8057302050645780813", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "7430073011895298582", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "5095827462645341808", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "15129834325410878425", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "9660812093766156608", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "15781622938833984014", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "1089679781525023551", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "6129602738379919488", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "5287076386757143976", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "16076153317792960383", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "2108296560864415762", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "17006655627343469372", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "9404677451270692749", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "1372939511728986224", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "5311718276151327830", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "529543453251381109", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "15591167992985613695", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "15026219694198820614", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "8258382025812748961", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "14810839157236175179", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "16117738994809548007", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "659846949368492111", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "5211191663202250117", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "13418701036204748812", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "9714764457768279762", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "17310332946322628458", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "15975964562807570772", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "13447028922679236865", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "8337820318779061494", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "18136765667969393174", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "14821616804286068969", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "18386376129938707290", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "16609136488331186895", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "1996860183441418841", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "6491244517639245276", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "16312223896859176991", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "17833517350994024381", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "4226968857681929488", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "5141753233513623264", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
+ { "6860503758000008398", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "16489624657475712467", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "7862815466573236157", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "10679760989906275129", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "852092858392507925", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "6996376303337512293", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "10978173291465325823", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "6670327979947471550", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "11318913630213187720", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "123251351612308092", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "10784073615329190425", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "2261453441277654139", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "2937907409658060025", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 80) },
+ { "7852144838267007144", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "4408772370026995920", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "15411474884532403722", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "9462315044265139531", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "6419580456182610836", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "12277470820821378855", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 80) },
+ { "16865879032845300007", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "2862999234347597091", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 80) },
+ { "15447513376965243034", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "14420809655798184553", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 81) },
+ { "12954154886708228545", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "7575634241190730697", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "2344498602308448450", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "4304041922043496030", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 81) },
+ { "10971070835319242371", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "4862529593282936100", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "5312140481706133684", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "15522785615618973614", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "17798636687709019154", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "1938086876393565238", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 81) },
+ { "11897113890115321056", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "14363654136811880073", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "3928266232090746643", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "15882969506682501496", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 83) },
+ { "16426179645101678763", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "18174857480705846286", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 81) },
+ { "598390166442977699", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "5522698342845820411", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "11559360678008060513", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
+ { "13184662326021747000", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 80) },
+ { "16037141448095945650", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "15094664469997373662", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 80) },
+ { "822162932339827810", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "2597453794298356435", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "15851356529373376076", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "7966454753124154534", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "7311120574972466702", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "16461809076899645037", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 1) },
+ { "1591199515536783245", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "338716975932676215", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "12165079289914715018", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "348058686961206025", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "17635171685500922207", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "9643408025778914022", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 155) },
+ { "5145853681977610916", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "15155676074658242659", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "5269172622193124300", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "17037462814585846902", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "10100237101982273901", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "15322609677356616580", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "3399406641489305996", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "10187930930336324253", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "17252589865292797082", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "17922279129043570176", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "6323083153920795679", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "9277176009071334860", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "4313392430539923574", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "10883341041912056319", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "17310409067211414565", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "863057075064640334", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "9131235538209388787", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "12868739680413736657", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "15901724303713479611", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "16944335478353845609", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "14025235562200209723", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "6556424924189200804", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "14398854364550406668", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "6577505360421510286", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "14098811155652990436", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "15530407024531326375", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "4466647043226271996", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "4121109463284708890", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "7916244303189113815", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "12309955719964788034", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "10133054058562198093", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "6294240435687565243", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "10178145641713631806", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "7585184325339753737", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "9222744127882324405", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 369) },
+ { "9542325095876448686", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "8155268141318893606", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "8541982562061181756", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "13472577372534605883", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "15980348884716629349", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "9737565171095493297", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "3622409603053918029", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "5657471280535146301", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "17025324057045572535", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "818998169319147148", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "1680468564927032670", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 103) },
+ { "14466032674083938714", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "73865742350616903", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "13833960927635646899", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "2783577080556699089", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "3563872903821081702", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "4387041763614917736", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "9714508918051740792", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "15412447128995361859", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "5965451243366505522", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "13856271274572142709", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "5156033406916344703", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "1018687388655376483", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 267) },
+ { "3779229442395464456", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 102) },
+ { "13448845356783404653", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "15578456771467281881", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "18302892230881285207", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "9737833587413114584", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "467975197394411990", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "994842991399671507", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "778476198101178556", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 267) },
+ { "4769003637955328938", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 103) },
+ { "4914474312076193952", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "4091702228990140696", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "7602222004475424358", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 267) },
+ { "14544219140091420262", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "4279062247055842367", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 268) },
+ { "6603778920476932267", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "4959403414256988744", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 226) },
+ { "1425953627379976115", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "13477548641580029772", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 267) },
+ { "1963081583851864291", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "16393176054374397767", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "11132679855317294753", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "16000753982895054944", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "2727175120437582536", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "2921118493468368908", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 267) },
+ { "11626398907755088688", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "3224352307778512793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "7780140599533242850", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "1270307036687208396", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "5911282942658469852", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "8809017515482311843", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 10) },
+ { "11655994466278963438", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "6981537186704688907", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "7903891232234389925", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "4229105529069729944", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "12796777049340516563", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "14289048840489035546", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "4239133538073498792", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "5103094815475470596", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "8560635685184432720", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "16264774056719724826", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "2571882179292959757", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "16758962840329202004", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "4550028191070279999", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "15661322183507404821", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "14650567822254940018", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "3755253206085028904", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "8751016391945753900", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "288853243482418538", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "5047419871737940985", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "8819268903800581706", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "3746573775462003750", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "16286085532892593349", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "16547425454653232058", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "8195881973746570408", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "7712831597869354170", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "17035903590837750750", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "1907439276166837309", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "3036808833459559381", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "17928043901784474130", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "14667209474639064623", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "1701609125136907870", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "2140514316203117958", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "9366201112659847392", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "7808544677773370430", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "2251029128552117936", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "9529614587861271730", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "16811402686462277562", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "10554266898346470422", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "7817036102984218692", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "6329618009202266591", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "16936366288366370882", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "8025053805734757314", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "534032316469702287", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "3963106895592011725", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "17994361454416813294", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "14902389080201926109", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "3796274347773622633", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "1306339989221885682", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "10900880512948479338", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "287386909600391846", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "17542176922797334839", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "1081962464388501987", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "5831419373611158773", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "3179874645565098825", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "14906458674793172507", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "1934379409955686502", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "10178951466584845110", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "12693511427898130707", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "18137106379929135901", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "11619548409913646265", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "13317417676446624018", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "16710651492402564794", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "10967218651864700933", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "5381578460674280089", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "13026555349791486777", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
+ { "11913020016435860608", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "8260130048649729185", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "14133958262039763609", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "5585398540591396124", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "16442107352245114876", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "423221712829930726", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "13550435052563656432", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "2440366541074371090", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
+ { "8300655194765375060", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "13163146272900339330", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "5406129421969383274", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "15118142492742177336", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "10727592780669452048", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "1076005730007872492", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "13699740641705514374", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
+ { "13054405729329143152", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "13503608041359512", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "14385185911482960528", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "11215217005872946038", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "4099859307693687554", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "4408600136502382976", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "3037042229494600258", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "1155389358857780776", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "11461581290174106570", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "16896833230469488924", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "11469881811044037340", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "3003526572122876385", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
+ { "14251848023416168295", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "17248756229500447131", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 80) },
+ { "929378940515745198", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "12962558681443556219", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "4481903208484313806", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "13558618754911056302", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 80) },
+ { "11455518069358829249", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "15890473622821659630", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 80) },
+ { "6942622405269419082", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "13890118723041457532", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "11292995457386147494", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "5077214229434392730", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "17774424004510360936", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "10412588668458621135", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 1) },
+ { "10771803503544737080", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "142650579335909103", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "14116800584981026541", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "12995903177757437362", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "6143200133853000387", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "11893541520830049036", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 155) },
+ { "6310724136390087834", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "6391201577234440562", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "12058759356433220258", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "17152614235879767116", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "2111669705686676421", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "7333511810266504718", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "7397341452130124383", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "2939605281692583169", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "1644335606100150388", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "2394023805427701338", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "12531580106484042446", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "15586047342916704364", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "15779837958180258409", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "14123081378489325832", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "7818381040882768404", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "12510951219501865365", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "6156831095718536092", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "3568514382399560386", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "12065769091972094756", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "5321698540631249776", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "378801963103874857", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "2149582237161177965", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "2770397466252831892", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 159) },
+ { "3039528482572243879", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 158) },
+ { "12577421746159122264", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "13553263424160050064", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "4021558014531645922", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "59356084516953804", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "1170380397764345558", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "13094402291968806996", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "6713985030102340818", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "8354579049246302728", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "13815395589135469450", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "13558656230312558247", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "11666226259183201584", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "11451740938287179908", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "273242667845386507", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "16587061389996963349", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "7119182041840303390", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "16292848987976256449", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "16437124655147660375", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "2495655464941634884", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "10294610483561043024", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "14403132596827435096", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "85050336704401597", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "4450409744922989123", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "15528692642731712121", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "16661843849495077745", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "852015206582470545", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "9813748068195103720", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "10544034939133448916", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "226601879759378771", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "16432425079146486467", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "7274179284676568361", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "5184121466994451498", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "3538679039078582272", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "9920155432685318259", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "8859895010324601937", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "14026537760442360645", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "14349625788399542568", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "15065019229949449623", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "14115742296883450319", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "16748662918272106932", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "2273992727647793692", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "3190494353583341446", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "8837721075413149240", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "2817919813339364130", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "14263790627243107300", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "12866217660635921034", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "290134020607738418", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "17207560805775399864", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "5245526691775741296", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "4933831571091731212", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "3872151366780051246", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "3541538046227217664", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "16182470664818268848", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "8519354640245415816", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "6222595759158615206", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "7201521533301617290", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "15497797842820949408", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "3219408878901707426", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "2188101366183302888", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "14079654309452583394", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "9250410390663336388", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 267) },
+ { "8787438180071123604", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "11799179287124317845", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 268) },
+ { "14206076551739831333", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 103) },
+ { "9468684953949274635", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "8543619733732987550", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "14159596290442764023", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "4378422094110940766", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "8505040075968411726", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "10914921540144371519", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "3515437649977762166", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "18035673326929466074", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "9390478179772073718", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "6254141935545262078", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "5955575949957198434", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "5600128039063009632", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "14114380593731243715", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 10) },
+ { "10728212277329722684", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "877436308867220589", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "18375125668176498051", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6767245864232675168", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9287404618748313247", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8728178019712933221", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "18251360413872841969", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "18271689282126907793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 284) },
+ { "954796765467489259", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 284) },
+ { "13597240991532942069", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
+ { "5079055505117153635", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
+ { "4135003545872878882", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
+ { "11883485911218628865", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 284) },
+ { "2242915551775617989", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "10556089809203693400", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 284) },
+ { "3727142736386026852", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "1622880009460832832", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
+ { "4437258459981739942", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
+ { "14691372262153587653", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "12181607120522804433", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "3159681096461848644", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 287) },
+ { "6729785110495533200", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 286) },
+ { "15322019609805777935", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
+ { "7024495439434892956", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
+ { "10416622008071151225", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
+ { "5796500397424307442", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "15702382940521972117", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 284) },
+ { "6093575518270471235", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
+ { "5805383505505929391", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
+ { "1801731858063091191", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 245) },
+ { "1559798212423183813", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
+ { "5594180958505308003", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
+ { "4766071144928072260", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
+ { "8650948093564284852", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "3883845471211207871", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
+ { "4366168099274266975", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 173) },
+ { "578703329577922869", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
+ { "16863960779539003201", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
+ { "15450609897480659306", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
+ { "8203550467004532364", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
+ { "7431849514656037251", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
+ { "14484890926084856480", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
+ { "7777333052643961206", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
+ { "4424217045094988504", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
+ { "7994179151788368291", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
+ { "15192024816519005250", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
+ { "4747159205186229582", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 93) },
+ { "5485971317082563152", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
+ { "18128162750557822655", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "12421707187947291166", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "792684262493086891", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "941626985322260281", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "11868551452004726281", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "14352303529756685990", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "10702234389482091891", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "3895088069642140043", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "5334566325056222430", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "8306337702797456793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "15720507574336564201", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "3277243911383750280", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "18150429561058646714", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "11169292427557543138", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "13933912937625580405", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "8792010676469476740", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13190888313721073437", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
+ { "9477562342190423343", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
+ { "1202292109713947702", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8640150341228170279", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
+ { "12757611260347801001", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "7183578232279711009", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8984436655107983227", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16397733032387984819", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16364494883229084045", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 314) },
+ { "11800783548769329949", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
+ { "16065744898134487748", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
+ { "15800447082078291243", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
+ { "10090036431487700311", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14045927407431718832", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2162882863309264684", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16579057939215877904", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 314) },
+ { "3988024997010367546", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
+ { "2066731703492755469", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
+ { "13781423818051299677", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5211831143687501130", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6863331059471727622", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6403698142681887543", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7481256533438761028", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
+ { "14091610802555875119", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12024143207855886580", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10170577772376890221", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "721174714308243785", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15809639778580769565", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16667887002111125871", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12790570304622911607", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 185) },
+ { "8567667881970262923", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "10576856554114055028", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2777318471329665162", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "937159502066696999", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "11087413527078604815", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "18186615266760475767", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "3833510944499257797", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "1218323229202187514", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7683334381958571864", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16773645387243701837", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16958329690837977102", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9452470718398027950", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 185) },
+ { "16511393582666965704", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "3216793152416217495", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "18416908414174464784", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5498839261395459224", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12198263593657033426", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "10014448860206587805", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13330734840729670622", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12676167240795292217", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4850497746076450913", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10016815108730511683", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17948637243158994878", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12259844988981080505", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "15078590909693331731", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11988285441493553006", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13851240591038949807", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "16588325081458426169", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8642107585829380438", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6219075471508685758", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10546430708947911124", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 267) },
+ { "2613462626256090659", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "8295126647635181949", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14213516751025324346", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16509472637458153234", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 166) },
+ { "16589607587365212240", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "6988674007771237080", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "3448477246688526708", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "8507854696766492454", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "8906588133431586825", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "654122557966242717", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
+ { "10196332102593337214", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "15831600396403741571", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
+ { "17808913959977434594", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "15548971488532746290", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 188) },
+ { "13468713306678453952", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "13613399861925108148", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 44) },
+ { "17802514063213000148", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "13093429681061786539", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "12247991248100147706", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "14491949194619001237", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 165) },
+ { "7590767013583950613", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "13210604117940125947", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 120) },
+ { "4670443882075998209", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "2857337999074313592", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "16036386660666696362", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "755414184406250882", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 63) },
+ { "12190841837604350271", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "10292243973236220688", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "17793292063552633023", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "7605139219344415117", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "787363431787954804", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 120) },
+ { "7000486794832106857", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "13608239208821071914", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "17281202179589913619", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "16985912104363932350", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
+ { "14744368497944610864", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "3737552767159920174", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 120) },
+ { "3792945601873900927", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "1364546124782880196", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "3689722043202617487", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "2632535010129224704", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
+ { "10968768803038046390", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "5353552956675518468", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "7866128397931438774", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
+ { "18233660940545931789", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "11670430946096342056", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 80) },
+ { "2627779045483019709", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "11066913713501760080", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "2552187713769926425", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 41) },
+ { "654821507679356726", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
+ { "7606728651572102823", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "7549378486471456156", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 80) },
+ { "15410074937424854348", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "15114370307779942381", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "2040762223425679479", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "4803370483104261655", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10415046594066474634", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "3441335188113424896", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
+ { "9277610800970567810", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17179609670678746034", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8251544171504007740", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1353170363915443814", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14540578324750869319", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13471752029049484143", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9062774198518904260", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17917978116807564183", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3017411837779243878", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12992061224471212714", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13161997040644039778", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "11724225282274130518", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "12822126914959112382", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
+ { "9423958333298993923", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
+ { "7307271009495440764", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
+ { "17746215841755337461", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "3976736548270395981", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "1192279884248226739", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "5538883245745495145", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "1173986078589662704", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
+ { "11031358859656806724", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 363) },
+ { "4238885454989272754", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "8943913562339525413", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "6931953332823066530", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "7799984350284425885", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "14204609663091442879", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "9091110033424983286", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "15829095120243431195", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "3239033622277917802", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 363) },
+ { "7578177053220150569", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 363) },
+ { "1089944493540593798", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
+ { "15529757761327002288", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "18082422341304348326", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "17219920118109316867", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
+ { "12026482841341343242", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "3070859615622845671", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "1778345646142852816", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
+ { "15188570678726970998", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "4750513665628842598", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "3372770576629463160", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 268) },
+ { "2983038203471784211", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 284) },
+ { "6673966852801136416", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 268) },
+ { "8792202318168046223", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 220) },
+ { "16441830491664937048", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 220) },
+ { "1419073145594317633", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "17525564757769958678", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 267) },
+ { "13468081302022888489", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15914058104244750036", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 270) },
+ { "13760645810144930270", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 219) },
+ { "5963901433137582265", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "14668725050395069435", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "12112853999307505628", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 110) },
+ { "4161612746310931789", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3388752887767453958", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14046990030104971367", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 162) },
+ { "16230621843665445228", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "9274179337770060652", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 280) },
+ { "5115134711994944288", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
+ { "13898821685774165645", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
+ { "3007637520820789085", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 109) },
+ { "16294825599850364701", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
+ { "14681717813022425567", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "4915831715914920982", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 240) },
+ { "12894240573737168362", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "5448537627319798272", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 148) },
+ { "14389915292223442327", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 80) },
+ { "14274685812676150168", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "7732899312577293959", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "11956435900037329302", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "9263063714383940562", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "5824801192141531089", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "5608133987357542077", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 124) },
+ { "15392077168521832549", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "16446533347502650316", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "14762599606783897222", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "709835724029986012", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "1572991986657256775", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "7398196853452900099", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "8140094412609934765", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "2659031931257084418", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 124) },
+ { "4640028527711211109", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "18172711677056449158", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "5183231560876991543", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "6821855018718422278", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "13237050834496100264", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "7164580481046523192", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 123) },
+ { "2490155559809645659", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "15430549683839591544", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "4553409514380460123", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "3041752019114501584", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
+ { "4161001033681779582", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "4764776977138392550", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "6882621854468565774", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 82) },
+ { "8881135571874888085", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "14038261392627717712", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "628191607060767879", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
+ { "3511588484597779204", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "6904130543085920483", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 41) },
+ { "7924408980408826942", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "9416186718345824095", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "14719421757340260468", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 81) },
+ { "11936419502418995274", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
+ { "16601702334097258697", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "4800587664660105589", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "12501619443242354860", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "7104309382120208659", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2321148334382088982", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
+ { "4914435717288687793", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "4104562704039821482", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "13308187548669026714", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "3603187029740446600", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7338229552985076723", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2161052921317193579", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6104380778870471127", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "13710319251108632115", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "8096131027165540886", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11823205954749139338", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13403161389559730", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "998876398773540321", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "9280431727790048190", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "1152691534728260611", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "9101903304994333336", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 363) },
+ { "142270860894725256", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "621915374938805401", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
+ { "15746620724134970969", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "503369896500284129", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "7585785802379042424", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "10486348549691280032", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
+ { "5758133252959371492", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "15117880293418979489", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "9120377367517042357", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "4278280309700908015", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "9144487908815767824", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "17408275657360833363", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "11820789223587555410", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "9232653317479846765", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
+ { "18184621367843960190", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "15059549186302099880", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "16765994345605657100", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "9869959062341950047", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "14343008518525689150", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "3202085450628781999", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
+ { "17224104246148265328", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7322472892320910654", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "12480527132372884168", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "1008476023750261156", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "12589440296742583335", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "12604104383683210104", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "12782932626966309185", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "12946540633035976364", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "18221867262301937903", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "10171373375072694210", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "17791024851737594885", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "959260710517842876", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "16988275131627316108", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "15048584393463312977", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "17381516856910544374", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "5336120047683197088", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15897477855246170861", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9780938731831129283", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1473214668483422172", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17515573322312447679", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "18356980026934328781", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 284) },
+ { "18077281411861416889", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 284) },
+ { "2543041530639980505", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 281) },
+ { "16370218798911151331", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 280) },
+ { "17316626950179740845", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 295) },
+ { "10414903047695486119", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 143) },
+ { "2809950092498355574", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 138) },
+ { "12011982029561277581", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 284) },
+ { "11267742746905371769", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 284) },
+ { "12534001599784153836", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 281) },
+ { "1882052795393187384", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 281) },
+ { "419783127503173016", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 295) },
+ { "14211903923555028634", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 138) },
+ { "10892706534058849825", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 286) },
+ { "2345023488044002149", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 282) },
+ { "5754844816339228920", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 280) },
+ { "17015791782274123780", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 280) },
+ { "3706994659266083979", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
+ { "13324157125165576832", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 138) },
+ { "12014527187730671229", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "5170245731599664670", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
+ { "6854611304056079417", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
+ { "1954052357826969119", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
+ { "17824431042110985323", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "3603706453982734995", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
+ { "11992353959766718397", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
+ { "15163327502374403643", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
+ { "16758697697363920520", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
+ { "10930115765550856328", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "14418429155823196539", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 244) },
+ { "1628593159980574595", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 172) },
+ { "15675968397825708285", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
+ { "9594594523961285945", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
+ { "6634330132674952638", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
+ { "8434794604559592624", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "3150231129728961455", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "12545558125736154584", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
+ { "15485701086886851362", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
+ { "18005721959893562716", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
+ { "490233152678323691", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
+ { "4073467095502162430", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "5801429077171542466", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
+ { "14841539539334726292", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
+ { "9404953235624894187", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
+ { "17995371099806008878", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "8961138963663532667", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "425744529089575241", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "1316444335300814745", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "761169277744593430", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "3325727286860556323", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "2526832080529662683", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "15470013032930986062", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "12255528292506999241", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "13119479079474639169", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "12813978452097969536", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "4991419288164762786", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "18210370419559876426", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 80) },
+ { "1616603916015535857", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "9748307611165615848", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11147573971701279689", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
+ { "10865695385270390803", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 270) },
+ { "11999246609107242706", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4118073384938355655", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
+ { "12134858519320245809", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "2930898141522848681", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "4190912926126844643", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "2929190644951986399", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1126499865206906037", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 114) },
+ { "13483175684542464385", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 199) },
+ { "1920070013712913772", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 199) },
+ { "10787747981914307179", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "7715649642603303319", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "5581428998642936688", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "7532088618116521936", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "18126685473408206840", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 114) },
+ { "2878824076934639346", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 199) },
+ { "6548949901446632697", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "13609660900720370993", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "883436333317162926", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "16293465561256937726", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4759671642533786591", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
+ { "4903592553439092472", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 199) },
+ { "2581414750854621875", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 171) },
+ { "11627532066884923848", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "17983556812075120553", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "9099720270958987421", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "8106738346643994005", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2554991397391195611", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
+ { "13121297281694293907", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
+ { "8220168481755031959", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
+ { "14502856487639608696", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
+ { "16871004845988227014", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "12015336418727455195", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "1984152634309440563", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
+ { "14312549767853703411", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
+ { "403634422724914329", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
+ { "10751536136794650334", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
+ { "10135458965276110244", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "2008424849669196225", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "13735180250757239202", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
+ { "12351866693978844266", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
+ { "6788311046557489996", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
+ { "14578867494693499627", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
+ { "11158789938857558596", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "9616636708366808604", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 107) },
+ { "11069983292783104310", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
+ { "708747442142592697", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "2780423409483867058", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "3160543867929843861", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "11305232900158601613", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "12339692995143159283", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "9316082753126682958", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15991460001131903561", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17647962002015093887", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
+ { "4897448054295474302", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14184895905338394239", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15112599407339712681", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "10486000767830001094", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "14999920879568237166", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "14799579913711096584", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
+ { "6450532136308941035", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "14962768577232034246", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "1452597292381229708", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "7104756264011682902", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
+ { "7744787957569714828", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "13503688893307029975", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "9133263538092913983", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "1383899865465106141", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
+ { "11829442945690098558", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "12394049027081208902", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "12159582810513550491", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "17738299860390552088", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "797387385159110695", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
+ { "8757900457181374694", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "6048964584602891448", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "17882819773586674851", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "17829148383265978140", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "14711697456265712456", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "724953082687879224", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "805221045541170643", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "8241070786700614317", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "9191832520273617003", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "12408889192918919210", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "4885944395876887711", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "2651385050387738902", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "6303682540621797774", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "905780459938651623", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "4476928353532757380", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "13681462437496627948", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "17243648226968859637", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "11192356850081328892", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "9323825370872655346", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "10000618285883395700", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "6418327009347170687", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "8528750110601691390", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "8061914949376516780", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "12992194515157698316", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "17870874477143985774", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "16234606052818596502", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 80) },
+ { "9148379585489720669", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
+ { "9270950131920019932", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "17001502418583498926", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
+ { "11163107409437069532", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 80) },
+ { "11465965972527519631", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "2534408579674556441", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "18109284647478027063", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "9849272539053219052", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "17382660912493284320", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "17764033613416389758", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "18431306649860116380", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3699344686791530101", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14151747022287993729", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "826850797666395121", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13486084204140096478", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2114599010013594942", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13251091004269229867", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5240706676373148280", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17490188677223978661", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17854208422879910606", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8767817856303586064", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "10672380526821947133", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 342) },
+ { "10730222715353420212", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
+ { "16683169947375504066", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
+ { "2964705957088952872", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "14885031472057965707", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "11308583200952256245", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 336) },
+ { "7208008921815475393", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "7113777272518482528", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
+ { "6334639534663495263", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
+ { "10151922632636937118", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "11560634267092054110", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 363) },
+ { "15914107501176673997", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
+ { "18218755616248669884", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
+ { "9987415314864002460", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "7667898603371717971", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "4403753181729432604", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "1040030752340209480", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "760687670112194844", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
+ { "9803492989444302959", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "216603198215625772", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "10899110544832584656", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "14447191095937730964", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "11130439225010714550", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "4325081100430903742", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 227) },
+ { "4216958486055161753", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "4400247897123856252", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
+ { "2294800960010879540", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
+ { "5195511638783481084", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 267) },
+ { "9545968464906009869", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "12932635875905153141", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 220) },
+ { "16925721317097534009", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "4398371999113956082", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16347412180100581330", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
+ { "7877332346656934022", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 289) },
+ { "6323026044750482867", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "9761573038170759563", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
+ { "12098146032672599222", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 199) },
+ { "1403617451623027879", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 282) },
+ { "9058996149754556268", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 282) },
+ { "5864250949922222051", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 287) },
+ { "15847413004526420496", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 286) },
+ { "3199841714087553410", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
+ { "4957638663977636791", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9437794960375526230", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
+ { "9475130054420979752", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
+ { "13312514874803986753", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 304) },
+ { "15997754881872769378", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
+ { "1941341635794709702", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "10157866834809927320", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
+ { "12308359047798183133", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
+ { "2986189945936592561", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
+ { "6928835003016610382", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "10084794570892043447", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
+ { "15417738436777481469", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
+ { "18377298651236993830", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "7354234812009979811", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
+ { "8656468860180713379", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 93) },
+ { "14472187692485966933", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
+ { "397770940444464146", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "14258499419905714808", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "17599396373608265826", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "12935563359569230797", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "4892959859293355837", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "2802810524370514276", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
+ { "10290107543739998181", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "11587239927319376658", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9076758673133996959", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10432365444137108781", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 314) },
+ { "13092232276822302626", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
+ { "14896875712028630045", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "3236003754884728510", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 286) },
+ { "12181889163404078773", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
+ { "4856470441452830056", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10022487076451608714", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14811603003184578943", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11565861421381730304", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16577611471466452776", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14616969385577243225", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
+ { "17921973525603585874", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4617809377006148936", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
+ { "12641170321047008726", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5940337324384948573", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5738835498104275267", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "3499106702307464480", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6942016672941874829", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2173720698351153121", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17201365233492366678", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "2877521658768725103", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7689320135952025041", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12031180482028822765", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4717620775314557374", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 268) },
+ { "13800760323805415740", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 267) },
+ { "946479876892100082", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
+ { "5039037192630609823", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 219) },
+ { "13839116996827687373", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17037416417174266088", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2321767794934000238", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "14907097142953816744", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2525260242689556544", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "13328449155966085543", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "11856266545854830143", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15993427814066246646", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2100891581797371600", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 370) },
+ { "12242618640422208652", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6133592828563353516", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 199) },
+ { "18232278892738147217", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 283) },
+ { "11992625045241269569", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 289) },
+ { "12601126285773042005", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 289) },
+ { "7457899998356343871", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
+ { "6343888265369366589", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 199) },
+ { "10791067159964399241", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11327097771110264965", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
+ { "5245308722062496788", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 296) },
+ { "10792503079194374004", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
+ { "4818231379191523896", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
+ { "2198278382394812839", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "3800011935243649447", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "9631545863582097486", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 284) },
+ { "1779941298820543013", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
+ { "3621930417735246405", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
+ { "14435120971846098308", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
+ { "2893564501191050837", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
+ { "8108843303778211282", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
+ { "3682813162987778705", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
+ { "15494543914974994991", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
+ { "7565221050911842393", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "5629670679897666607", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "11754316727756881612", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
+ { "10990741293315393791", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "17024388383581997032", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "10302338806536775954", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "7915318733663535312", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "13702692566238948173", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "2909728331855309274", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "13071545223094862275", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "9631481972809246378", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "13540002981450186147", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "7076937538747704750", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "2041212737963974230", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5308128387928804050", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "8619526128410675593", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "4792351255949877935", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17759505449240263390", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 295) },
+ { "9584652777232392944", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "9999955037598579164", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
+ { "15961487889420208188", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 197) },
+ { "541817615957967731", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
+ { "13853630125050609175", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
+ { "4137755981477177003", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
+ { "16949056117405140365", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
+ { "16014822406751503249", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
+ { "7700321970687976931", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
+ { "7056293586529818253", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
+ { "3814584042139408454", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 313) },
+ { "16992405636352406660", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17442105631503326136", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9606639214735570069", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7940369586324090841", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 270) },
+ { "8444259010311137762", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 269) },
+ { "15489746763312425915", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6800893510381991731", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "4156384238797998294", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 185) },
+ { "11645116728396933125", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10912495395422146386", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "875400109066360897", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16475247464223458061", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12700372241799686527", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11640225461345567929", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "13183380647506951324", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5242271874488296527", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9488453013746383896", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9726913113016874092", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
+ { "15979956159651515122", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
+ { "9947449295659685973", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "14230493618724018658", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 227) },
+ { "1704404203639481753", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10404725818204494388", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9767294641786972359", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 227) },
+ { "4282668574670785584", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "18043340998699622388", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
+ { "7148542290597073512", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9040046051053703359", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1077773457856682663", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 143) },
+ { "4716188972902735458", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "17343050785312683560", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 219) },
+ { "5687802882700097624", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "3524531620118359828", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
+ { "5688478347124565305", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 284) },
+ { "5504757952698692953", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
+ { "13800387305792597325", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
+ { "6574971185849732667", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 299) },
+ { "10573920781439771673", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 143) },
+ { "4992668316921598993", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 301) },
+ { "15778834188130183853", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
+ { "3062101811226530720", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
+ { "428659495445490820", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
+ { "956022649859563080", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "13410850301164057911", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 244) },
+ { "17423645390621980919", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 288) },
+ { "7802311886554362782", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
+ { "1172103288112689821", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 245) },
+ { "17353894529222574441", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
+ { "16431857516454692096", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
+ { "9100044555742394133", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 170) },
+ { "13115589642140732066", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "16190949264253468961", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
+ { "7026575758396092435", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 173) },
+ { "16761856644242716357", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 167) },
+ { "6341197991729122563", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
+ { "17087740929472936216", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
+ { "10795104632256101599", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "13327653786981478088", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "1096671695414716274", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "10774528268153772208", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "9525853014023664813", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "10632020369698615114", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "3234107167862677811", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "8708643228914766202", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "12415368596357091523", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "1028160614515220430", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "5927467766675317093", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "17742192339816511494", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 159) },
+ { "11931568365395665142", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "731825454731954517", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15989894214714907271", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 159) },
+ { "13478984039708550410", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "15773157615731010456", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16772854836230971016", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "2934519615045138808", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 159) },
+ { "4880150897829846031", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "17889864541794448203", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "11768117585574496387", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17906607354577138153", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 198) },
+ { "18270587701371596297", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 199) },
+ { "18142462471803295391", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "4815047491742617397", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
+ { "4513063773753763458", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
+ { "2984726467649419856", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
+ { "11795826875463204296", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "15675903059949404837", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "15817443774186015593", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "14558572801374416278", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15555083739490354527", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
+ { "3854114166348568039", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
+ { "3216877571075556066", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
+ { "739676584505475609", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 173) },
+ { "8303211644727914658", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "12908594497114706897", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "9918371346247634545", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 173) },
+ { "10893432143734884603", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "5339985303398206057", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
+ { "5941852872160795604", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 108) },
+ { "17634966178519099371", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "18299254635579957284", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "13357365044448426880", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "18135307303959376082", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14764715930784496165", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 227) },
+ { "10979362792894404338", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 230) },
+ { "15006321421735686121", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
+ { "12370729327673204804", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
+ { "10722677916294015259", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 219) },
+ { "13454265023861566476", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
+ { "7995820969034996638", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "5275016494706355806", std::make_tuple("convolution_gpu_bfyx_direct_10_12_16", -1) },
+ { "10947686124973711385", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "3349519148124496343", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "4003433148846544263", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "14973431782875808802", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11948858355027908365", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
+ { "17951403431757222177", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "6586872365879203192", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "11718418772370938734", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "989564341557094953", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 87) },
+ { "6942049339361951275", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "14555883089089918919", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "14808895254077106198", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13830605041347009953", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
+ { "11955992313739654625", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "16921026268702574340", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
+ { "15320845027635796583", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4014667229872705228", std::make_tuple("convolution_gpu_bfyx_3x3_dw_opt", 69) },
+ { "2438374917504708831", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12391792381149655331", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12864558900883069118", std::make_tuple("convolution_gpu_bfyx_3x3_dw_opt", 69) },
+ { "7209217811135076623", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3272017687600371031", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16067605128297748820", std::make_tuple("convolution_gpu_bfyx_3x3_dw_opt", 69) },
+ { "14150012830816329527", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16218339663410630711", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2089730611490367290", std::make_tuple("convolution_gpu_bfyx_3x3_dw_opt", 69) },
+ { "8907982643256296667", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "804195263636995800", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11528417522960871233", std::make_tuple("convolution_gpu_bfyx_3x3_dw_opt", 69) },
+ { "15378025640603637387", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12860222041026638681", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11597391933877736800", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5042176052323856983", std::make_tuple("convolution_gpu_bfyx_3x3_dw_opt", 69) },
+ { "17010172246526353957", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "938848188161536107", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "12725647706191463348", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12553441041059632729", std::make_tuple("convolution_gpu_bfyx_3x3_dw_opt", 69) },
+ { "12782191856884962803", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15824189967727245909", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16027853590391209100", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5352061583962489055", std::make_tuple("convolution_gpu_bfyx_3x3_dw_opt", 69) },
+ { "2294318010381635693", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11055049031355432623", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2349007644347065353", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 111) },
+ { "6146876760962332928", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17434429579652310107", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9447458159095730492", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "8655883535274781128", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7272538316511343863", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 225) },
+ { "17564338309805484464", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 107) },
+ { "7881187047171099732", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15579919505002150556", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "11583017348580874022", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 107) },
+ { "17915846724151945664", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "5319668297345215520", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
+ { "17208186152576814861", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "3633858263279042265", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "13853056718266488510", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "14759179293743468995", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "16995873636564597028", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 103) },
+ { "9438739171104456179", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 224) },
+ { "14429081455612806819", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "9819596940685093690", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "9426665763007611385", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 155) },
+ { "794499287296495726", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "4980217316169616839", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "16105073808368936420", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "9530116228032101908", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "8527193566719173253", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16566214123371867456", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 191) },
+ { "1470933384474984858", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "10706267011822108376", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "16081386644309102158", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3571959174116404960", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "12566041126392848976", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "7603872175048237237", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "18235209540858013173", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "14316077757957132678", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "10816637153861630723", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 226) },
+ { "9175450649281374948", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 106) },
+ { "17370158297470557151", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "12051595062513871723", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "2967481531952454828", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 108) },
+ { "12085348936192462321", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11951606039079763598", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "8769060267707904998", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "17104611871050967957", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "2103882464623009432", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "2659712601063515059", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "9759380701896779097", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
+ { "13842309033760176194", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "2418288192668085805", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14994322266840011040", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16402312692470500253", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16955653765071712611", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "17830290099875088207", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "603883331897298932", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "9731370183088819573", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "2296581485980163665", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "15133468875250992696", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "12972798847556569913", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "17446505012657609153", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "7223801044761006523", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "16511749893955141055", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "9485825829394109934", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "8130920994920685157", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "3573490922300056520", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "5479761740065152589", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9480653639044390919", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "8739347545059610410", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13459514533473657102", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "7824524940405130010", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "17796310681498690253", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "14823616678465136590", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "13816104794723484993", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "846088275031979661", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "18125732229366977468", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "8464582977975377118", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "6290317420155851465", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "12696412964119109465", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "4994591211723226974", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "1036010477232750453", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "13786357802945430475", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "1003101267609305257", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "14991602704357959545", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "7840653268996892538", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15488340031228619748", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "5003718302026277632", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "7693459946348737411", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "10536316961655703500", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 196) },
+ { "10765280349477640969", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 158) },
+ { "7447163906170805189", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 195) },
+ { "9319254979377483709", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "7843508201826629532", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "16395067736440127496", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "13820498543284008286", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12071914115316550349", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "12727541507197887360", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17364712285968437405", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16120988958246503683", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7375461241315602473", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13282951481330978659", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "6181308879301978465", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "15488550074426713959", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "4062706195708729345", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "11604111639041106489", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 269) },
+ { "10512507780534402341", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2128612971571865547", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "8594644182487917002", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "15881381297320383917", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "6040286126398028933", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "13926122593957480821", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "6213386558868267629", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "4456004887590847716", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9642229389394495047", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "18259656768460999562", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "4983880246908724272", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 273) },
+ { "7881579844586294503", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "5331173521406046122", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "3285520504090196295", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "7143510787416483146", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "18103534417093702556", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "9328223957245552723", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "11706446082856895571", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "12625112690264223217", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "2114232149447438823", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "13883044928774243663", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
+ { "17636500109629107732", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "6192955702438301372", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "13970935346154374605", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "9692654253261175490", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "2116913943188857359", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "12802517759474139810", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "13611054146745413536", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13814086981499638596", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "3106922888635965020", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 222) },
+ { "10509933181132310969", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 222) },
+ { "17318287523550546026", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "11806402239500046867", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "12353956380178079089", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "875296362957469305", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
+ { "14912119584313592912", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "12494969618927201911", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
+ { "6344802942015047824", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
+ { "1692411934657235774", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "615341695338735013", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
+ { "10601835610089648700", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "13262672660175739705", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "16522364268583242080", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 154) },
+ { "18253784177599134876", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 189) },
+ { "12319073009094248232", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 223) },
+ { "9954050478761346921", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 223) },
+ { "4640696923527766618", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "1436052878894538927", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "16011429608661242565", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "4381329435655511217", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
+ { "13972357557211413688", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
+ { "13104509059416300615", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 158) },
+ { "10090923790949378407", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3429844423226609965", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "706049518431331645", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17193614571243427089", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3621424752591567930", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11066930104187448422", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "209732971447020989", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16044646335477470657", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
+ { "2172121470071868949", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3392693938352572136", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5495063314176654751", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14553856088069405595", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
+ { "4967444801764057340", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "12160764253455777655", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
+ { "17723621158215826108", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
+ { "2171768477223405739", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "12672995204641007004", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 232) },
+ { "5622089373755094139", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "2129726780118554358", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
+ { "4160656836528944651", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "11052732052072367261", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "18432787283148809023", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "16172528828198474326", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 232) },
+ { "16327433707667075261", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "2797723586312707948", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 354) },
+ { "8451212914744825089", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7025975403069487257", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 201) },
+ { "8913950860101596091", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "15308578014507211237", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "13132804928635689780", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
+ { "4465781406991476376", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 287) },
+ { "16266491618150971928", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 222) },
+ { "181006047500375768", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 286) },
+ { "18140951659547259039", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "272730229972987861", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "14898892437285105327", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 354) },
+ { "17252449599613270108", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 282) },
+ { "13436376034548670107", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 219) },
+ { "13787436604877398090", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 286) },
+ { "8873614802459592665", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 365) },
+ { "13663893159182636270", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
+ { "1361159591875955678", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
+ { "5912303851874077576", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
+ { "16245760498096322525", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "9928406318940388716", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 354) },
+ { "3036512701943687724", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "5334291640387922287", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
+ { "3002986032379998259", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 149) },
+ { "16469788155263456039", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8709632541892447149", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9524303276541517389", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9354818521586974021", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16781127329510211966", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6351572488552853754", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "907036267078333137", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11855070245618904113", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
+ { "4544242784357021697", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "18218631037214746168", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "178353385245384751", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17658152048177750315", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
+ { "11636129433022017868", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
+ { "2622434279674583815", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14335074487552883436", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11175955260573469979", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "2732519635571994212", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 238) },
+ { "13893789954946953427", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "4355933224673863178", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "18037918102910297531", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 284) },
+ { "16071723603031305677", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "1697248235682953135", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 362) },
+ { "7843498978148810586", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 237) },
+ { "6767159196241633301", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "5097818987523855112", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6623182990939010641", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6711878663358611849", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "8671491767142900139", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "12164298124869114517", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "17089801601582809764", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
+ { "75742659105146536", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "4652136280940317116", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "9751582946441607796", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "16706244336960642883", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
+ { "12581879452540858313", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "17443356777503458523", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 282) },
+ { "939718260623752240", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 280) },
+ { "14131851237755716991", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "7474639594232203854", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "14152716242882609401", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "7998930863626763670", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 336) },
+ { "10323345824599612614", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 336) },
+ { "30229601562833524", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17788367809717898285", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
+ { "1509728225855233852", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13139625572508441980", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "16491532291908469567", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
+ { "6355395905401306995", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2096779676054335057", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4217179485243909459", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "17101789600628162503", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
+ { "6139574161497189424", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
+ { "16559140502701231107", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "11459784003592366395", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "7869916853707978306", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ //{ "3889519976910355277", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ //{ "12081835728078383819", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ //{ "14923692894655929923", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "12794369485239257709", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13338594271376045657", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "677249604491773387", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2668729552208169959", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13011676362747785816", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4678607855896512523", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
+ { "4356817283284529593", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1885075753696445410", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 110) },
+ { "17806712457019493207", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "11862259122805366807", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "15201438563802430490", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "8132521728369930959", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16108573960501496757", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11086699387784339943", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 119) },
+ { "4013707396889204359", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "11850332373794932468", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 215) },
+ { "14763982961176216679", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 93) },
+ { "8207349115037232863", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 93) },
+ { "3273748387141431306", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "580936360000782237", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "10682918518101379579", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "13178480813522103091", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "17109520309574369561", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13754408679115174221", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "16717713360264747483", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1045854873741563331", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16767392067294252396", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6114241186364821679", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "11241838709529552265", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
+ { "15192230303376521834", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 103) },
+ { "5374969798377773063", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "592245952014430043", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "3114869763557037270", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "11254635684957519432", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "16816222375242496370", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "12809199739984715013", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "5040730152867713388", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
+ { "10429613013253088132", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15451919862187018297", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "7546586420552408243", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "14487682847898298214", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "3106710091841093202", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "6458124573210430792", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "9182897385081081193", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "14462438074931673266", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "18133334552107213128", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "38736266675995457", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "13654816209891478730", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 222) },
+ { "6263019986730305851", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 110) },
+ { "12929981792125924963", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "3138374672801504481", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "4465701487417893814", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12977678792503377525", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "10879218241103462088", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2221145174704245189", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4635570915184713874", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16075006181495932250", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3863816884636503247", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5440983284868981549", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15428591250165788477", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "16567638487719493784", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "18059267466971880386", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 328) },
+ { "10808909442136736629", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 363) },
+ { "5682190700442712936", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
+ { "712165731154577189", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
+ { "7469127846325904854", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
+ { "5926747396493954633", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
+ { "3477539135137665170", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16235115911229280717", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 269) },
+ { "17009318615658405230", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "9421643783312790618", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "2294026590516781945", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 190) },
+ { "2940027113687311893", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6090625728451718945", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "5643908654122573882", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 190) },
+ { "9065894438656900887", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "11185156002426041243", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "14670068483447729857", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "4623542918584461522", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "1143214652021653634", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 103) },
+ { "1434535531617424039", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "17025268985366223779", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "11507538232733291666", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "6149673627320838019", std::make_tuple("fully_connected_gpu_bs_f_bsv16_b1", -1) },
+ { "16243196137456624852", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "8059328623525062913", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3662747857062156477", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "314054598858070952", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14122213471825630433", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14985236276429954162", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3265415000818832667", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "856877003890134554", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "14805540705424073865", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3788462090984291082", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "2715447739580688669", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "7171904645566467208", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
+ { "10308431308942416781", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8712136292276123857", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
+ { "8700574100180128776", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
+ { "17147293671640396193", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "16474284418841532356", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12461575861709234385", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "192209423643075326", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 365) },
+ { "15490478608105402679", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "3491333679577961640", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8176012042686275874", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 109) },
+ { "4282198629458668761", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "689445825453914111", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "969746749329671447", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "16833026567865627676", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "13046322179198317310", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "6902644989079870993", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "10987953316324712538", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "12515465135362865565", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "10049571207493913006", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "3926585856863002495", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "11275109735493317886", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "12238674883388043717", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "101401523793806394", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11007944497812650617", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "3240102173773280414", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "14883438809987378616", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "13320675959188615441", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11975047184326016230", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2608363732937932266", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15943141845766932879", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "15486917753097743853", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "8317673282128335201", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
+ { "10635659193402005820", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "11450378244355788918", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
+ { "2625969259447793593", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "12207503176295152756", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "4625107584562815965", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "1997392406402548974", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 226) },
+ { "2524029454785583409", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
+ { "4615708568396290002", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "5349415632630235233", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "16108759090923335184", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11756881293845417212", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "17839839336294937155", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4703107905652287491", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "18180820925685532104", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 191) },
+ { "3835286851569826052", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7807983899017500046", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "10294185397756053636", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "5519535335798045279", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "8701248964531180496", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "291868903926685441", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "15239764240622554314", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "15963038745470172423", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
+ { "11428599290755097395", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "3180320769716158201", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 103) },
+ { "583303098958523195", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 269) },
+ { "3509487327001107638", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2649192407401044065", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7706714181281908433", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15914342421266687768", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1497560475414454618", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13485300684443803732", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "14571022040013651253", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2832268621630415376", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "9383182168277796969", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "16487774205195979355", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
+ { "2226745622763268469", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
+ { "13809330759308309353", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 228) },
+ { "11634932044447867039", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "318377908569897093", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7353563160591978243", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "2582625260054352916", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5609922876429907954", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12557015880639217508", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "11528310408333718862", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "1471837664358450291", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7351401242363888463", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "953306082374100275", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "15759530339367380982", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "13300022131572486202", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15689502054035168040", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "16969463538496570528", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "10237524128771958432", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7969848911698660033", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "7130694811424715594", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "8578747191812631883", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "5197105253412476591", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3120553928584920777", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "4750894407873652809", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "12667014405537239093", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "13644681270630373984", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 364) },
+ { "15602218079503030465", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3950738240651133849", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "9101334153142718004", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15695415285791951018", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15493488989417521388", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "3391032227732782982", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8951040603784899163", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "13804221028705631415", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1351033666248868977", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "11330591026581463934", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6142707387281700290", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16117448559783537844", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
+ { "4531222427159927606", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3116068331849795558", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14389719202147508599", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
+ { "17053671692908867872", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "17025182465337728023", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "15035800097152337587", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16770615142634470903", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 365) },
+ { "9378269524012289175", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6727930402459775131", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16362857896338778056", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 368) },
+ { "7187734276051878356", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13253775441326432265", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
+ { "14733510474010040334", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3336303478756453360", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16352331970945217438", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
+ { "13484950419220835364", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "4674416595144505741", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14559308665571750465", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4542143431130171516", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "13189392239349392492", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "7009735776703529573", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "4220826666482500445", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "14792528369891965810", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
+ { "15287650965861631130", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
+ { "10308175009371219583", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 166) },
+ { "2903605246599054308", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
+ { "9213563311267466388", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
+ { "5019077257951332016", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
+ { "2497756607567197523", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
+ { "9285566577169147378", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "3432296808755992670", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
+ { "7688176479120305539", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 163) },
+ { "8818070832398055086", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
+ { "8787816339967963727", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 120) },
+ { "863952266514375915", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "5835634465164771899", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "15101680837342453931", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 46) },
+ { "1116274074896622552", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "12790788016297794214", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "13538051178827008933", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 86) },
+ { "16403423801823379909", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 85) },
+ { "3723613341885592267", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
+ { "3830703844770425343", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "40704767167309552", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "13973028408397200796", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
+ { "16561224775421968533", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 1) },
+ { "11243840588602365090", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
+ { "14103112843209793966", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
+ { "10483664832302187567", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
+ { "8100595788531468781", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
+ { "6620782733027313312", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
+ { "13526488884846845330", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3534971503826416049", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 354) },
+ { "10425889533411573166", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5214654427283761256", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13569941893504840630", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "1318571118468536310", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17724604495865223459", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12229574562535756991", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7264274394359484318", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15069906408448814772", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 270) },
+ { "11857037689248685487", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "7977195117668583981", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "15678385128478075284", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13025361884606488732", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16723478941106779069", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 269) },
+ { "726985753660756762", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "586947787345351152", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "11418379777288974452", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2575631797904040925", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "6288489890578212082", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5649082203775427830", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8036474422877454869", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 187) },
+ { "3711525118850629466", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "1875764913306932583", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
+ { "548663565933738403", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "17329287216741045059", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11848462434662954749", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 245) },
+ { "7581174843529024536", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "11334122788337402526", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "7868973874302246233", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 109) },
+ { "17209528805596238905", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7878605163588288309", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "5941092474669713339", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 109) },
+ { "13738760763969959522", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 90) },
+ { "11988546375476924356", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 52) },
+ { "13680926356824317761", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 41) },
+ { "2530317332900569142", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "2891736961665476908", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 53) },
+ { "18008552719153887303", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 5) },
+ { "1299545313185409227", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
+ { "17907223570737272640", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
+ { "6949539207944972855", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11207257238719531888", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "13898284586432291433", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5120466856097219243", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4197617702037834389", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "1249137685908951501", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
+ { "14716719350966652036", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "4840004190985490064", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1540041682425757361", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
+ { "3715177305271762194", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 120) },
+ { "10001963042016663554", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "481328129206881674", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "13404888565084206853", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 120) },
+ { "12348135936862667024", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "15471470494305051299", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "6181272224000872375", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "4701832665603867798", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "2030309697153345387", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 363) },
+ { "15643135666029727865", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "18180655791734632264", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12990527753120735255", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5303970743736042689", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1596353239542510685", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 359) },
+ { "8040001390872143271", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12052207771201936228", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9942099207256025216", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "60509335250891515", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11499219760597131534", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 363) },
+ { "6726099352298108756", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "597073780328219388", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10783630257421062891", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 363) },
+ { "6988492019664525206", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 363) },
+ { "7132328255408635227", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "4006884370026272807", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13938466156916423478", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 363) },
+ { "8689206546467098603", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "5644068493155655611", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4867937397499803072", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 284) },
+ { "2702144517025248597", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3304589333915676807", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12894625941923144893", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 284) },
+ { "11649407835105973949", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
+ { "4897991181236908768", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "12179581684777023804", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2806529556090896246", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 124) },
+ { "11327228813412934262", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "5485749317130402302", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "3499243120652875549", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 124) },
+ { "10916647716124396856", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "5749536453225343663", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "789359733867650915", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "12626014184575881530", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "1201692134690347847", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "15249442550355454201", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2598267743388306204", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "7181154048972884375", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10930640103080573253", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "8458082326743351141", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "584086621952390547", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4754967381316623440", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4353842547963164546", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "6131481289104111211", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "517997325935712670", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 332) },
+ { "5600807544955072308", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "973966345068677905", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "8532217744217419503", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
+ { "14614844213016502202", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
+ { "4126895998426674411", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "9700808806849459216", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "2438261005924916746", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 366) },
+ { "4056971751486746551", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "8929453032482114162", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "7662200927459001757", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "11473442921040533207", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "388828310152538138", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 356) },
+ { "1643241486250690844", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "11806105193035393795", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "8843585527713905568", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "13248567106128518549", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "13708979487306970634", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "14406070210216948643", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "15352245788978088971", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "1435153323458789173", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "17638692805430115529", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "14068780861332616363", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 324) },
+ { "6656593119788274992", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "14695781272831602408", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "15696910741835640150", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "15315327794058441258", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "7545013298074733778", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
+ { "4026686872534942904", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
+ { "6553736978928374036", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
+ { "12129572274423886770", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "9723314434598141024", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
+ { "11031625790234068916", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 240) },
+ { "1138439260035360722", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
+ { "8323445733669842657", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
+ { "54019631544204590", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
+ { "8971115542951085891", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
+ { "4584970211859494304", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
+ { "9321208819255762521", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 240) },
+ { "12617625046664709483", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 245) },
+ { "8264178890341675354", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
+ { "5334190564423375247", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
+ { "14746359019867963124", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
+ { "2044363708106765326", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
+ { "5132761922124425835", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 244) },
+ { "8141428150264829362", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
+ { "276407276027553756", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "11878734040194151073", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "11622925573287101001", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "3192332625020432602", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
+ { "9785114056964539323", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
+ { "9410978119783758141", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
+ { "12523676912856063091", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "5912451559447635837", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "10264913782610095832", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 143) },
+ { "10309083227104422150", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "8500148569566077929", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 123) },
+ { "6578908625437515675", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "13762042713029963144", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "1561225943337590599", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "10917498758625273194", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "14335423820860953927", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "875142032423622622", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 120) },
+ { "8965747921518186477", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 3) },
+ { "4428101657497677982", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "5779388310240896974", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "11092828091552833150", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 43) },
+ { "10295330953350618042", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 5) },
+ { "15901675909820977223", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
+ { "4894227264080887361", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 1) },
+ { "381149736509958403", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 5) },
+ { "7962991673727743706", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
+ { "12725675221990905186", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17961702508543961900", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "7082007579524697455", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1867337342417952506", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8931169575495985034", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16542318967217020315", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10626341369865893888", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9090828337597312855", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "13621339501067135142", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
+ { "13754540732991287617", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
+ { "6669808855737023569", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
+ { "17640725195881101275", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6928136130626403937", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "15047676717402283805", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
+ { "1082574490068006980", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
+ { "6557428245898292304", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "9440117898128288296", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "4672441137336208890", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14289082888174784976", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 198) },
+ { "5056859994174498686", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 188) },
+ { "16574710115918192418", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15839295895890205274", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "16307464696265537356", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11910735867274493498", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14671212883301405408", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "12028665820838352309", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4773123925616969670", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "13602140021189675477", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7708321360699824256", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "8609939102588915855", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10782611933832492335", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "8857763129101380288", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1230262279011217327", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "14424566003632608852", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "5497751772699578150", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "9541630719145326121", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "10724501418439612080", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "187352687850707150", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "3438296636411972401", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "4165036357594592683", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "15106614232165315070", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17477062954520561609", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6664432489777052771", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
+ { "3341302541468955849", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "11626402549863483301", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "3522383297921565178", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 259) },
+ { "8651641584737798174", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 262) },
+ { "12473600360154597915", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "13296242326766100583", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 143) },
+ { "12068797674575015662", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "6297802534570892679", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 159) },
+ { "10037086825900566930", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 143) },
+ { "17216583849049249733", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 260) },
+ { "1287490919205560806", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 138) },
+ { "738850098651678143", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "7139714914586273766", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 141) },
+ { "14050124896329573468", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
+ { "5429130923188159806", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 98) },
+ { "7953255701516490034", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "6195916781434462809", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "11025471731438443683", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 5) },
+ { "4622514167765722873", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
+ { "14680730265621679042", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
+ { "12141300895511301068", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 140) },
+ { "17106086048442658788", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12707946849050970702", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 143) },
+ { "17154337492545826355", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "10109431802089940590", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "9428176632140441528", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 244) },
+ { "52089503050497755", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
+ { "12297371032753209816", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 214) },
+ { "659150305191479097", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
+ { "2065752819810364738", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "13583166868754499339", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "13991205023798493715", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
+ { "8939683514448064461", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
+ { "18337160891834020517", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
+ { "1154228007901031779", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 353) },
+ { "15156525717629023944", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "7757331094141318304", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "16779678846332091086", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "5409924335138540834", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
+ { "4149728557142033774", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
+ { "6443517114667332732", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "5419041493176804960", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "15948383678216076358", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "9604982746455852556", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "15739274921308457528", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
+ { "4642234334824303290", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
+ { "13200151444914751729", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
+ { "16894871557229780934", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
+ { "9933958860597451711", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "17094948685292534952", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
+ { "9762182215179534181", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
+ { "18273537339378756543", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "7720939595094113814", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
+ { "5865480930796299143", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
+ { "10058165874008941852", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
+ { "17309326904418811234", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
+ { "5592428580503282095", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "16348402367953880206", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 242) },
+ { "13607830451968188080", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
+ { "9311802150474489673", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
+ { "5159470523468873105", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
+ { "7975810844103449438", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 245) },
+ { "11455843788148231615", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
+ { "1410630713443793537", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "17303408650780384587", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
+ { "12069726772532946193", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "6204183474669103812", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
+ { "12874626654611400042", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 135) },
+ { "13546876216568825877", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 122) },
+ { "2973436171295280783", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 41) },
+ { "1908809004094565452", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
+ { "2322559721899919275", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 167) },
+ { "5766507688771440170", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 22) },
+ { "16626226341188424071", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 62) },
+ { "11709992724966310174", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 124) },
+ { "17222005830854879661", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "14224121742920800990", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 84) },
+ { "1071007164550012186", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "6719302427415173754", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 44) },
+ { "10482582307328548806", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 5) },
+ { "407189201971322683", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
+ { "6531171505861182429", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 4) },
+ { "879005904827468163", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 0) },
+ { "8460847842045253466", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
+ { "10488269059469838160", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 154) },
+ { "11359409533744011242", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14813178380338948912", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
+ { "6307939332939714967", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "10894058425957901202", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "16610284927818475574", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3221469860582147955", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6423785822515265784", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "742689192890486807", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7349880498513046830", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "2369451367723962073", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "11690533591656807605", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9205978149692979955", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2728938624042183713", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2781309272856442321", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "579781312141502576", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "12564687330941036772", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "8421388456873652700", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12177387334053203378", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11239541755868028928", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
+ { "12776081190690731910", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 170) },
+ { "5648658688155716974", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "12213354854947437262", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "5680236635030250712", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "5751283221740229986", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3646228701104397128", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 171) },
+ { "13776178598632392721", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 172) },
+ { "13364676690016875118", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 174) },
+ { "3141773224039276177", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "16384186388687043048", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 172) },
+ { "14421898375873029115", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "8922929126299811091", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "10256831975351722184", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12590922530749026871", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "15209909241815414156", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "8791285622784082122", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "7474592508575297101", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "12068974703657294908", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "10682300249493137042", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
+ { "1788455099959676873", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
+ { "15225354446874994535", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
+ { "3226193790517362610", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "15814015810740458605", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "4129722446574108695", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "18094205332383644037", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
+ { "11120846960057008937", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "9195732599757736182", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 140) },
+ { "9939234037869927090", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "5898740235388207878", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "16694984452720336415", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "4889188980319017094", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "14412158605670555579", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 159) },
+ { "3463959257726925426", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "15726902746983125797", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "8463615810239412362", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "16531824466148265247", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 126) },
+ { "3374410641320310726", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
+ { "9589942627115344216", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 101) },
+ { "12864204111424196179", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "840202264034382558", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 41) },
+ { "16386955278777720573", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 95) },
+ { "16267682394077585279", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "10544411879329675593", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 7) },
+ { "9835739612255048978", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 6) },
+ { "6293403765897901528", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17596685300497748803", std::make_tuple("convolution_gpu_bfyx_3x3_dw_opt", 69) },
+ { "2150326211917340956", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1587501521145162454", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7561096442572829049", std::make_tuple("convolution_gpu_bfyx_3x3_dw_opt", 69) },
+ { "15078262396281327048", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16383540667048742064", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16820082917500285799", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6820284286806022849", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17285815901490707654", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "994182747184593564", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "6642767323474835034", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "3215659303601163167", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "54975980454651672", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "11529876081402974396", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "10308113903347312964", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6712698149192186833", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14930789530046665855", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "2204178900998688268", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "17174919737114915467", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "15154700439767512396", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "14916625550370402883", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "7650375560336513366", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "9999553425206328238", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "14026570177552137240", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11686670048744589243", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6678796313875454849", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "641417817126876622", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9622546530872848323", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "9194788897910888066", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "522181557896569275", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "3332334993503432420", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "16131448347558322280", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "15924916465272239832", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11669828823444745889", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
+ { "7243917162812988891", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "17891499682354369344", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "14532519639619315651", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "3635446784873718932", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "18275601715050791851", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "6997971129340865650", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "10722782762733112118", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "6585223640997887253", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6205240287062600210", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 238) },
+ { "17522452942286240233", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6571438978296387721", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
+ { "15511138074959300404", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11107930597263802755", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10320711719466983961", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16884228931101540030", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "8253823502854784432", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "6025872155179042054", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "10173283505468233128", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "16094174852600023296", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "11077876432364512822", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "10586018593856542117", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "18436249934780056991", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10179916356323479080", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
+ { "1760391741350091665", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "1418595171949196661", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "15967614281807823696", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "15329680728165965773", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "8794896449397768269", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "12151068022697708126", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "15959543980008442942", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "10861769381993948050", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "3316798708399098230", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "4734389463002799056", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "6911215749850066204", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "18267175011323462494", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "3109104171383198425", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "18136135457402651842", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "11834683513280095384", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "4806571630436601566", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "14849108908297747749", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "8490260671996115530", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 347) },
+ { "2929715823970060874", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 346) },
+ { "15924583510704449214", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 345) },
+ { "14331658870024759698", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "6340128090694375876", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "1120455113299469776", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "17268201530818712998", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "3644282167178264526", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "360872770877634346", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16720108310653948550", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "14353390922580547467", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "9868561386826862471", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "17465517455679097501", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "5570311824197099845", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "7524311370696987092", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "14070988879848388270", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "8296551195150971668", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "14352796912241296357", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "9840495023131952174", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "4720851194954041037", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "17515064188391421150", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10437367877444543776", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "4362304842016958728", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "383721620126444793", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "138379779469699309", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "3759515057574218101", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2856601829807186494", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "3286330985102373533", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
+ { "8159303545761286685", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "4056979460327024961", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "17823133607491820214", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
+ { "7969441643457570812", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "970768445746568749", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "13852065717057446998", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4342360467977736802", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16336482874764861478", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6075691042233712335", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7570346182940928159", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "12971822824884826169", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3033264172690274208", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 103) },
+ { "17301887391757619741", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 330) },
+ { "15790005937034794347", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 241) },
+ { "15464327246951632247", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "5659168916726488798", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "8079376692609682448", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "15160738482264643601", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "537074122417021898", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "3336076058264596420", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 238) },
+ { "1982176363226079588", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "15052577143485630617", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "9314293064351558241", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "4958835037528182801", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "6817494598328071314", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "14387756025635589673", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "17536308070854915513", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "16027456210394993913", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "8655315308767111198", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "4447065688824381344", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "6843617687528352801", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "17900257435531434807", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16789135236017252073", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "13224814158106791463", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5078905972285278557", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4196367396954155354", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7009873605945341897", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7199295899520406795", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16833854122884184025", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 347) },
+ { "14599780481362761532", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 348) },
+ { "2572395498687401679", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "11810221946429451169", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "18084635102736402756", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "59739211822469868", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "5240181393417899912", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "15962137123591591534", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "10989937450490049763", std::make_tuple("convolution_gpu_bfyx_1x1_hgemm_buf_16x1", -1) },
+ { "9798585825695496550", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2362092095402043749", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4444730303823507621", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "487214150851213303", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "745009493367761775", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3806761527342944195", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14458851250685872417", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "7106362077449435105", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "5853697372844744672", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "7603319690872333930", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "4628748977913534701", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 338) },
+ { "10565371760124443824", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "1972879521448306536", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "13893808009363736870", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6584960721513702502", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9220830217525628783", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2235210915304938149", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 190) },
+ { "3930314908786112883", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1334070221835422461", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 157) },
+ { "6681818065741882453", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 189) },
+ { "6980201892073961793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 103) },
+ { "11530101016435264783", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
+ { "4801117903303888658", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "5782934278345953016", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "13951717514084457087", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 329) },
+ { "2721793280965260548", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "8124736388338424498", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 331) },
+ { "12223993560805441284", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9860570706348640782", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "991586070509079617", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 192) },
+ { "7060804814325505165", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "787203599734115483", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "6193161166790398003", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "12806934028210472719", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 189) },
+ { "7465681710653503161", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "7958443549125799229", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "15548847099740441551", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "16986610822918634530", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "438528596970898721", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15109847707903824859", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "7121708962074176240", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "16789245987103323406", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6318228858846223186", std::make_tuple("convolution_gpu_bfyx_1x1", -1) },
+ { "14043770215999952932", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15277856047844308598", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8048617952947915835", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "11446745541571732900", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "17422822627612865758", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "13954144830230671601", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "11198908896401597838", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 109) },
+ { "5582896843095691256", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 109) },
+ { "8133587696326295326", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 109) },
+ { "2007192658799516915", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "9492402787848610840", std::make_tuple("fully_connected_gpu_bs_f_bsv16_b1", -1) },
+ { "10515519878978734341", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "8747430148550634190", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16986358655784856534", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6109013751635776331", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "9585113116232600562", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "3503893875515897267", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "13144385730409574259", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "743941460026466526", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
+ { "4492332228252010118", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
+ { "1920042803083729276", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 229) },
+ { "16436006771518788093", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "17567504672169904482", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "1989849521691057108", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "16706121580364790904", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5495776091407365966", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "16430562172386510259", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5673972310424776040", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8797843396807284399", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "1698321314111848001", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "5762290464889692462", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "3218248162832023196", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
+ { "12988961529988078346", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
+ { "4232250144427804891", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "11683680166617045816", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "6252429564537528709", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "13145474177271090694", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "1208161922424418734", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
+ { "2762489653422414995", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "12937333118472722002", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "12917241193304093727", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 110) },
+ { "11020315012951440351", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "1518270620354036926", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
+ { "2567046336192437734", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 210) },
+ { "16409729623371222748", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 212) },
+ { "1044978617045366709", std::make_tuple("fully_connected_gpu_fb_io_b8_f8_vload", -1) },
+ { "8473037597903277214", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "14398366949002972908", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "7334966010680206302", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
+ { "4161141078006269526", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 226) },
+ { "6522575549211855712", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 154) },
+ { "5629373398445592781", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 315) },
+ { "13374993751390784382", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 315) },
+ { "12976499206227689731", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "9882204352209412039", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 365) },
+ { "5041111302824362529", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "13869716373706247686", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6438522646185979880", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "2406816735581074778", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "8881150100883636392", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "593712935037568960", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 317) },
+ { "11970881115757095265", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 319) },
+ { "5584432943673435454", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 317) },
+ { "4560479630843098090", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15374625876485618845", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 348) },
+ { "13102754309439605192", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "17912189681971987483", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "8153567933591966877", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 352) },
+ { "1604661321386793876", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "8990561333549136048", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 360) },
+ { "12278364834477923930", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3122997634505472500", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
+ { "15669490019428002270", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 270) },
+ { "116291934148608396", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 270) },
+ { "14729854278671832528", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "10591379189397010097", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 237) },
+ { "11929531534620071758", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 239) },
+ { "1819720745131968914", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "10607904718265020949", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "913496537924971856", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 187) },
+ { "916389941321470163", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "1411786954276574458", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 357) },
+ { "2730604806511016352", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 107) },
+ { "5843679089588930933", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 110) },
+ { "7304346312452588844", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 231) },
+ { "2423754482456771339", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "3653156933813711765", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "11149782181562145291", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2653651564133701304", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "3526580286148537369", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3985659568982275663", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 371) },
+ { "13642146548740074992", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 371) },
+ { "5219399418946822456", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14217181622713951411", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 303) },
+ { "13025323039227543550", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "6114147683777615071", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "2355214244972870639", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 140) },
+ { "3167336012388169649", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 142) },
+ { "12218337369633748663", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 141) },
+ { "7264756313770306662", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
+ { "10492056481694320580", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "14281201038135286621", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "8127190765748950828", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 271) },
+ { "142486914279119363", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "1532263118203058517", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "5482851829165191681", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 270) },
+ { "10548792624072794724", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "4239415134522959352", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "9028970753877215614", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 122) },
+ { "2324120381399737261", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "10267260789603562117", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
+ { "9988801796928462423", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
+ { "12516911293946682547", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 246) },
+ { "9213886570531053949", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 55) },
+ { "385046297070779752", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
+ { "12541834857357563605", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 124) },
+ { "475043738497218394", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 136) },
+ { "6351347283201596793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 93) },
+ { "16290626406346691996", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 23) },
+ { "4569338575782832784", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "7575675354187625951", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 349) },
+ { "5795073619189010837", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "15123868617509445149", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "5601435819039968726", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "14104238386345631681", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "17377293745073971167", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "12134712464763856064", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "5524215233998361104", std::make_tuple("convolution_gpu_winograd_6x3_s1_fused", -1) },
+ { "1103228955716492167", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 247) },
+ { "8618835732380720921", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", -1) },
+ { "15908673392788376468", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 261) },
+ { "8482147530539941792", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 299) },
+ { "9069334144391048686", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 126) },
+ { "12493863403516600413", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "16692569816843207989", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 265) },
+ { "3438116423688595487", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 254) },
+ { "15602863681196390535", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 245) },
+ { "18277685132620834972", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
+ { "16541722316343690197", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 127) },
+ { "3067806959725855130", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 136) },
+ { "17791773192152464021", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 57) },
+ { "13603318842632052764", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 1) },
+ { "879896719155824868", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5219048275475447369", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8707189142909022305", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 222) },
+ { "5948701218437980356", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "17050143605017295447", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 341) },
+ { "8906185843274300447", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "8321769923556905957", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "10433541468308381909", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "10405183426600618231", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 354) },
+ { "14885109535362957947", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
+ { "72444706264681262", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 219) },
+ { "16818714747882774917", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 222) },
+ { "16236397968499692493", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "700717277178942679", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "482564204402769504", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "3221221905804708596", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "16467987800266816984", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 213) },
+ { "11599932445375240727", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 223) },
+ { "5057534502588100071", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "15640202505592598653", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "3355259926747524578", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "9226443907548972870", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "8104309105061227444", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 138) },
+ { "18384657372655350144", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 219) },
+ { "13739257060165119132", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 155) },
+ { "9810904714798127155", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "15609627722687211129", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 358) },
+ { "14738573151275130683", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "9421927854269492263", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "15962533525948221648", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 138) },
+ { "15856268902838573812", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 154) },
+ { "4085450203909854919", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 194) },
+ { "2370837049876630969", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
+ { "13464226348405628455", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 252) },
+ { "12228963567837353733", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "10377729875228238588", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
+ { "16362139250976572928", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 154) },
+ { "5420766967862917815", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 194) },
+ { "14578291812739325465", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 155) },
+ { "18310667924071639899", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "16853250891250756537", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "12990341489637414845", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "14630499010941056793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "878892264408839067", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 156) },
+ { "9259437778054905599", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 195) },
+ { "14974730512607138726", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 193) },
+ { "3600066510593746268", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 159) },
+ { "3140230065585683313", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "15891662883560480723", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 367) },
+ { "11284755586130392759", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "2281119269283845320", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 158) },
+ { "12246408434917478929", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "13283842370311517843", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 193) },
+ { "13753473508578037346", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 134) },
+ { "17123153447808465303", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "10700011669103135203", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 321) },
+ { "9979259596137305973", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "17225578855755054959", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "6471563320494376693", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "8146945902795164796", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "18372284940315010254", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "2194607895573544953", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "1332624116953483870", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "158222105675022402", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "6830387121684699972", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "11077503608116183709", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "17847109385592002207", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "13384754476437374504", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "11462462742322068863", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 322) },
+ { "4265693151382066296", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "11070620435959083971", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "6982733543386888622", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "3563614453014995411", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 126) },
+ { "3498490999014554104", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 327) },
+ { "15595549493819416194", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 99) },
+ { "14532844474906286088", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "9562291747339451180", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "6772239376357727149", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 126) },
+ { "10690972785852373520", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 49) },
+ { "4488336106517889531", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 82) },
+ { "10058614204420018541", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 5) },
+ { "13865227850818392065", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "14100870590396726248", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 40) },
+ { "10848277915422577656", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 47) },
+ { "8121179472578287280", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 5) },
+ { "2502125887857336825", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 5) },
+ { "13192808619929896995", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 4) },
+ { "5115661026367632863", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 5) },
+ { "12812685418923919055", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 5) },
+ { "13131740479277027362", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "15334195300678132907", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "2038505773698938555", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "12090536142661253835", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "4999505377862312410", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "3934290309368153435", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "5951936376654416075", std::make_tuple("fully_connected_gpu_bs_f_bsv16_b1", -1) },
+ { "13204120207726209723", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "17108987360340581555", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "4795705973706796563", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "4084106758501882407", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "8127570953237266335", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "7500192998744460131", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "2379484884827231127", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "13933912937625580405", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "2040762223425679479", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "4800587664660105589", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "1616603916015535857", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "10290107543739998181", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "5927467766675317093", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "3349519148124496343", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "13477416097954638887", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "6942049339361951275", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "5303170164698694791", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "12494969618927201911", std::make_tuple("fully_connected_gpu_yxfb_ref", -1) },
+ { "7875724726741958520", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
+ { "13835908664998757647", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "6407471972820516685", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
+ { "5385316497510064491", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "17377315194963069204", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "3889519976910355277", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "12081835728078383819", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "14923692894655929923", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "580936360000782237", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "10682918518101379579", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "13178480813522103091", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "6149673627320838019", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "11077876432364512822", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "6062246008880097669", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "4806571630436601566", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "2458592904274981909", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "2007192658799516915", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "1051506168926530904", std::make_tuple("fully_connected_gpu_bs_f_bsv16_b1", -1) },
+ { "4163359403543480821", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "4232250144427804891", std::make_tuple("fully_connected_gpu_bf_io_gemm", -1) },
+ { "5415319660821122528", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "3286629188347536485", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "13575423234109624706", std::make_tuple("fully_connected_gpu_yxfb_ref", -1) },
+ { "1841155673858789206", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
+ { "6708349666663292171", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "5083163738120585821", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
+ { "10572945270796129630", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "4436244774193918646", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "12985942652866621579", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
+ { "775538461106687677", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
+ { "9533360488591027707", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "8913823292181409151", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "11583985978586657985", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "1485662490111767875", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "11872464450773754851", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "5364060938737428149", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "2613462626256090659", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "14668725050395069435", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "17381516856910544374", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "6450532136308941035", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "2321767794934000238", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "7995820969034996638", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "17951403431757222177", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "1074748462756364699", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "11955992313739654625", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "11939914680143672459", std::make_tuple("fully_connected_gpu_fb_io_ref", -1) },
+ { "17806712457019493207", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "11862259122805366807", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "15201438563802430490", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "5374969798377773063", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "592245952014430043", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "3114869763557037270", std::make_tuple("fully_connected_gpu_fb_oi_ref", -1) },
+ { "17147293671640396193", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "6911215749850066204", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "2814805887448339818", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "1120455113299469776", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "8002233052700666718", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "16436006771518788093", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "11083993858285515074", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "4133424990380177132", std::make_tuple("fully_connected_gpu_bs_f_bsv16_af8_vload", -1) },
+ { "1044978617045366709", std::make_tuple("fully_connected_gpu_fb_io_b8_f8_vload", -1) },
+ { "952318454591754214", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ { "5762878778443755104", std::make_tuple("fully_connected_gpu_bs_f_bsv8_af8_vload", -1) },
+ });
+ }
+} \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_SKL_GT4e_B32_B64.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_SKL_GT4e_B32_B64.cpp
new file mode 100644
index 000000000..c41fd5c7e
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_SKL_GT4e_B32_B64.cpp
@@ -0,0 +1,29 @@
+/*
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+*/
+
+#include "auto_tuner.h"
+#include "auto_tuner_offline.h"
+namespace kernel_selector
+{
+ // SKL GT4e
+ void tuning_cache_193B_B32_B64(tuning_data& td)
+ {
+ td.td.insert({
+
+ { "10794662801660960189", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 749) },
+ });
+ }
+} \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_SKL_GT4e_B8.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_SKL_GT4e_B8.cpp
new file mode 100644
index 000000000..d82ede47d
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cache/cache_SKL_GT4e_B8.cpp
@@ -0,0 +1,169 @@
+/*
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+*/
+
+#include "auto_tuner.h"
+#include "auto_tuner_offline.h"
+namespace kernel_selector
+{
+ // SKL GT4e
+ void tuning_cache_193B_B8(tuning_data& td)
+ {
+ td.td.insert({
+ { "11207257238719531888", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ /* { "12348135936862667024", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "1540041682425757361", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "6949539207944972855", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4197617702037834389", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "13898284586432291433", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3715177305271762194", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "481328129206881674", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "10001963042016663554", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "15471470494305051299", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "14716719350966652036", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "13404888565084206853", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "1249137685908951501", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "4840004190985490064", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5120466856097219243", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4701832665603867798", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "6181272224000872375", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "2030309697153345387", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "11207257238719531888", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "12348135936862667024", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 202) },
+ { "1540041682425757361", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "6949539207944972855", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4197617702037834389", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 326) },
+ { "13898284586432291433", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "3715177305271762194", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "481328129206881674", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "10001963042016663554", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "15471470494305051299", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 323) },
+ { "14716719350966652036", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "13404888565084206853", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "1249137685908951501", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 320) },
+ { "4840004190985490064", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "5120466856097219243", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "4701832665603867798", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 243) },
+ { "6181272224000872375", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "2030309697153345387", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 335) },
+ { "10728212277329722684", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "877436308867220589", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "18375125668176498051", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "14907097142953816744", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2525260242689556544", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 375) },
+ { "13328449155966085543", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 373) },
+ { "11856266545854830143", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "15993427814066246646", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "2100891581797371600", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 275) },
+ { "12242618640422208652", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "6133592828563353516", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 304) },
+ { "18232278892738147217", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "11992625045241269569", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 298) },
+ { "12601126285773042005", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 297) },
+ { "5079055505117153635", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 195) },
+ { "7457899998356343871", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 291) },
+ { "6343888265369366589", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 296) },
+ { "10791067159964399241", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 309) },
+ { "11327097771110264965", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
+ { "5245308722062496788", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 314) },
+ { "10792503079194374004", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
+ { "4818231379191523896", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 288) },
+ { "2198278382394812839", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
+ { "3800011935243649447", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 298) },
+ { "9631545863582097486", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 255) },
+ { "7777333052643961206", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 251) },
+ { "1779941298820543013", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
+ { "3621930417735246405", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 263) },
+ { "14435120971846098308", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 188) },
+ { "2893564501191050837", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 181) },
+ { "8108843303778211282", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 256) },
+ { "3682813162987778705", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "15494543914974994991", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
+ { "7565221050911842393", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 93) },
+ { "5629670679897666607", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "11754316727756881612", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 96) },
+ { "10990741293315393791", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "17024388383581997032", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "10302338806536775954", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 204) },
+ { "7915318733663535312", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "13702692566238948173", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "2909728331855309274", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "13071545223094862275", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "9631481972809246378", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 211) },
+ { "13540002981450186147", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "7076937538747704750", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "10290107543739998181", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },
+ { "6767245864232675168", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "9287404618748313247", std::make_tuple("convolution_gpu_bfyx_gemm_like", -1) },
+ { "8728178019712933221", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
+ { "18251360413872841969", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 295) },
+ { "18271689282126907793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 294) },
+ { "954796765467489259", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 325) },
+ { "13597240991532942069", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
+ { "4135003545872878882", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 296) },
+ { "11883485911218628865", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 293) },
+ { "2242915551775617989", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 291) },
+ { "10556089809203693400", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 290) },
+ { "3727142736386026852", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 333) },
+ { "1622880009460832832", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 182) },
+ { "4437258459981739942", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 296) },
+ { "14691372262153587653", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 295) },
+ { "12181607120522804433", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 334) },
+ { "3159681096461848644", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 295) },
+ { "6729785110495533200", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 295) },
+ { "15322019609805777935", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 183) },
+ { "7024495439434892956", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 295) },
+ { "10416622008071151225", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 173) },
+ { "5796500397424307442", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
+ { "15702382940521972117", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
+ { "6093575518270471235", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
+ { "5805383505505929391", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
+ { "1801731858063091191", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 175) },
+ { "1559798212423183813", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 176) },
+ { "5594180958505308003", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
+ { "4766071144928072260", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 177) },
+ { "8650948093564284852", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
+ { "3883845471211207871", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 248) },
+ { "4366168099274266975", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 171) },
+ { "578703329577922869", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 253) },
+ { "16863960779539003201", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
+ { "15450609897480659306", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 178) },
+ { "8203550467004532364", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "7431849514656037251", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 257) },
+ { "14484890926084856480", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 179) },
+ { "4424217045094988504", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
+ { "7994179151788368291", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 180) },
+ { "15192024816519005250", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 258) },
+ { "4747159205186229582", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 103) },
+ { "5485971317082563152", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 249) },
+ { "18128162750557822655", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 91) },
+ { "12421707187947291166", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "792684262493086891", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "941626985322260281", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 207) },
+ { "11868551452004726281", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "14352303529756685990", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 206) },
+ { "10702234389482091891", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "3895088069642140043", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 200) },
+ { "5334566325056222430", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 205) },
+ { "8306337702797456793", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "15720507574336564201", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 240) },
+ { "3277243911383750280", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 208) },
+ { "18150429561058646714", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 240) },
+ { "11169292427557543138", std::make_tuple("convolution_gpu_bfyx_os_iyx_osv16", 203) },
+ { "13933912937625580405", std::make_tuple("fully_connected_gpu_bf_io_input_spatial", -1) },*/
+
+ });
+ }
+} \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/activation_opt.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/activation_opt.cl
index 91dda4716..e53743a65 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/activation_opt.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/activation_opt.cl
@@ -14,7 +14,8 @@
// limitations under the License.
*/
-#include "include/include_all.cl"
+#include "include/common.cl"
+#include "include/data_types.cl"
KERNEL(activation)(
#if GRADIENT
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/activation_ref.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/activation_ref.cl
index 0fbe6948c..79e0495e3 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/activation_ref.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/activation_ref.cl
@@ -14,7 +14,8 @@
// limitations under the License.
*/
-#include "include/include_all.cl"
+#include "include/common.cl"
+#include "include/data_types.cl"
// TODO: move it from layout based to memory based
KERNEL(activation)(
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/arg_max_min_axis.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/arg_max_min_axis.cl
index d57833c48..9a7691b1a 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/arg_max_min_axis.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/arg_max_min_axis.cl
@@ -13,7 +13,8 @@
// limitations under the License.
-#include "include/include_all.cl"
+#include "include/common.cl"
+#include "include/data_types.cl"
#define GLOBAL_SIZE 128
#define LOCAL_SIZE GLOBAL_SIZE
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/arg_max_min_gpu_ref.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/arg_max_min_gpu_ref.cl
index f14ccfee0..3ad4ac6d7 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/arg_max_min_gpu_ref.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/arg_max_min_gpu_ref.cl
@@ -13,7 +13,8 @@
// limitations under the License.
-#include "include/include_all.cl"
+#include "include/common.cl"
+#include "include/data_types.cl"
#define GLOBAL_SIZE 128
#define LOCAL_SIZE GLOBAL_SIZE
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/arg_max_min_opt.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/arg_max_min_opt.cl
index 795f0258d..5d1ea0dec 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/arg_max_min_opt.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/arg_max_min_opt.cl
@@ -12,7 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#include "include/include_all.cl"
+#include "include/common.cl"
+#include "include/data_types.cl"
#ifndef SG_SIZE
#define SG_SIZE 16
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/border_gpu_ref.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/border_gpu_ref.cl
new file mode 100644
index 000000000..8f00411b1
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/border_gpu_ref.cl
@@ -0,0 +1,91 @@
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+#include "include/include_all.cl"
+
+
+KERNEL(border_gpu_ref)(
+ const __global UNIT_TYPE* input,
+ __global UNIT_TYPE* output)
+{
+ // [CONSTEXPR]
+ // Border sizes (left-top set and right-bottom set):
+ const uint blt_sx = LT_SIZES_SIZE_X;
+ const uint blt_sy = LT_SIZES_SIZE_Y;
+ const uint blt_sf = LT_SIZES_FEATURE_NUM;
+ const uint blt_sb = LT_SIZES_BATCH_NUM;
+
+ const uint brb_sx = RB_SIZES_SIZE_X;
+ const uint brb_sy = RB_SIZES_SIZE_Y;
+ const uint brb_sf = RB_SIZES_FEATURE_NUM;
+ const uint brb_sb = RB_SIZES_BATCH_NUM;
+
+ // Input sizes:
+ const uint in_sx = INPUT0_SIZE_X;
+ const uint in_sy = INPUT0_SIZE_Y;
+ const uint in_sf = INPUT0_FEATURE_NUM;
+ const uint in_sb = INPUT0_BATCH_NUM;
+
+ // Input limits (exclusive; tested on output position):
+ const uint in_lx = in_sx + blt_sx;
+ const uint in_ly = in_sy + blt_sy;
+ const uint in_lf = in_sf + blt_sf;
+ const uint in_lb = in_sb + blt_sb;
+
+
+ const uint out_x = (uint) get_global_id(0);
+ const uint out_y = (uint) get_global_id(1);
+ const uint out_fb = (uint) get_global_id(2);
+
+ const uint out_f = out_fb % OUTPUT_FEATURE_NUM;
+ const uint out_b = out_fb / OUTPUT_FEATURE_NUM;
+
+#ifdef BORDER_TYPE_ZERO
+ UNIT_TYPE in_val = UNIT_VAL_ZERO;
+ if (out_x >= blt_sx & out_x < in_lx &
+ out_y >= blt_sy & out_y < in_ly &
+ out_f >= blt_sf & out_f < in_lf &
+ out_b >= blt_sb & out_b < in_lb)
+ {
+ const uint in_x = out_x - blt_sx;
+ const uint in_y = out_y - blt_sy;
+ const uint in_f = out_f - blt_sf;
+ const uint in_b = out_b - blt_sb;
+
+ const uint in_pos = GET_DATA_INDEX(INPUT0, in_b, in_f, in_y, in_x);
+ in_val = input[in_pos];
+ }
+#elif defined BORDER_TYPE_MIRROR
+ const uint in_x = (out_x >= blt_sx & out_x < in_lx) ? out_x - blt_sx : (out_x < blt_sx ? blt_sx - 1 - out_x : in_sx + in_lx - 1 - out_x);
+ const uint in_y = (out_y >= blt_sy & out_y < in_ly) ? out_y - blt_sy : (out_y < blt_sy ? blt_sy - 1 - out_y : in_sy + in_ly - 1 - out_y);
+ const uint in_f = (out_f >= blt_sf & out_f < in_lf) ? out_f - blt_sf : (out_f < blt_sf ? blt_sf - 1 - out_f : in_sf + in_lf - 1 - out_f);
+ const uint in_b = (out_b >= blt_sb & out_b < in_lb) ? out_b - blt_sb : (out_b < blt_sb ? blt_sb - 1 - out_b : in_sb + in_lb - 1 - out_b);
+
+ const uint in_pos = GET_DATA_INDEX(INPUT0, in_b, in_f, in_y, in_x);
+ UNIT_TYPE in_val = input[in_pos];
+#elif defined BORDER_TYPE_MIRROR_101
+ const uint in_x = (out_x >= blt_sx & out_x < in_lx) ? out_x - blt_sx : (out_x < blt_sx ? blt_sx - out_x : in_sx + in_lx - 2 - out_x);
+ const uint in_y = (out_y >= blt_sy & out_y < in_ly) ? out_y - blt_sy : (out_y < blt_sy ? blt_sy - out_y : in_sy + in_ly - 2 - out_y);
+ const uint in_f = (out_f >= blt_sf & out_f < in_lf) ? out_f - blt_sf : (out_f < blt_sf ? blt_sf - out_f : in_sf + in_lf - 2 - out_f);
+ const uint in_b = (out_b >= blt_sb & out_b < in_lb) ? out_b - blt_sb : (out_b < blt_sb ? blt_sb - out_b : in_sb + in_lb - 2 - out_b);
+
+ const uint in_pos = GET_DATA_INDEX(INPUT0, in_b, in_f, in_y, in_x);
+ UNIT_TYPE in_val = input[in_pos];
+#else
+ #error Unsupported border type.
+#endif
+
+ const uint out_pos = GET_DATA_INDEX(OUTPUT, out_b, out_f, out_y, out_x);
+ output[out_pos] = in_val;
+} \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/broadcast_gpu_ref.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/broadcast_gpu_ref.cl
new file mode 100644
index 000000000..286608ff5
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/broadcast_gpu_ref.cl
@@ -0,0 +1,48 @@
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+#include "include/include_all.cl"
+
+
+KERNEL(broadcast_gpu_ref)(
+ const __global UNIT_TYPE* input,
+ __global UNIT_TYPE* output)
+{
+ // [CONSTEXPR]
+ // Input sizes:
+ const uint in_sx = INPUT0_SIZE_X;
+ const uint in_sy = INPUT0_SIZE_Y;
+ const uint in_sf = INPUT0_FEATURE_NUM;
+ const uint in_sb = INPUT0_BATCH_NUM;
+
+
+ const uint out_x = (uint) get_global_id(0);
+ const uint out_y = (uint) get_global_id(1);
+ const uint out_fb = (uint) get_global_id(2);
+
+ const uint out_f = out_fb % OUTPUT_FEATURE_NUM;
+ const uint out_b = out_fb / OUTPUT_FEATURE_NUM;
+
+
+ const uint in_x = out_x % in_sx;
+ const uint in_y = out_y % in_sy;
+ const uint in_f = out_f % in_sf;
+ const uint in_b = out_b % in_sb;
+
+ const uint in_pos = GET_DATA_INDEX(INPUT0, in_b, in_f, in_y, in_x);
+ const uint out_pos = GET_DATA_INDEX(OUTPUT, out_b, out_f, out_y, out_x);
+
+
+ output[out_pos] = input[in_pos];
+} \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_1x1_gemm_mmad.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_1x1_gemm_mmad.cl
index 6c2c8ac33..2823e704a 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_1x1_gemm_mmad.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_1x1_gemm_mmad.cl
@@ -13,7 +13,7 @@
// limitations under the License.
#include "include/common.cl"
-#include "include/activation_functions.cl"
+
#include "include/data_types.cl"
#include "include/fetch.cl"
#include "include/mmad.cl"
@@ -65,7 +65,6 @@ KERNEL(convolution_1x1_gemm_MMAD)(
tileC[i] = 0;
}
- __attribute__((opencl_unroll_hint(1)))
for (uint k = 0; k < FILTER_IFM_MMAD_NUM; ++k)
{
// load A tile ( input )
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_bfyx_depthwise_weights_lwg.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_bfyx_depthwise_weights_lwg.cl
new file mode 100644
index 000000000..f21b03d27
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_bfyx_depthwise_weights_lwg.cl
@@ -0,0 +1,106 @@
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+#include "include/include_all.cl"
+
+#if FP16_UNIT_USED
+ #define ALIGNED_BLOCK_READ(ptr, byte_offset) as_half(intel_sub_group_block_read_us8((const __global ushort*)(ptr) + (byte_offset)))
+ #define ALIGNED_BLOCK_WRITE(ptr, byte_offset, val) intel_sub_group_block_write_us((__global ushort*)(ptr) + (byte_offset), as_ushort8(val))
+#else
+ #define ALIGNED_BLOCK_READ(ptr, byte_offset) as_float(intel_sub_group_block_read((const __global uint*)(ptr) + (byte_offset)))
+ #define ALIGNED_BLOCK_WRITE(ptr, byte_offset, val) intel_sub_group_block_write((__global uint*)(ptr) + (byte_offset), as_uint8(val))
+#endif
+
+__attribute__((intel_reqd_sub_group_size(16)))
+__attribute__((reqd_work_group_size(16, 1, 1)))
+KERNEL(convolution_depthwise_weights_lwg)(
+ __global INPUT0_TYPE* input,
+ __global OUTPUT_TYPE* output,
+ __global FILTER_TYPE* weights,
+#if BIAS_TERM
+ __global BIAS_TYPE* biases,
+#endif
+ uint split_idx)
+{
+ const uint yx = get_global_id(0);
+ const uint x = yx % OUTPUT_SIZE_X;
+ const uint y = yx / OUTPUT_SIZE_X;
+ const uint f = get_global_id(1);
+ const uint b = get_global_id(2);
+
+ UNIT_TYPE dotProd = UNIT_VAL_ZERO;
+
+ const int input_x = x * STRIDE_SIZE_X - PADDING_SIZE_X;
+ const int input_y = y * STRIDE_SIZE_Y - PADDING_SIZE_Y;
+
+ const uint in_split_offset = (f / FILTER_OFM_NUM) * INPUT0_FEATURE_PITCH * FILTER_IFM_NUM;
+
+ const uint filter_offset = f*FILTER_OFM_PITCH;
+ const uint input_offset = b*INPUT0_BATCH_PITCH + INPUT0_OFFSET + in_split_offset;
+
+#if FILTER_SIZE_Y * FILTER_SIZE_X % 16 == 0 && !FP16_UNIT_USED
+ UNIT_TYPE w = ALIGNED_BLOCK_READ(weights, filter_offset);
+#else
+ const uint lid = get_local_id(0);
+ UNIT_TYPE w = UNIT_VAL_ZERO;
+ if(lid < FILTER_SIZE_X * FILTER_SIZE_Y)
+ w = weights[filter_offset + lid];
+#endif
+
+ __attribute__((opencl_unroll_hint(FILTER_SIZE_Y)))
+ for (uint j = 0; j < FILTER_SIZE_Y ; ++j)
+ {
+ const int input_offset_y = input_y + j * DILATION_SIZE_Y;
+#if BOUNDARY_CHECK
+ const bool zero_y = input_offset_y >= INPUT0_SIZE_Y || input_offset_y < 0;
+
+ if(!zero_y)
+ {
+#endif
+ __attribute__((opencl_unroll_hint(FILTER_SIZE_X)))
+ for (uint i = 0; i < FILTER_SIZE_X ; ++i)
+ {
+ const int input_offset_x = input_x + i * DILATION_SIZE_X;
+#if BOUNDARY_CHECK
+ const bool zero_x = input_offset_x >= INPUT0_SIZE_X || input_offset_x < 0;
+
+ if(!zero_x)
+ {
+#endif
+ dotProd = mad(input[input_offset + (uint)input_offset_x*INPUT0_X_PITCH + (uint)input_offset_y*INPUT0_Y_PITCH],
+ intel_sub_group_shuffle( w, j*FILTER_Y_PITCH + i*FILTER_X_PITCH), dotProd);
+ }
+ }
+#if BOUNDARY_CHECK
+ }
+ }
+#endif
+
+ if(yx >= OUTPUT_SIZE_X * OUTPUT_SIZE_Y)
+ return;
+
+#if BIAS_TERM
+#if BIAS_PER_OUTPUT
+ const uint bias_index = GET_DATA_INDEX(BIAS, b, f, y, x);
+#elif BIAS_PER_OFM
+ const uint bias_index = f;
+#endif
+ dotProd += (UNIT_TYPE)biases[bias_index];
+#endif
+
+ const uint out_split_offset = split_idx * OUTPUT_FEATURE_PITCH * OUTPUT_FEATURE_NUM;
+ const uint dst_index = GET_DATA_INDEX(OUTPUT, b, f, y, x) + out_split_offset;
+ output[dst_index] = ACTIVATION(dotProd, NL_M, NL_N);
+
+}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_bfyx_gemm_like_fp32.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_bfyx_gemm_like_fp32.cl
index da85a7264..0366f8fc3 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_bfyx_gemm_like_fp32.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_bfyx_gemm_like_fp32.cl
@@ -1,5 +1,5 @@
/*
-// Copyright (c) 2016 Intel Corporation
+// Copyright (c) 2018 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -84,7 +84,6 @@ KERNEL(convolution_f32)(
_result.s6 = mad( _rowA, sub_group_broadcast( colB, 6 ), _result.s6 ); \
_result.s7 = mad( _rowA, sub_group_broadcast( colB, 7 ), _result.s7 ); \
}
- typedef CAT( float, FILTER_SIZE_X ) float_t;
// Walk DOWN src0 (patch 0, 1, 2, ...) and DOWN src1.
// Inner loop loads and FMADs one row (FILTER_SIZE_X) of each input patch
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_bfyx_os_iyx_osv16.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_bfyx_os_iyx_osv16.cl
index d74cb37f8..e70ca2e5c 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_bfyx_os_iyx_osv16.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_bfyx_os_iyx_osv16.cl
@@ -12,8 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+#include "include/common.cl"
+#include "include/data_types.cl"
-#include "include/include_all.cl"
// ---------------------------------------------------------------------------------------------------------------------
// Just-in-time macro definitions:
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_byxf_af32_depthwise.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_byxf_af32_depthwise.cl
index b6f65179f..393c63dd7 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_byxf_af32_depthwise.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_byxf_af32_depthwise.cl
@@ -13,7 +13,7 @@
// limitations under the License.
#include "include/common.cl"
-#include "include/activation_functions.cl"
+
#include "include/data_types.cl"
#include "include/fetch.cl"
#include "include/mmad.cl"
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_mmad.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_mmad.cl
index 78d2474c1..f9cbd2e22 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_mmad.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_mmad.cl
@@ -13,7 +13,7 @@
// limitations under the License.
#include "include/common.cl"
-#include "include/activation_functions.cl"
+
#include "include/data_types.cl"
#include "include/fetch.cl"
#include "include/mmad.cl"
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_mmad_batched.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_mmad_batched.cl
new file mode 100644
index 000000000..f1df74aad
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_mmad_batched.cl
@@ -0,0 +1,116 @@
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+#include "include/common.cl"
+
+#include "include/data_types.cl"
+#include "include/fetch.cl"
+#include "include/mmad.cl"
+
+#define FILTER_IFM_MMAD_NUM ((FILTER_IFM_NUM + 31) / 32)
+#define FILTER_OFM_MMAD_NUM ((FILTER_OFM_NUM + 7) / 8)
+#define FILTER_IFM_ALIGNED (FILTER_IFM_MMAD_NUM * 32)
+#define FILTER_OFM_ALIGNED (FILTER_OFM_MMAD_NUM * 8)
+// input data is in blocks 4batch x 32 features
+// each SIMD process 4 batches and 8 output features
+
+__attribute__((intel_reqd_sub_group_size(SUB_GROUP_SIZE)))
+KERNEL(convolution_mmad_batched)(
+ __global INPUT0_TYPE* input,
+ __global OUTPUT_TYPE* output,
+ __global FILTER_TYPE* weights,
+#if BIAS_TERM
+ __global BIAS_TYPE* biases,
+#endif
+#if QUANTIZATION_TERM
+ const __global float* quantizations,
+#endif
+#if CALIBRATION_TERM
+ const __global float* calibrations,
+#endif
+ uint split_idx)
+{
+ const uint x = get_global_id(0);
+ const uint y = get_global_id(1);
+
+ const uint f = get_global_id(2) % FILTER_OFM_ALIGNED;
+ const uint b_block = get_global_id(2) / FILTER_OFM_ALIGNED;
+ const uint f_block = f / 32;
+
+ int4 dotProd = 0;
+
+ const int input_x = x * STRIDE_SIZE_X - PADDING_SIZE_X;
+ const int input_y = y * STRIDE_SIZE_Y - PADDING_SIZE_Y;
+
+ const uint filter_offset = (get_group_id(2) % FILTER_OFM_MMAD_NUM) * FILTER_OFM_BLOCK_PITCH;
+ const uint input_offset = IN_OFFSET + IN_B_BLOCK_PITCH * b_block;
+
+ for (uint k = 0; k < FILTER_IFM_MMAD_NUM; ++k)
+ {
+ for (uint j = 0; j < FILTER_SIZE_Y ; ++j)
+ {
+ const int input_offset_y = input_y + j * DILATION_SIZE_Y;
+ const bool zero_y = input_offset_y >= INPUT0_SIZE_Y || input_offset_y < 0;
+
+ if(!zero_y)
+ {
+ for (uint i = 0; i < FILTER_SIZE_X ; ++i)
+ {
+ const int input_offset_x = input_x + i * DILATION_SIZE_X;
+ const bool zero_x = input_offset_x >= INPUT0_SIZE_X || input_offset_x < 0;
+
+ if(!zero_x)
+ {
+ uint input_idx = input_offset + input_offset_y * IN_Y_PITCH + input_offset_x * IN_X_PITCH + k * IN_F_BLOCK_PITCH;
+ uint filter_idx = filter_offset + k*FILTER_Y_PITCH * FILTER_SIZE_Y + j*FILTER_Y_PITCH + i*FILTER_X_PITCH;
+
+ int4 input_data = as_int4(intel_sub_group_block_read4((const __global uint*)(input + input_idx)));
+ int8 weights_data = as_int8(intel_sub_group_block_read8((const __global uint*)(weights + filter_idx)));
+
+ dotProd = MMAD_4x8(input_data, weights_data, dotProd);
+ }
+ }
+ }
+ }
+ }
+
+for(uint b = 0; b < 4; b++)
+{
+
+#if BIAS_TERM
+ const uint bias_index = f;
+#if QUANTIZATION_TERM
+#if CALIBRATION_TERM
+ dotProd[b] = (UNIT_TYPE)round(((float)dotProd[b] * quantizations[f] * I_QF + biases[bias_index]) * calibrations[f]);
+#else // CALIBRATION_TERM
+ dotProd[b] = (UNIT_TYPE)round(((float)dotProd[b] * quantizations[f] * I_QF + biases[bias_index]) * O_QF);
+#endif // CALIBRATION_TERM
+#else // QUANTIZATION_TERM
+ dotProd[b] += (UNIT_TYPE)biases[bias_index];
+#endif // QUANTIZATION_TERM
+#endif // BIAS_TERM
+
+ const uint dst_index = GET_DATA_FS_BS_YX_BSV4_FSV32_INDEX(OUTPUT, b_block*4 + b, f, y, x);
+#if QUANTIZATION_TERM
+ output[dst_index] = ACTIVATION(convert_char(dotProd[b]), NL_M, NL_N);
+#else
+ output[dst_index] = ACTIVATION(dotProd[b], NL_M, NL_N);
+#endif
+}
+}
+
+#undef FILTER_IFM_MMAD_NUM
+#undef FILTER_OFM_MMAD_NUM
+#undef FILTER_IFM_ALIGNED
+#undef FILTER_OFM_ALIGNED \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_mmad_blocks.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_mmad_blocks.cl
index 00cb2e133..1f65c168f 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_mmad_blocks.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_mmad_blocks.cl
@@ -13,7 +13,7 @@
// limitations under the License.
#include "include/common.cl"
-#include "include/activation_functions.cl"
+
#include "include/data_types.cl"
#include "include/fetch.cl"
#include "include/mmad.cl"
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_winograd_2x3_s1_fused.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_winograd_2x3_s1_fused.cl
index 9779d8812..1623a9559 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_winograd_2x3_s1_fused.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_winograd_2x3_s1_fused.cl
@@ -19,7 +19,7 @@
// --------------------------------------------------------------------------------------------------------------------------------
#include "include/data_types.cl"
-#include "include/activation_functions.cl"
+
#define DOT4i0( _result, _A, _B, i) \
{ \
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_winograd_6x3_s1_fused.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_winograd_6x3_s1_fused.cl
index eee7219ac..2dca091f3 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_winograd_6x3_s1_fused.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_gpu_winograd_6x3_s1_fused.cl
@@ -18,8 +18,9 @@
// Output matrix dimensions: M x N
// --------------------------------------------------------------------------------------------------------------------------------
+#include "include/common.cl"
#include "include/data_types.cl"
-#include "include/activation_functions.cl"
+
#define DOT8i_0( _result, _A, _B, i) \
{ \
@@ -66,9 +67,9 @@
_result = mad(_A.s7, sub_group_broadcast( _B.s7, i), _result); \
}
-#define UNIT_TYPE_2 CAT(UNIT_TYPE, 2)
-#define UNIT_TYPE_4 CAT(UNIT_TYPE, 4)
-#define UNIT_TYPE_8 CAT(UNIT_TYPE, 8)
+#define UNIT_TYPE_2 MAKE_VECTOR_TYPE(UNIT_TYPE, 2)
+#define UNIT_TYPE_4 MAKE_VECTOR_TYPE(UNIT_TYPE, 4)
+#define UNIT_TYPE_8 MAKE_VECTOR_TYPE(UNIT_TYPE, 8)
__attribute__((reqd_work_group_size(16, 1, 8)))
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_grad_weights_1x1.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_grad_weights_1x1.cl
index b1a9709f6..0066ddd61 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_grad_weights_1x1.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_grad_weights_1x1.cl
@@ -85,7 +85,7 @@ KERNEL(convolution_grad_weights_gpu_1x1)(
#if BIAS_TERM
result = fma(input[input_idx], grad, result);
#else
- if(!grad_zero_x && !grad_zero_y)
+ if(!grad_zero)
{
uint input_grad_idx = grad_split_offset + b*INPUT0_BATCH_PITCH + ofm*INPUT0_FEATURE_PITCH + j*INPUT0_X_PITCH*16 + local_id*INPUT0_X_PITCH + i*INPUT0_Y_PITCH;
result = fma(input[input_idx], input_grad[input_grad_idx], result);
@@ -124,7 +124,7 @@ KERNEL(convolution_grad_weights_gpu_1x1)(
if(ifm == 0)
{
#if MOMENTUM
- UNIT_TYPE update_gradient_b = lr * (prev_grad_b[ofm] * MOMENTUM_FACTOR + grad_b);
+ UNIT_TYPE update_gradient_b = lr * grad_b + prev_grad_b[ofm] * MOMENTUM_FACTOR;
bias[ofm] -= update_gradient_b;
prev_grad_b[ofm] = update_gradient_b;
#else
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_grad_weights_3x3.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_grad_weights_3x3.cl
new file mode 100644
index 000000000..df6a45957
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_grad_weights_3x3.cl
@@ -0,0 +1,182 @@
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+#include "include/include_all.cl"
+
+KERNEL(convolution_grad_weights_gpu_3x3)(
+ const __global UNIT_TYPE* input_grad,
+ __global UNIT_TYPE* output,
+ __global UNIT_TYPE* filter,
+#if BIAS_TERM
+ __global UNIT_TYPE* bias,
+#endif
+#if MOMENTUM
+ __global UNIT_TYPE* prev_grad_w,
+#if BIAS_TERM
+ __global UNIT_TYPE* prev_grad_b,
+#endif
+#endif
+ const __global UNIT_TYPE* input,
+ uint split_idx,
+ float lr)
+{
+ const uint ofm = get_global_id(0);
+ const uint ifm = get_global_id(1);
+
+ if (ofm >= INPUT0_FEATURE_NUM || ifm >= INPUT1_FEATURE_NUM)
+ return;
+
+ const int in_x = -PADDING_SIZE_X;
+ const int in_y = -PADDING_SIZE_Y;
+
+ ACCUMULATOR_TYPE grad_w[9] = {};
+#if BIAS_TERM
+ ACCUMULATOR_TYPE grad_b = 0;
+#endif
+
+ uint weights_idx = ofm * FILTER_OFM_PITCH + ifm * FILTER_IFM_PITCH;
+
+ for(int b = 0; b < INPUT0_BATCH_NUM; b++)
+ {
+ const uint grad_split_offset = split_idx * INPUT0_FEATURE_PITCH * FILTER_OFM_NUM;
+ const uint in_split_offset = split_idx * INPUT1_FEATURE_PITCH * FILTER_IFM_NUM;
+
+ for (uint i = 0; i < INPUT0_SIZE_Y; i++)
+ {
+
+ for (uint j = 0; j < INPUT0_SIZE_X; j+=2)
+ {
+ float2 grad;
+ if (j + 1 >= INPUT0_SIZE_X)
+ {
+ uint input_grad_idx = grad_split_offset + b*INPUT0_BATCH_PITCH + ofm*INPUT0_FEATURE_PITCH + j*INPUT0_X_PITCH + i*INPUT0_Y_PITCH;
+ grad.s0 = input_grad[input_grad_idx];
+ grad.s1 = 0;
+ }
+ else
+ {
+ uint input_grad_idx = grad_split_offset + b*INPUT0_BATCH_PITCH + ofm*INPUT0_FEATURE_PITCH + j*INPUT0_X_PITCH + i*INPUT0_Y_PITCH;
+ grad = vload2(0, &input_grad[input_grad_idx]);
+ }
+ for (uint y = 0; y < 3; y++)
+ {
+ const int input_offset_y = in_y + y + i;
+ const bool zero_y = input_offset_y >= INPUT1_SIZE_Y || input_offset_y < 0;
+ const int input_offset_x = in_x + j;
+ const bool zero_x = input_offset_x < 0 || input_offset_x + 3 >= INPUT1_SIZE_X;
+ uint input_idx = in_split_offset + b*INPUT1_BATCH_PITCH + ifm*INPUT1_FEATURE_PITCH + (uint)input_offset_x*INPUT1_X_PITCH + (uint)input_offset_y*INPUT1_Y_PITCH;
+ union v4 {
+ float s[4];
+ float4 v;
+ };
+ union v4 inp;
+ if (zero_y)
+ continue;
+ if (zero_x)
+ {
+ for (uint k = 0; k < 4; k++)
+ {
+ if (input_offset_x + k >= INPUT1_SIZE_X || input_offset_x + k < 0)
+ inp.s[k] = 0;
+ else
+ inp.s[k] = input[input_idx + k];
+ }
+ }
+ else
+ {
+ inp.v = vload4(0, &input[input_idx]);
+ }
+ for (uint x = 0; x < 3; x++)
+ {
+ grad_w[y * 3 + x] = mad(inp.s[x] * lr, grad.s0, grad_w[y * 3 + x]);
+ grad_w[y * 3 + x] = mad(inp.s[x + 1] * lr, grad.s1, grad_w[y * 3 + x]);
+ }
+ }
+#if BIAS_TERM
+ grad_b += grad.s0;
+ grad_b += grad.s1;
+#endif
+ }
+ }
+ }
+
+ union {
+ float s[8];
+ float8 v;
+ } uweights_0_7;
+ float uweights8;
+
+#if MOMENTUM
+ float dwa[9];
+ uweights_0_7.v = vload8(0, &prev_grad_w[weights_idx]);
+ dwa[0 * 3 + 0] = uweights_0_7.v.s0;
+ dwa[0 * 3 + 1] = uweights_0_7.v.s1;
+ dwa[0 * 3 + 2] = uweights_0_7.v.s2;
+ dwa[1 * 3 + 0] = uweights_0_7.v.s3;
+ dwa[1 * 3 + 1] = uweights_0_7.v.s4;
+ dwa[1 * 3 + 2] = uweights_0_7.v.s5;
+ dwa[2 * 3 + 0] = uweights_0_7.v.s6;
+ dwa[2 * 3 + 1] = uweights_0_7.v.s7;
+ dwa[2 * 3 + 2] = prev_grad_w[weights_idx + 8];
+#endif
+
+ uweights_0_7.v = vload8(0, &filter[weights_idx]);
+ uweights8 = filter[weights_idx + 8];
+
+#if MOMENTUM
+ float8 newDelta_0_7 = (float8)(
+ grad_w[0 * 3 + 0] + (MOMENTUM_FACTOR * dwa[0 * 3 + 0]),
+ grad_w[0 * 3 + 1] + (MOMENTUM_FACTOR * dwa[0 * 3 + 1]),
+ grad_w[0 * 3 + 2] + (MOMENTUM_FACTOR * dwa[0 * 3 + 2]),
+ grad_w[1 * 3 + 0] + (MOMENTUM_FACTOR * dwa[1 * 3 + 0]),
+ grad_w[1 * 3 + 1] + (MOMENTUM_FACTOR * dwa[1 * 3 + 1]),
+ grad_w[1 * 3 + 2] + (MOMENTUM_FACTOR * dwa[1 * 3 + 2]),
+ grad_w[2 * 3 + 0] + (MOMENTUM_FACTOR * dwa[2 * 3 + 0]),
+ grad_w[2 * 3 + 1] + (MOMENTUM_FACTOR * dwa[2 * 3 + 1]));
+ float newDelta8 = grad_w[2 * 3 + 2] + (MOMENTUM_FACTOR * dwa[2 * 3 + 2]);
+#else
+ float8 newDelta_0_7 = (float8)(
+ grad_w[0 * 3 + 0],
+ grad_w[0 * 3 + 1],
+ grad_w[0 * 3 + 2],
+ grad_w[1 * 3 + 0],
+ grad_w[1 * 3 + 1],
+ grad_w[1 * 3 + 2],
+ grad_w[2 * 3 + 0],
+ grad_w[2 * 3 + 1]);
+ float newDelta8 = grad_w[2 * 3 + 2];
+#endif
+ uweights8 -= newDelta8;
+ uweights_0_7.v -= newDelta_0_7;
+
+ vstore8(uweights_0_7.v, 0, &filter[weights_idx]);
+ filter[weights_idx + 8] = uweights8;
+#if MOMENTUM
+ vstore8(newDelta_0_7, 0, &prev_grad_w[weights_idx]);
+ prev_grad_w[weights_idx + 8] = newDelta8;
+#endif
+
+#if BIAS_TERM
+ if(ifm == 0)
+ {
+#if MOMENTUM
+ UNIT_TYPE update_gradient_b = lr * grad_b + prev_grad_b[ofm] * MOMENTUM_FACTOR;
+ bias[ofm] -= update_gradient_b;
+ prev_grad_b[ofm] = update_gradient_b;
+#else
+ bias[ofm] -= lr * grad_b;
+#endif
+ }
+#endif
+}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_grad_weights_7x7.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_grad_weights_7x7.cl
new file mode 100644
index 000000000..e5d9fde84
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_grad_weights_7x7.cl
@@ -0,0 +1,105 @@
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+#include "include/include_all.cl"
+
+KERNEL(convolution_grad_weights_gpu_7x7)(
+ const __global UNIT_TYPE* input_grad,
+ __global UNIT_TYPE* output,
+ __global UNIT_TYPE* filter,
+#if BIAS_TERM
+ __global UNIT_TYPE* bias,
+#endif
+#if MOMENTUM
+ __global UNIT_TYPE* prev_grad_w,
+#if BIAS_TERM
+ __global UNIT_TYPE* prev_grad_b,
+#endif
+#endif
+ const __global UNIT_TYPE* input,
+ uint split_idx,
+ float lr)
+{
+ const uint x_filter = get_global_id(0);
+ const uint ofm = get_global_id(1);
+ const uint ifm = get_global_id(2);
+
+ if (x_filter >= 7 || ofm >= INPUT0_FEATURE_NUM || ifm >= INPUT1_FEATURE_NUM)
+ return;
+
+ const int in_x = -PADDING_SIZE_X;
+ const int in_y = -PADDING_SIZE_Y;
+
+ ACCUMULATOR_TYPE grad_w[7] = { 0, 0, 0, 0, 0, 0, 0 };
+#if BIAS_TERM
+ ACCUMULATOR_TYPE grad_b = UNIT_VAL_ZERO;
+#endif
+
+ uint weights_idx = ofm * FILTER_OFM_PITCH + ifm * FILTER_IFM_PITCH;
+
+ for(int b = 0; b < INPUT0_BATCH_NUM; b++)
+ {
+ const uint grad_split_offset = split_idx * INPUT0_FEATURE_PITCH * FILTER_OFM_NUM;
+ const uint in_split_offset = split_idx * INPUT1_FEATURE_PITCH * FILTER_IFM_NUM;
+
+ for(int i = 0; i < INPUT0_SIZE_Y; i++)
+ {
+ for(int j = 0; j < INPUT0_SIZE_X; j++)
+ {
+ float grad;
+ uint input_grad_idx = grad_split_offset + b*INPUT0_BATCH_PITCH + ofm*INPUT0_FEATURE_PITCH + j*INPUT0_X_PITCH + i*INPUT0_Y_PITCH;
+ grad = input_grad[input_grad_idx];
+ for(uint y_filter = 0; y_filter < 7; y_filter++)
+ {
+ const int input_offset_y = in_y + y_filter + i * STRIDE_SIZE_Y;
+ const bool zero_y = input_offset_y >= INPUT1_SIZE_Y || input_offset_y < 0;
+ const int input_offset_x = in_x + x_filter + j * STRIDE_SIZE_X;
+ const bool zero_x = input_offset_x < 0 || input_offset_x >= INPUT1_SIZE_X;
+ uint input_idx = in_split_offset + b*INPUT1_BATCH_PITCH + ifm*INPUT1_FEATURE_PITCH + (uint)input_offset_x*INPUT1_X_PITCH + (uint)input_offset_y*INPUT1_Y_PITCH;
+ if(!zero_x && !zero_y)
+ {
+ const float delta_f = input[input_idx] * lr * grad;
+ grad_w[y_filter] += delta_f;
+ }
+ }
+#if BIAS_TERM
+ grad_b += grad;
+#endif
+ }
+ }
+ }
+ for(uint y_filter = 0; y_filter < 7; y_filter++)
+ {
+ uint address = weights_idx + 48 - (7 * (6 - y_filter) + (6 - x_filter));
+#if MOMENTUM
+ float dw = prev_grad_w[address];
+ const float delta_f_m = MOMENTUM_FACTOR * dw;
+ grad_w[y_filter] += delta_f_m;
+ prev_grad_w[address] = grad_w[y_filter];
+#endif
+ filter[address] -= grad_w[y_filter];
+ }
+#if BIAS_TERM
+ if(ifm == 0 && x_filter == 0)
+ {
+#if MOMENTUM
+ UNIT_TYPE update_gradient_b = lr * grad_b + prev_grad_b[ofm] * MOMENTUM_FACTOR;
+ bias[ofm] -= update_gradient_b;
+ prev_grad_b[ofm] = update_gradient_b;
+#else
+ bias[ofm] -= lr * grad_b;
+#endif
+ }
+#endif
+} \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_grad_weights_ref.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_grad_weights_ref.cl
index 2eb8f610a..cba96cbc3 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_grad_weights_ref.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_grad_weights_ref.cl
@@ -16,14 +16,14 @@
KERNEL(convolution_grad_weights_gpu_ref)(
const __global UNIT_TYPE* input_grad,
__global UNIT_TYPE* output,
- __global UNIT_TYPE* filter,
+ __global float* filter,
#if BIAS_TERM
- __global UNIT_TYPE* bias,
+ __global float* bias,
#endif
#if MOMENTUM
- __global UNIT_TYPE* prev_grad_w,
+ __global float* prev_grad_w,
#if BIAS_TERM
- __global UNIT_TYPE* prev_grad_b,
+ __global float* prev_grad_b,
#endif
#endif
const __global UNIT_TYPE* input,
@@ -49,10 +49,10 @@ KERNEL(convolution_grad_weights_gpu_ref)(
for(int b = 0; b < INPUT0_BATCH_NUM; b++)
{
- UNIT_TYPE result = UNIT_VAL_ZERO;
+ ACCUMULATOR_TYPE result = ACCUMULATOR_TYPE_ZERO;
#if BIAS_TERM
- UNIT_TYPE result_bias = UNIT_VAL_ZERO;
+ ACCUMULATOR_TYPE result_bias = ACCUMULATOR_TYPE_ZERO;
#endif
const uint grad_split_offset = split_idx * INPUT0_FEATURE_PITCH * FILTER_OFM_NUM;
@@ -68,16 +68,16 @@ KERNEL(convolution_grad_weights_gpu_ref)(
const bool zero_x = input_offset_x >= INPUT1_SIZE_X || input_offset_x < 0;
#if BIAS_TERM
uint input_grad_idx = grad_split_offset + b*INPUT0_BATCH_PITCH + ofm*INPUT0_FEATURE_PITCH + j*INPUT0_X_PITCH + i*INPUT0_Y_PITCH;
- UNIT_TYPE grad = input_grad[input_grad_idx];
+ ACCUMULATOR_TYPE grad = TO_ACCUMULATOR_TYPE(input_grad[input_grad_idx]);
#endif
if(!zero_x && !zero_y)
{
uint input_idx = in_split_offset + b*INPUT1_BATCH_PITCH + ifm*INPUT1_FEATURE_PITCH + (uint)input_offset_x*INPUT1_X_PITCH + (uint)input_offset_y*INPUT1_Y_PITCH;
#if BIAS_TERM
- result = fma(input[input_idx], grad, result);
+ result = fma(TO_ACCUMULATOR_TYPE(input[input_idx]), grad, result);
#else
uint input_grad_idx = grad_split_offset + b*INPUT0_BATCH_PITCH + ofm*INPUT0_FEATURE_PITCH + j*INPUT0_X_PITCH + i*INPUT0_Y_PITCH;
- result = fma(input[input_idx], input_grad[input_grad_idx], result);
+ result = fma(TO_ACCUMULATOR_TYPE(input[input_idx]), TO_ACCUMULATOR_TYPE(input_grad[input_grad_idx]), result);
#endif
}
#if BIAS_TERM
@@ -94,7 +94,7 @@ KERNEL(convolution_grad_weights_gpu_ref)(
}
#if MOMENTUM
- UNIT_TYPE update_gradient_w = lr * (grad_w + DECAY_RATE * filter[weights_idx]) + prev_grad_w[weights_idx] * MOMENTUM_FACTOR;
+ float update_gradient_w = lr * (grad_w + DECAY_RATE * filter[weights_idx]) + prev_grad_w[weights_idx] * MOMENTUM_FACTOR;
filter[weights_idx] -= update_gradient_w;
prev_grad_w[weights_idx] = update_gradient_w;
#else
@@ -105,7 +105,7 @@ KERNEL(convolution_grad_weights_gpu_ref)(
if(ifm == 0 && id_x == 0 && id_y == 0)
{
#if MOMENTUM
- UNIT_TYPE update_gradient_b = lr * grad_b + prev_grad_b[ofm] * MOMENTUM_FACTOR;
+ float update_gradient_b = lr * grad_b + prev_grad_b[ofm] * MOMENTUM_FACTOR;
bias[ofm] -= update_gradient_b;
prev_grad_b[ofm] = update_gradient_b;
#else
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_grad_weights_yxfb.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_grad_weights_yxfb.cl
index be35a8fb4..1d6ffeafd 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_grad_weights_yxfb.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/convolution_grad_weights_yxfb.cl
@@ -57,20 +57,20 @@ KERNEL(convolution_grad_weights_gpu_ref)(
for(int y = 0; y < INPUT0_SIZE_Y; y++)
{
const int input_offset_y = in_y + y * STRIDE_SIZE_Y;
- const bool zero_y = input_offset_y >= INPUT1_SIZE_Y || input_offset_y < 0;
+ const bool zero_y = input_offset_y >= INPUT1_SIZE_Y || input_offset_y < 0;
for (uint x = 0; x < INPUT0_SIZE_X; x++)
{
const int input_offset_x = in_x + x * STRIDE_SIZE_X;
- const bool zero_x = input_offset_x >= INPUT1_SIZE_X || input_offset_x < 0;
+ const bool zero_x = input_offset_x >= INPUT1_SIZE_X || input_offset_x < 0;
for (uint b = 0; b < INPUT0_BATCH_NUM / 16; b++)
{
#if BIAS_TERM
uint input_grad_idx = grad_split_offset + b*16*INPUT0_BATCH_PITCH + ofm*INPUT0_FEATURE_PITCH + x*INPUT0_X_PITCH + y*INPUT0_Y_PITCH;
UNIT_TYPE grad = as_float(intel_sub_group_block_read((const __global uint*)(input_grad + input_grad_idx)));
- grad_b += grad;
+ grad_b += grad;
#endif
- if(!zero_x && !zero_y)
- {
+ if(!zero_x && !zero_y)
+ {
uint input_idx = in_split_offset + b*16*INPUT1_BATCH_PITCH + ifm*INPUT1_FEATURE_PITCH + (uint)input_offset_x*INPUT1_X_PITCH + (uint)input_offset_y*INPUT1_Y_PITCH;
#if BIAS_TERM
grad_w = fma(as_float(intel_sub_group_block_read((const __global uint*)(input + input_idx))), grad, grad_w);
@@ -78,8 +78,8 @@ KERNEL(convolution_grad_weights_gpu_ref)(
uint input_grad_idx = grad_split_offset + b*16*INPUT0_BATCH_PITCH + ofm*INPUT0_FEATURE_PITCH + x*INPUT0_X_PITCH + y*INPUT0_Y_PITCH;
grad_w = fma(as_float(intel_sub_group_block_read((const __global uint*)(input + input_idx))), as_float(intel_sub_group_block_read((const __global uint*)(input_grad + input_grad_idx))), grad_w);
#endif
- }
- }
+ }
+ }
}
}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/deconvolution_gpu_bfyx_opt.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/deconvolution_gpu_bfyx_opt.cl
index 659742ecf..2b2e0c962 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/deconvolution_gpu_bfyx_opt.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/deconvolution_gpu_bfyx_opt.cl
@@ -24,7 +24,11 @@ KERNEL(deconvolution_gpu_bfyx_opt)(
#if BIAS_TERM
const __global UNIT_TYPE* bias,
#endif
- uint split_idx)
+ uint split_idx
+#if FUSED_ELTWISE
+ , const __global UNIT_TYPE* fuse_input
+#endif
+ )
{
UNIT_TYPE result = UNIT_VAL_ZERO;
@@ -104,8 +108,17 @@ KERNEL(deconvolution_gpu_bfyx_opt)(
#endif
const uint out_split_offset = split_idx * OUTPUT_FEATURE_PITCH * FILTER_OFM_NUM;
const uint dst_index = OUTPUT_OFFSET + out_split_offset + batch_offset*OUTPUT_BATCH_PITCH + ofm_offset*OUTPUT_FEATURE_PITCH + id_y*OUTPUT_Y_PITCH + id_x*OUTPUT_X_PITCH;
+#if FUSED_ELTWISE
+ const uint fused_index = INPUT1_OFFSET + split_idx * INPUT1_FEATURE_PITCH * FILTER_OFM_NUM + batch_offset*INPUT1_BATCH_PITCH + ofm_offset*INPUT1_FEATURE_PITCH + id_y*INPUT1_Y_PITCH + id_x*INPUT1_X_PITCH;
+#if !GRADIENT
+ output[dst_index] = ACTIVATION(result + fuse_input[fused_index], NL_M, NL_N);
+#else
+ output[dst_index] = result + fuse_input[fused_index];
+#endif
+#else
output[dst_index] = ACTIVATION(result, NL_M, NL_N);
+#endif
}
#undef ACTIVATION
-#undef WORK_GROUP_GROUP_SIZE \ No newline at end of file
+#undef WORK_GROUP_GROUP_SIZE
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/deconvolution_gpu_ref.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/deconvolution_gpu_ref.cl
index 6fafd4afd..d2a369b22 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/deconvolution_gpu_ref.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/deconvolution_gpu_ref.cl
@@ -21,7 +21,11 @@ KERNEL(deconvolution_gpu_yxfb_ref)(
#if BIAS_TERM
const __global UNIT_TYPE* bias,
#endif
- uint split_idx)
+ uint split_idx
+#if FUSED_ELTWISE
+ , const __global UNIT_TYPE* fuse_input
+#endif
+ )
{
UNIT_TYPE result = UNIT_VAL_ZERO;
@@ -95,7 +99,17 @@ KERNEL(deconvolution_gpu_yxfb_ref)(
#endif
const uint out_split_offset = split_idx * OUTPUT_FEATURE_PITCH * FILTER_OFM_NUM;
const uint dst_index = OUTPUT_OFFSET + out_split_offset + batch_offset*OUTPUT_BATCH_PITCH + ofm_offset*OUTPUT_FEATURE_PITCH + out_y*OUTPUT_Y_PITCH + out_x*OUTPUT_X_PITCH;
+#if FUSED_ELTWISE
+ const uint fused_index = INPUT1_OFFSET + split_idx * INPUT1_FEATURE_PITCH * FILTER_OFM_NUM + batch_offset*INPUT1_BATCH_PITCH + ofm_offset*INPUT1_FEATURE_PITCH + out_y*INPUT1_Y_PITCH + out_x*INPUT1_X_PITCH;
+#if !GRADIENT
+ output[dst_index] = ACTIVATION(result + fuse_input[fused_index], NL_M, NL_N);
+#else
+ output[dst_index] = result + fuse_input[fused_index];
+#endif
+
+#else
output[dst_index] = ACTIVATION(result, NL_M, NL_N);
+#endif
}
#undef ACTIVATION
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/eltwise_fs_bs_yx_bsv4_fsv32.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/eltwise_fs_bs_yx_bsv4_fsv32.cl
new file mode 100644
index 000000000..fe5e4a8a4
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/eltwise_fs_bs_yx_bsv4_fsv32.cl
@@ -0,0 +1,78 @@
+/*
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+*/
+
+#include "include/include_all.cl"
+
+#define GET_INDEX(src) \
+ GET_DATA_FS_BS_YX_BSV4_FSV32_INDEX(src, d4, d3, d2, d1)
+
+int16 FUNC(get_int16)(const __global UNIT_TYPE* src, uint idx)
+{
+ int4 int_data = as_int4(intel_sub_group_block_read4((const __global uint*)(src + idx)));
+ int16 to_return;
+ for(uint b = 0; b < 4; b++)
+ {
+ for(uint f = 0; f < 4; f++)
+ {
+ to_return[b * 4 + f] = as_char4(int_data[b])[f];
+ }
+ }
+ return to_return;
+}
+#define GET_INPUT(A, B) FUNC_CALL(get_int16)(A, GET_INDEX(B))
+
+__attribute__((intel_reqd_sub_group_size(8)))
+KERNEL(eltwise_fs_bs_yx_bsv4_fsv32)(
+ INPUTS_DECLS
+ __global UNIT_TYPE* output
+#if CALIBRATION_TERM
+ , const __global float* calibrations
+#endif
+ )
+{
+ const uint of_32_aligned = ((OUTPUT_FEATURE_NUM + 31) / 32) * 32;
+ const uint d1 = get_global_id(0); // X
+ const uint d2 = get_global_id(1); // Y
+ const uint d3 = (get_global_id(2) * 4) % of_32_aligned; // Feature
+ const uint d4 = 4 * ((get_global_id(2) * 4) / of_32_aligned); // Batch
+
+ int16 res;
+
+ DO_ELTWISE;
+
+ int4 char_result;
+ for(uint b = 0; b < 4; b++)
+ {
+ char4 char_res;
+ for(uint f = 0; f < 4; f++)
+ {
+ int res_tmp = res[b * 4 + f];
+ #if CALIBRATION_TERM
+ res_tmp = (int)round(((float)res_tmp) * calibrations[d3+f]);
+ #else // CALIBRATION_TERM
+ res_tmp = (int)round(((float)res_tmp) * O_QF);
+ #endif // CALIBRATION_TERM
+ char_res[f] = ACTIVATION(convert_char(res_tmp), NL_M, NL_N);
+ }
+ // pack 4 chars into int
+ char_result[b] = as_int(char_res);
+ }
+
+ uint output_offset = GET_DATA_FS_BS_YX_BSV4_FSV32_INDEX(OUTPUT, d4, d3, d2, d1);
+ intel_sub_group_block_write4((__global uint*)(output + output_offset), as_uint4(char_result));
+}
+
+#undef GET_INDEX
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/embed_ref.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/embed_ref.cl
index b23f08a70..c51a61e3a 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/embed_ref.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/embed_ref.cl
@@ -13,7 +13,8 @@
// limitations under the License.
-#include "include/include_all.cl"
+#include "include/common.cl"
+#include "include/data_types.cl"
KERNEL(embed_ref)(const __global UNIT_TYPE* input0, __global UNIT_TYPE* output, __global UNIT_TYPE* weights, __global UNIT_TYPE* biases)
{
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/fully_connected_gpu_MMAD.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/fully_connected_gpu_MMAD.cl
index 65a8149ac..dde840da7 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/fully_connected_gpu_MMAD.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/fully_connected_gpu_MMAD.cl
@@ -14,7 +14,7 @@
#include "include/common.cl"
-#include "include/activation_functions.cl"
+
#include "include/data_types.cl"
#include "include/fetch.cl"
#include "include/mmad.cl"
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/fully_connected_gpu_bf_io_input_spatial.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/fully_connected_gpu_bf_io_input_spatial.cl
index e0d827da1..c01814b9a 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/fully_connected_gpu_bf_io_input_spatial.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/fully_connected_gpu_bf_io_input_spatial.cl
@@ -26,6 +26,7 @@
// - RELU - [0/1] Indicates that ReLU activation function should be used on output.
// - NEGATIVE_SLOPE - [float] Factor for negative output values (required when ReLU is specified).
+#define ACC_TYPE float
__attribute__((intel_reqd_sub_group_size(16)))
KERNEL (fully_connected_gpu_bf_io_input_spatial)(
@@ -42,7 +43,7 @@ KERNEL (fully_connected_gpu_bf_io_input_spatial)(
const uint batch_id = get_global_id(1);
const uint outXIdx = batch_id * FILTER_OFM_NUM + x;
- UNIT_TYPE result = UNIT_VAL_ZERO;
+ ACC_TYPE result = UNIT_VAL_ZERO;
uint input_idx = batch_id * INPUT0_ELEMENTS_COUNT + get_sub_group_local_id();
input_idx = MULTIPLY_OFFSET(UNIT_TYPE, input_idx);
@@ -66,7 +67,7 @@ KERNEL (fully_connected_gpu_bf_io_input_spatial)(
s_w_idx += MULTIPLY_OFFSET(UNIT_TYPE, FILTER_OFM_NUM * 16);
}
input_idx -= MULTIPLY_OFFSET(UNIT_TYPE, get_sub_group_local_id());
- weight_idx += MULTIPLY_OFFSET(UNIT_TYPE, input_slices * FILTER_OFM_NUM);
+ weight_idx += MULTIPLY_OFFSET(UNIT_TYPE, input_slices * FILTER_OFM_NUM);
for (uint i = 0; i < INPUT0_ELEMENTS_COUNT % 16; i++)
{
UNIT_TYPE _in = *OFFSET_GLOBAL_PTR(UNIT_TYPE, input, input_idx);
@@ -81,7 +82,7 @@ KERNEL (fully_connected_gpu_bf_io_input_spatial)(
#endif
if(x < FILTER_OFM_NUM)
{
- output[x] = ACTIVATION(result, NL_M, NL_N);
+ output[x] = ACTIVATION((UNIT_TYPE)(result), NL_M, NL_N);
}
}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/fully_connected_gpu_mmad_batched.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/fully_connected_gpu_mmad_batched.cl
new file mode 100644
index 000000000..fe4496ab1
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/fully_connected_gpu_mmad_batched.cl
@@ -0,0 +1,115 @@
+// Copyright (c) 2016-2017 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+#include "include/common.cl"
+
+#include "include/data_types.cl"
+#include "include/fetch.cl"
+#include "include/mmad.cl"
+
+#define FILTER_IFM_MMAD_NUM ((FILTER_IFM_NUM + 31) / 32)
+#define FILTER_OFM_MMAD_NUM ((FILTER_OFM_NUM + 7) / 8)
+#define FILTER_IFM_ALIGNED (FILTER_IFM_MMAD_NUM * 32)
+#define FILTER_OFM_ALIGNED (FILTER_OFM_MMAD_NUM * 8)
+
+__attribute__((intel_reqd_sub_group_size(8)))
+KERNEL(fully_connected_kernel_mmad_batched)(
+ const __global INPUT0_TYPE* input,
+ __global OUTPUT_TYPE* output,
+ const __global FILTER_TYPE* weights
+#if BIAS_TERM
+ , const __global BIAS_TYPE* biases
+#endif
+#if QUANTIZATION_TERM
+ ,const __global float* quantizations
+#endif
+#if CALIBRATION_TERM
+ ,const __global float* calibrations
+#endif
+ )
+{
+ const uint sg_channel = get_sub_group_local_id();
+
+ const uint batch_id = (uint)get_group_id(0) * 8;
+ const uint b_block = batch_id / 4;
+ const uint f = get_global_id(1) % FILTER_OFM_ALIGNED;
+
+ uint in_addr = IN_OFFSET + b_block * IN_B_BLOCK_PITCH;
+
+ const uint filter_offset = (get_group_id(1) % FILTER_OFM_MMAD_NUM) * FILTER_OFM_BLOCK_PITCH;
+ uint filter_idx = filter_offset;
+
+ int8 tileA;
+ int8 tileB;
+ int8 tileC = 0;
+
+ for(uint z = 0; z < FILTER_IFM_MMAD_NUM; z++ )
+ {
+ for (uint k = 0; k < FILTER_SIZE_X * FILTER_SIZE_Y; ++k)
+ {
+ // load A tile ( input )
+ // load 8 batches 4 channels per WI, so we'll have 8x32 block
+
+ tileA.lo = as_int4(intel_sub_group_block_read4((const __global uint*)(input + in_addr)));
+ tileA.hi = as_int4(intel_sub_group_block_read4((const __global uint*)(input + in_addr + IN_B_BLOCK_PITCH)));
+
+ // load B tile ( weights )
+ tileB = as_int8(intel_sub_group_block_read8((const __global uint*)(weights + filter_idx)));
+
+ // compute C tile ( output )
+ tileC = MMAD_8x8(tileA, tileB, tileC); // here we output 8 batches per workitem, and each workitem gets different output feature
+
+ in_addr += 32 * 4; // 4 batches * 4 features per channel * 8 SIMD channels
+ filter_idx += 32*8; // 32 features per channel * 8 output features per SIMD channel
+ }
+ in_addr += IN_F_BLOCK_PITCH;
+ in_addr -= (FILTER_SIZE_X * FILTER_SIZE_Y * 32 * 4);
+ }
+
+#if BIAS_TERM
+#if BIAS_PER_OUTPUT
+ const uint bias_index = GET_DATA_INDEX(BIAS, batch_id, f, y, x);
+#elif BIAS_PER_OFM
+ const uint bias_index = f;
+#endif
+ for(uint i = 0; i < 8; i++)
+ {
+#if CALIBRATION_TERM
+ tileC[i] = (UNIT_TYPE)round(((float)tileC[i] * quantizations[f] * I_QF + biases[bias_index]) * calibrations[f]);
+#else // CALIBRATION_TERM
+ tileC[i] = (UNIT_TYPE)round(((float)tileC[i] * quantizations[f] * I_QF + biases[bias_index]) * O_QF);
+#endif // CALIBRATION_TERM
+ }
+#endif // BIAS_TERM
+
+ // save to output
+ if(f < FILTER_OFM_NUM)
+ {
+ for(uint i = 0; i < 8; i++)
+ {
+ const uint curr_b = batch_id + i;
+#if defined OUTPUT_LAYOUT_FS_BS_YX_BSV4_FSV32
+ const uint dst_index = GET_DATA_FS_BS_YX_BSV4_FSV32_INDEX(OUTPUT, curr_b, f, 0, 0);
+#else
+ const uint dst_index = GET_DATA_INDEX(OUTPUT, curr_b, f, 0, 0);
+#endif
+ output[dst_index] = ACTIVATION(convert_char(tileC[i]), NL_M, NL_N);
+ }
+ }
+}
+
+#undef FILTER_IFM_MMAD_NUM
+#undef FILTER_OFM_MMAD_NUM
+#undef FILTER_IFM_ALIGNED
+#undef FILTER_OFM_ALIGNED \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/fully_connected_grad_weights_gpu_ref.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/fully_connected_grad_weights_gpu_ref.cl
index 2e0f43d29..7b911d4f1 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/fully_connected_grad_weights_gpu_ref.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/fully_connected_grad_weights_gpu_ref.cl
@@ -18,14 +18,14 @@
KERNEL(fully_connected_grad_weights_gpu_ref)(
const __global INPUT0_TYPE* input_grad,
__global OUTPUT_TYPE* output,
- __global FILTER_TYPE* weights,
+ __global float* weights,
#if BIAS_TERM
- __global UNIT_TYPE* bias,
+ __global float* bias,
#endif
#if MOMENTUM
- __global UNIT_TYPE* prev_grad_w,
+ __global float* prev_grad_w,
#if BIAS_TERM
- __global UNIT_TYPE* prev_grad_b,
+ __global float* prev_grad_b,
#endif
#endif
const __global INPUT1_TYPE* input,
@@ -48,15 +48,15 @@ KERNEL(fully_connected_grad_weights_gpu_ref)(
{
const uint input_grad_idx = GET_DATA_INDEX(INPUT0, b, 0, 0, ofm);
const uint input_idx = GET_DATA_INDEX(INPUT1, b, ifm, id_y, id_x);
- UNIT_TYPE grad = input_grad[input_grad_idx];
- grad_w += input[input_idx] * grad;
+ ACCUMULATOR_TYPE grad = TO_ACCUMULATOR_TYPE(input_grad[input_grad_idx]);
+ grad_w += TO_ACCUMULATOR_TYPE(input[input_idx] * grad);
#if BIAS_TERM
- grad_b += grad;
+ grad_b += TO_ACCUMULATOR_TYPE(grad);
#endif
}
#if MOMENTUM
- UNIT_TYPE update_gradient_w = lr * (grad_w + DECAY_RATE * weights[filter_idx]) + prev_grad_w[filter_idx] * MOMENTUM_FACTOR;
+ float update_gradient_w = lr * (grad_w + DECAY_RATE * weights[filter_idx]) + prev_grad_w[filter_idx] * MOMENTUM_FACTOR;
weights[filter_idx] -= update_gradient_w;
prev_grad_w[filter_idx] = update_gradient_w;
#else
@@ -67,7 +67,7 @@ KERNEL(fully_connected_grad_weights_gpu_ref)(
if(ifm == 0 && id_x == 0 && id_y == 0)
{
#if MOMENTUM
- UNIT_TYPE update_gradient_b = lr * grad_b + prev_grad_b[ofm] * MOMENTUM_FACTOR;
+ float update_gradient_b = lr * grad_b + prev_grad_b[ofm] * MOMENTUM_FACTOR;
bias[ofm] -= update_gradient_b;
prev_grad_b[ofm] = update_gradient_b;
#else
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/gemm_ref.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/gemm_ref.cl
new file mode 100644
index 000000000..26656ab58
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/gemm_ref.cl
@@ -0,0 +1,68 @@
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+
+#include "include/common.cl"
+#include "include/data_types.cl"
+
+KERNEL(gemm_ref)
+ (const __global UNIT_TYPE* input0,
+ const __global UNIT_TYPE* input1,
+#if OUT_BIAS_TERM
+ const __global UNIT_TYPE* input2,
+#endif
+ __global UNIT_TYPE* output)
+{
+ const uint x = (uint)get_global_id(0);
+ const uint y = (uint)get_global_id(1);
+ const uint b = (uint)get_global_id(2);
+ uint in0_idx=0;
+ uint in1_idx=0;
+ float value = 0;
+
+#if TRANSPOSE_INPUT1
+for (uint i = 0; i < Y1; ++i)
+ {
+ in0_idx = i * X1 + x + b * X1 * Y1;
+#else
+ for (uint i = 0; i < X1; ++i)
+ {
+ in0_idx = x * X1 + i + b * X1 * Y1;
+#endif
+
+#if TRANSPOSE_INPUT2
+ in1_idx = y * X2 + i + b * X2 * Y2;
+#else
+ in1_idx = i * X2 + y + b * X2 * Y2;
+#endif
+
+ value = fma(input0[in0_idx], input1[in1_idx], value);
+ }
+#if TRANSPOSE_INPUT1 && TRANSPOSE_INPUT2
+ uint out_idx = y * X1 + x + b * X1 * Y2;
+#elif TRANSPOSE_INPUT1
+ uint out_idx = x * X2 + y + b * X1 * Y1;
+#elif TRANSPOSE_INPUT2
+ uint out_idx = x * Y2 + y + b * X2 * Y2;
+#else
+ uint out_idx = x * X2 + y + b * X2 * Y1;
+#endif
+
+ float beta_out = 0;
+#if OUT_BIAS_TERM
+ beta_out = BETA * input2[out_idx];
+#endif
+ output[out_idx] = fma(ALPHA, value, beta_out);
+}
+ \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/include/activation_functions.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/include/activation_functions.cl
deleted file mode 100644
index a7d776459..000000000
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/include/activation_functions.cl
+++ /dev/null
@@ -1,67 +0,0 @@
-/*
-// Copyright (c) 2016 Intel Corporation
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-*/
-#include "common.cl"
-
-// TODO: use native_exp and use cast for APL
-#define ACTIVATION_LOGISTIC(input) (UNIT_VAL_ONE/(UNIT_VAL_ONE + exp(-input)))
-#define ACTIVATION_HYPERBOLIC_TAN(input) (tanh(input))
-#define ACTIVATION_RELU(input) (UNIT_MAX_FUNC(UNIT_VAL_ZERO, input))
-#define ACTIVATION_RELU_NEGATIVE_SLOPE(input, slope) isinf(TO_UNIT_TYPE(slope)) ? ((input >= UNIT_VAL_ZERO) ? \
- input : -TO_UNIT_TYPE(slope)) : \
- (UNIT_MAX_FUNC(input, UNIT_VAL_ZERO) + TO_UNIT_TYPE(slope) * UNIT_MIN_FUNC(input, UNIT_VAL_ZERO))
-#define ACTIVATION_ELU(input, alpha) (UNIT_MAX_FUNC(input, UNIT_VAL_ZERO) + \
- TO_UNIT_TYPE(alpha) * (exp(UNIT_MIN_FUNC(input, UNIT_VAL_ZERO)) - UNIT_VAL_ONE));
-#define ACTIVATION_CLAMP(input, m, n) (UNIT_MAX_FUNC(TO_UNIT_TYPE(m), UNIT_MIN_FUNC(TO_UNIT_TYPE(n), input)))
-#define ACTIVATION_SOFTRELU(input) (log(UNIT_VAL_ONE + exp(input)))
-#define ACTIVATION_ABS(input) (fabs(input))
-#define ACTIVATION_LINEAR(input, m, n) (m*input + n)
-#define ACTIVATION_SQUARE(input) (input*input)
-#define ACTIVATION_SQRT(input) (sqrt(input))
-
-#define ACTIVATION_RELU_GRAD(input_grad, input) (input_grad * (input > UNIT_VAL_ZERO ? TO_UNIT_TYPE(1) : TO_UNIT_TYPE(0)))
-#define ACTIVATION_RELU_NEGATIVE_SLOPE_GRAD(input_grad, input, slope) (input_grad * ((input > UNIT_VAL_ZERO ? TO_UNIT_TYPE(1) : TO_UNIT_TYPE(0)) + TO_UNIT_TYPE(slope) * (input <= 0 ? TO_UNIT_TYPE(1) : TO_UNIT_TYPE(0))))
-
-#if defined ACTIVATION_FUNCTION_LOGISTIC
- #define ACTIVATION(input, m, n) ACTIVATION_LOGISTIC(input)
-#elif defined ACTIVATION_FUNCTION_HYPERBOLIC_TAN
- #define ACTIVATION(input, m, n) ACTIVATION_HYPERBOLIC_TAN(input)
-#elif defined ACTIVATION_FUNCTION_RELU
- #define ACTIVATION(input, m, n) ACTIVATION_RELU(input)
-#elif defined ACTIVATION_FUNCTION_RELU_NEGATIVE_SLOPE
- #define ACTIVATION(input, m, n) ACTIVATION_RELU_NEGATIVE_SLOPE(input, m)
-#elif defined ACTIVATION_FUNCTION_CLAMP
- #define ACTIVATION(input, m, n) ACTIVATION_CLAMP(input, m, n)
-#elif defined ACTIVATION_FUNCTION_SOFTRELU
- #define ACTIVATION(input, m, n) ACTIVATION_SOFTRELU(input)
-#elif defined ACTIVATION_FUNCTION_ABS
- #define ACTIVATION(input, m, n) ACTIVATION_ABS(input)
-#elif defined ACTIVATION_FUNCTION_LINEAR
- #define ACTIVATION(input, m, n) ACTIVATION_LINEAR(input, m, n)
-#elif defined ACTIVATION_FUNCTION_SQUARE
- #define ACTIVATION(input, m, n) ACTIVATION_SQUARE(input)
-#elif defined ACTIVATION_FUNCTION_SQRT
- #define ACTIVATION(input, m, n) ACTIVATION_SQRT(input)
-#elif defined ACTIVATION_FUNCTION_ELU
- #define ACTIVATION(input, m, n) ACTIVATION_ELU(input, m)
-#elif defined ACTIVATION_FUNCTION_RELU_GRAD
- #define ACTIVATION(input_grad, input, m, n) ACTIVATION_RELU_GRAD(input_grad, input)
-#elif defined ACTIVATION_FUNCTION_RELU_NEGATIVE_SLOPE_GRAD
- #define ACTIVATION(input_grad, input, m, n) ACTIVATION_RELU_NEGATIVE_SLOPE_GRAD(input_grad, input, m)
-#elif defined ACTIVATION_FUNCTION_NONE_GRAD
- #define ACTIVATION(input_grad, input, m, n) input_grad
-#else
- #define ACTIVATION(input, m, n) input
-#endif
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/include/data_types.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/include/data_types.cl
index 61cc5e297..99492168d 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/include/data_types.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/include/data_types.cl
@@ -21,47 +21,8 @@
// TODO: currently we calculate on float32 because it's lot of "add" operation and it stuck on the value "8192.0f"
#if !defined(ACCUMULATOR_TYPE)
#define ACCUMULATOR_TYPE float
-#endif
-
-
-#if FP16_UNIT_USED
- #ifndef UNIT_TYPE
- #define UNIT_TYPE half
- #endif
-
- #define UNIT_VAL_MAX HALF_MAX
- #define UNIT_VAL_MIN -UNIT_VAL_MAX
- #define UNIT_VAL_ONE 1.0h
- #define UNIT_VAL_ZERO 0.0h
- #define TO_UNIT_TYPE(v) convert_half(v)
- #define UNIT_MAX_FUNC fmax
- #define UNIT_MIN_FUNC fmin
-
-#elif INT8_UNIT_USED
- #ifndef UNIT_TYPE
- #define UNIT_TYPE char
- #endif
-
- #define UNIT_VAL_MAX CHAR_MAX
- #define UNIT_VAL_MIN -UNIT_VAL_MAX
- #define UNIT_VAL_ONE (char) 1
- #define UNIT_VAL_ZERO (char) 0
- #define TO_UNIT_TYPE(v) convert_char(v)
- #define UNIT_MAX_FUNC max
- #define UNIT_MIN_FUNC min
-
-#else
- #ifndef UNIT_TYPE
- #define UNIT_TYPE float
- #endif
-
- #define UNIT_VAL_MAX FLT_MAX
- #define UNIT_VAL_MIN -UNIT_VAL_MAX
- #define UNIT_VAL_ONE 1.0f
- #define UNIT_VAL_ZERO 0.0f
- #define TO_UNIT_TYPE(v) (float)(v)
- #define UNIT_MAX_FUNC fmax
- #define UNIT_MIN_FUNC fmin
+ #define TO_ACCUMULATOR_TYPE(v) (float)(v)
+ #define ACCUMULATOR_TYPE_ZERO 0.0f
#endif
// Creates vector type.
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/include/fetch.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/include/fetch.cl
index 42ff9f24a..582e9f525 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/include/fetch.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/include/fetch.cl
@@ -79,6 +79,45 @@ inline uint FUNC(get_byxf_af32_index)(uint b, uint f, uint y, uint x, uint y_pit
CAT(prefix, _FEATURE_NUM), \
CAT(prefix, _OFFSET))
+inline uint FUNC(get_fs_bs_yx_bsv4_fsv32_index)(uint b, uint f, uint y, uint x,
+ uint x_pad_before, uint x_size, uint x_pad_after,
+ uint y_pad_before, uint y_size, uint y_pad_after,
+ uint size_f, uint size_b)
+{
+ const uint f_32_aligned = ((size_f + 31)/32) * 32;
+ const uint b_4_aligned = ((size_b + 3)/4) * 4;
+ const uint fsv_idx = f % 32;
+ const uint bsv_idx = b % 4;
+ const uint fs_idx = f / 32;
+ const uint bs_idx = b / 4;
+
+ const uint x_pitch = 32 * 4;
+ const uint y_pitch = 32 * 4 * (x_pad_before + x_size + x_pad_after);
+ const uint bs_pitch = y_pitch * (y_pad_before + y_size + y_pad_after);
+ const uint fs_pitch = bs_pitch * (b_4_aligned / 4);
+ uint offset = x_pitch * x_pad_before + y_pitch * y_pad_before;
+
+ size_t idx = offset + fsv_idx + bsv_idx * 32;
+ idx += 32*4 * x;
+ idx += y * y_pitch;
+ idx += bs_idx * bs_pitch;
+ idx += fs_idx * fs_pitch;
+
+ return idx;
+}
+
+#define GET_DATA_FS_BS_YX_BSV4_FSV32_INDEX(prefix, b, f, y, x)\
+ FUNC_CALL(get_fs_bs_yx_bsv4_fsv32_index)( \
+ b, f, y, x, \
+ CAT(prefix, _PAD_BEFORE_SIZE_X), \
+ CAT(prefix, _SIZE_X), \
+ CAT(prefix, _PAD_AFTER_SIZE_X), \
+ CAT(prefix, _PAD_BEFORE_SIZE_Y), \
+ CAT(prefix, _SIZE_Y), \
+ CAT(prefix, _PAD_AFTER_SIZE_Y), \
+ CAT(prefix, _FEATURE_NUM), \
+ CAT(prefix, _BATCH_NUM))
+
#define GET_FILTER_INDEX(prefix, o, i, y, x) \
CAT(prefix, _OFFSET) + \
(x)*CAT(prefix, _X_PITCH) + \
@@ -210,6 +249,23 @@ inline uint FUNC(get_os_is_yx_isa8_osv8_isv4_index)(uint o, uint i, uint y, uint
CAT(prefix, _OFM_NUM), \
CAT(prefix, _OFFSET))
+
+inline uint FUNC(get_is_o_yx_isv32_index)(uint o, uint i, uint y, uint x, uint i_size, uint o_size, uint x_size, uint y_size)
+{
+ const uint i_aligned_to_32 = ((i_size + 31) / 32) * 32;
+ const uint i_val = i % 32;
+ const uint i_slice = i / 32;
+ const size_t idx = i_val + 32* (x + x_size * (y + y_size * (o + o_size * i_slice) ) );
+ return idx;
+}
+
+#define GET_FILTER_IS_O_YX_ISV32(prefix, o, i, y, x)\
+ FUNC_CALL(get_is_o_yx_isv32_index)(\
+ o, i, y, x, CAT(prefix, _IFM_NUM),\
+ CAT(prefix, _OFM_NUM),\
+ CAT(prefix, _SIZE_X),\
+ CAT(prefix, _SIZE_Y))
+
#define DECLARE_SAMPLER const sampler_t imageSampler = CLK_NORMALIZED_COORDS_FALSE | CLK_ADDRESS_CLAMP | CLK_FILTER_NEAREST
#if FP16_UNIT_USED
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/include/include_all.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/include/include_all.cl
index 6156a7675..6b030bc31 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/include/include_all.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/include/include_all.cl
@@ -16,7 +16,6 @@
#include "common.cl"
#include "data_types.cl"
-#include "activation_functions.cl"
#include "sub_group.cl"
#include "reshape_dims.cl"
#include "fetch.cl" \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/include/mmad.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/include/mmad.cl
index 0cbcf2585..12000752e 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/include/mmad.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/include/mmad.cl
@@ -37,6 +37,25 @@ inline int FUNC(mmad8)(int8 A_scalars, int8 B_vectors, int acc)
return acc;
}
+inline int4 FUNC(mmad4x8)(int4 A_vectors, int8 B_vectors, int4 acc)
+{
+ int4 ret;
+ for(uint i = 0; i < 4; i++)
+ {
+ int8 A_scalars;
+ A_scalars.s0 = sub_group_broadcast(A_vectors[i], 0);
+ A_scalars.s1 = sub_group_broadcast(A_vectors[i], 1);
+ A_scalars.s2 = sub_group_broadcast(A_vectors[i], 2);
+ A_scalars.s3 = sub_group_broadcast(A_vectors[i], 3);
+ A_scalars.s4 = sub_group_broadcast(A_vectors[i], 4);
+ A_scalars.s5 = sub_group_broadcast(A_vectors[i], 5);
+ A_scalars.s6 = sub_group_broadcast(A_vectors[i], 6);
+ A_scalars.s7 = sub_group_broadcast(A_vectors[i], 7);
+ ret[i] = FUNC_CALL(mmad8)(A_scalars, B_vectors, acc[i]);
+ }
+ return ret;
+}
+
inline int8 FUNC(mmad8x8)(int8 A_vectors, int8 B_vectors, int8 acc)
{
int8 ret;
@@ -58,4 +77,5 @@ inline int8 FUNC(mmad8x8)(int8 A_vectors, int8 B_vectors, int8 acc)
#define MMAD_8(A, B, C) FUNC_CALL(mmad8)(A, B, C)
+#define MMAD_4x8(A, B, C) FUNC_CALL(mmad4x8)(A, B, C)
#define MMAD_8x8(A, B, C) FUNC_CALL(mmad8x8)(A, B, C)
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/index_select_gpu_ref.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/index_select_gpu_ref.cl
new file mode 100644
index 000000000..9862c1a86
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/index_select_gpu_ref.cl
@@ -0,0 +1,60 @@
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+#include "include/include_all.cl"
+
+
+KERNEL(index_select_gpu_ref)(
+ const __global UNIT_TYPE* input,
+ const __global int* indices,
+ __global UNIT_TYPE* output)
+{
+ // [CONSTEXPR]:
+ const uint input_sx = INPUT0_SIZE_X;
+ const uint input_sy = INPUT0_SIZE_Y;
+ const uint input_sf = INPUT0_FEATURE_NUM;
+ const uint input_sb = INPUT0_BATCH_NUM;
+
+ const uint out_b = (uint) get_global_id(0);
+ const uint indices_idx = (uint) get_global_id(1);
+ const uint feature_idx = (uint) get_global_id(2);
+ const uint indices_value = indices[indices_idx];
+
+ // [LOGIC]:
+#ifdef INDEX_SELECT_AXIS_BATCH
+ for(uint x = 0; x < input_sx; x++)
+ {
+ for(uint y = 0; y < input_sy; y++)
+ {
+ output[GET_DATA_INDEX(OUTPUT, indices_idx, feature_idx, y, x)] = input[GET_DATA_INDEX(INPUT0, indices_value, feature_idx, y, x)];
+ }
+ }
+#elif defined INDEX_SELECT_AXIS_FEATURE
+ for(uint x = 0; x < input_sx; x++)
+ {
+ output[GET_DATA_INDEX(OUTPUT, out_b, indices_idx, feature_idx, x)] = input[GET_DATA_INDEX(INPUT0, out_b, indices_value, feature_idx, x)];
+ }
+#elif defined INDEX_SELECT_AXIS_X
+ for(uint i = 0; i < input_sx; i++)
+ {
+ output[GET_DATA_INDEX(OUTPUT, out_b, feature_idx, i, indices_idx)] = input[GET_DATA_INDEX(INPUT0, out_b, feature_idx, i, indices_value)];
+ }
+#elif defined INDEX_SELECT_AXIS_Y
+
+ for(uint i = 0; i < input_sx; i++)
+ {
+ output[GET_DATA_INDEX(OUTPUT, out_b, feature_idx, indices_idx, i)] = input[GET_DATA_INDEX(INPUT0, out_b, feature_idx, indices_value, i)];
+ }
+#endif
+} \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lookup_table_axis.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lookup_table_axis.cl
index 5f83af9c5..99549fc9c 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lookup_table_axis.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lookup_table_axis.cl
@@ -50,7 +50,8 @@
#endif
-#include "include/include_all.cl"
+#include "include/common.cl"
+#include "include/data_types.cl"
KERNEL(lookup_table_axis)(const __global UNIT_TYPE* input0, const __global float* indices, __global UNIT_TYPE* output)
{
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lookup_table_ref.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lookup_table_ref.cl
index f223aa3e3..a8e25fd20 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lookup_table_ref.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lookup_table_ref.cl
@@ -13,7 +13,8 @@
// limitations under the License.
-#include "include/include_all.cl"
+#include "include/common.cl"
+#include "include/data_types.cl"
KERNEL(lookup_table)(const __global UNIT_TYPE* input0, const __global float* indices, __global UNIT_TYPE* output)
{
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lrn_gpu_across_channel_multiple_features.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lrn_gpu_across_channel_multiple_features.cl
index 64fd93844..bccf5ca47 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lrn_gpu_across_channel_multiple_features.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lrn_gpu_across_channel_multiple_features.cl
@@ -12,8 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+#include "include/common.cl"
+#include "include/data_types.cl"
-#include "include/include_all.cl"
#ifdef FORCE_SIMD_16
__attribute__((intel_reqd_sub_group_size(16)))
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lrn_gpu_across_channel_ref.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lrn_gpu_across_channel_ref.cl
index d96b32982..a603248d3 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lrn_gpu_across_channel_ref.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lrn_gpu_across_channel_ref.cl
@@ -12,8 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+#include "include/common.cl"
+#include "include/data_types.cl"
-#include "include/include_all.cl"
#if FP16_UNIT_USED
#define UNIT_CVT_FUNC(val) convert_half(val)
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lrn_gpu_across_channel_yxfb_b8_opt.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lrn_gpu_across_channel_yxfb_b8_opt.cl
index 74ff5d4b2..e3f214921 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lrn_gpu_across_channel_yxfb_b8_opt.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lrn_gpu_across_channel_yxfb_b8_opt.cl
@@ -12,8 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+#include "include/common.cl"
+#include "include/data_types.cl"
-#include "include/include_all.cl"
#if FP16_UNIT_USED
#define UNIT_CVT_FUNC(val) convert_half(val)
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lrn_gpu_within_channel.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lrn_gpu_within_channel.cl
index 6fe659549..6224a944f 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lrn_gpu_within_channel.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lrn_gpu_within_channel.cl
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-
-#include "include/include_all.cl"
+#include "include/common.cl"
+#include "include/data_types.cl"
KERNEL (lrn_gpu_within_channel)(const __global UNIT_TYPE* input, __global UNIT_TYPE* output)
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lrn_gpu_within_channel_opt.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lrn_gpu_within_channel_opt.cl
index 6227d4361..cadc762af 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lrn_gpu_within_channel_opt.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lrn_gpu_within_channel_opt.cl
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-
-#include "include/include_all.cl"
+#include "include/common.cl"
+#include "include/data_types.cl"
KERNEL (lrn_gpu_within_channel_opt)(const __global UNIT_TYPE* input, __global UNIT_TYPE* output)
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lrn_ref.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lrn_ref.cl
index 69d8739b1..f785a34b6 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lrn_ref.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lrn_ref.cl
@@ -17,7 +17,7 @@
#include "include/common.cl"
#include "include/fetch.cl"
#include "include/data_types.cl"
-#include "include/activation_functions.cl"
+
KERNEL(normalization)(__global const INPUT0_TYPE* input, __global OUTPUT_TYPE* output)
{
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lstm_elt_gpu_bfyx_ref.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lstm_elt_gpu_bfyx_ref.cl
index d0212e9bb..f4d8f723a 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lstm_elt_gpu_bfyx_ref.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lstm_elt_gpu_bfyx_ref.cl
@@ -15,9 +15,12 @@
#include "include/include_all.cl"
-// tempGEMM = [ 1, direction, batch, 4 * hidden_size ]
-// cell = [ 1, direction, batch, hidden_size ] optional
-// output = [ 2, direction, batch, hidden_size ] output
+#define ACTIVATION_LOGISTIC(input) (UNIT_VAL_ONE/(UNIT_VAL_ONE + exp(-input)))
+#define ACTIVATION_HYPERBOLIC_TAN(input) (tanh(input))
+
+// tempGEMM = [ batch, direction, 1, 4 * hidden_size ]
+// cell = [ batch, direction, 1, hidden_size ] optional
+// output = [ batch, direction, 2, hidden_size ] output
KERNEL(lstm_elt)(
const __global INPUT0_TYPE* input,
__global OUTPUT_TYPE* output
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lstm_gemm_gpu_bfyx_ref.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lstm_gemm_gpu_bfyx_ref.cl
index 6c0d549a9..39800750a 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lstm_gemm_gpu_bfyx_ref.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/lstm_gemm_gpu_bfyx_ref.cl
@@ -15,12 +15,16 @@
#include "include/include_all.cl"
-// input = [ 1, sequence, batch, input_size ]
+#ifndef DIRECTION
+#define DIRECTION 0
+#endif
+
+// input = [ batch, sequence, 1, input_size ]
// weights = [ 1, direction, 4 * hidden_size, input_size ]
// recurrent = [ 1, direction, 4 * hidden_size, hidden_size ]
// biases = [ 1, 1, direction, 4 * hidden_size ] optional
-// hidden = [ 1, direction, batch, hidden_size ] optional
-// tempGEMM = [ 1, direction, batch, 4 * hidden_size ] output
+// hidden = [ batch, direction, 1, hidden_size ] optional
+// tempGEMM = [ batch, direction, 1, 4 * hidden_size ] output
KERNEL(lstm_gemm)(
const __global INPUT0_TYPE* input,
__global OUTPUT_TYPE* output,
@@ -40,22 +44,21 @@ KERNEL(lstm_gemm)(
ACCUMULATOR_TYPE dotProd = 0;
for(uint x = 0; x < INPUT0_SIZE_X; ++x ) {
const uint input_idx = GET_DATA_INDEX(INPUT0, b, 0, 0, x);
- const uint weights_idx = GET_DATA_INDEX(WEIGHTS, 0, 0, y, x);
-
+ const uint weights_idx = GET_DATA_INDEX(WEIGHTS, 0, DIRECTION, y, x);
dotProd += (ACCUMULATOR_TYPE)(input[input_idx] * weights[weights_idx]);
- }
+ }
#if HIDDEN_TERM
for(uint x = 0; x < HIDDEN_SIZE_X; ++x ) {
-
const uint hidden_idx = GET_DATA_INDEX(HIDDEN, b, 0, 0, x);
- const uint recurrent_idx = GET_DATA_INDEX(RECURRENT, 0, 0, y, x);
+ const uint recurrent_idx = GET_DATA_INDEX(RECURRENT, 0, DIRECTION, y, x);
dotProd += (ACCUMULATOR_TYPE)(hidden[hidden_idx] * recurrent[recurrent_idx]);
}
#endif
#if BIAS_TERM
- dotProd += (ACCUMULATOR_TYPE)biases[y];
+ const uint bias_idx = GET_DATA_INDEX(BIAS, 0, 0, DIRECTION, y);
+ dotProd += (ACCUMULATOR_TYPE)biases[bias_idx];
#endif
const uint output_idx = GET_DATA_INDEX(OUTPUT, b, 0, 0, y);
output[output_idx] = (OUTPUT_TYPE)dotProd;
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/mvn_gpu_bfyx_opt.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/mvn_gpu_bfyx_opt.cl
index df06a369f..bbccb2b46 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/mvn_gpu_bfyx_opt.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/mvn_gpu_bfyx_opt.cl
@@ -12,8 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+#include "include/common.cl"
+#include "include/data_types.cl"
-#include "include/include_all.cl"
#if FP16_UNIT_USED
#define UNIT_CVT_FUNC(val) convert_half(val)
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/mvn_gpu_ref_accross_channels.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/mvn_gpu_ref_accross_channels.cl
index 1cea6a210..4a9383de6 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/mvn_gpu_ref_accross_channels.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/mvn_gpu_ref_accross_channels.cl
@@ -12,8 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+#include "include/common.cl"
+#include "include/data_types.cl"
-#include "include/include_all.cl"
#if FP16_UNIT_USED
#define UNIT_CVT_FUNC(val) convert_half(val)
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/mvn_gpu_ref_within_channels.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/mvn_gpu_ref_within_channels.cl
index 4e854336b..223793ae3 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/mvn_gpu_ref_within_channels.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/mvn_gpu_ref_within_channels.cl
@@ -12,8 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+#include "include/common.cl"
+#include "include/data_types.cl"
-#include "include/include_all.cl"
#if FP16_UNIT_USED
#define UNIT_CVT_FUNC(val) convert_half(val)
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/normalize_gpu_across_spatial_ref.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/normalize_gpu_across_spatial_ref.cl
index b055241cc..c4328400b 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/normalize_gpu_across_spatial_ref.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/normalize_gpu_across_spatial_ref.cl
@@ -12,8 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+#include "include/common.cl"
+#include "include/data_types.cl"
-#include "include/include_all.cl"
#if FP16_UNIT_USED
#define UNIT_CVT_FUNC(val) convert_half(val)
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/normalize_gpu_within_spatial_ref.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/normalize_gpu_within_spatial_ref.cl
index 8e6cb77e6..c4e8bd9e4 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/normalize_gpu_within_spatial_ref.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/normalize_gpu_within_spatial_ref.cl
@@ -12,8 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+#include "include/common.cl"
+#include "include/data_types.cl"
-#include "include/include_all.cl"
#if FP16_UNIT_USED
#define UNIT_CVT_FUNC(val) convert_half(val)
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/permute_ref.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/permute_ref.cl
index 146e70c4c..a980555cd 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/permute_ref.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/permute_ref.cl
@@ -12,7 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#include "include/include_all.cl"
+#include "include/common.cl"
+#include "include/data_types.cl"
+
KERNEL (permute_ref)(const __global UNIT_TYPE* input, __global UNIT_TYPE* output)
{
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/pooling_gpu_fs_bs_yx_bsv4_fsv32.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/pooling_gpu_fs_bs_yx_bsv4_fsv32.cl
new file mode 100644
index 000000000..130cd8cca
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/pooling_gpu_fs_bs_yx_bsv4_fsv32.cl
@@ -0,0 +1,169 @@
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+
+#include "include/include_all.cl"
+
+#if MAX_POOLING
+ #define INIT_VAL CHAR_MIN
+#elif AVG_POOLING
+ #define INIT_VAL 0
+#else
+#error
+#endif
+
+
+inline int FUNC(apply_pooling)(int tmp, int in)
+{
+#if MAX_POOLING
+ return max(tmp, in);
+#elif AVG_POOLING
+ return tmp + in;
+#endif
+}
+
+__attribute__((intel_reqd_sub_group_size(8)))
+KERNEL(pooling_gpu_fs_bs_yx_bsv4_fsv32)(
+ const __global UNIT_TYPE* input,
+ __global UNIT_TYPE* output)
+{
+ const uint x = (uint)get_global_id(0);
+ const uint y = (uint)get_global_id(1);
+ const uint bf = (uint)get_global_id(2);
+ // we process 4 features per workitem that's why we need to divide it
+ const uint aligned32_features = ((INPUT0_FEATURE_NUM + 31) / 32) * 32;
+ const uint f = 4 * (bf % (aligned32_features / 4));
+ const uint b_block = bf / (aligned32_features / 4);
+
+ if (x >= OUTPUT_SIZE_X)
+ {
+ return;
+ }
+
+ const int offset_x = (int)x*STRIDE_SIZE_X - PADDING_SIZE_X;
+ const int offset_y = (int)y*STRIDE_SIZE_Y - PADDING_SIZE_Y;
+
+ int4 result[4];
+ for(uint b = 0; b < 4; b++)
+ {
+ result[b] = INIT_VAL;
+ }
+
+#ifdef CHECK_BOUNDRY
+ if (offset_x + POOL_SIZE_X < 0 || offset_x >= INPUT0_SIZE_X ||
+ offset_y + POOL_SIZE_Y < 0 || offset_y >= INPUT0_SIZE_Y)
+ {
+ return;
+ }
+
+#ifdef DYNAMIC_KERNEL_DIVIDER
+ uint num_elementes = 0;
+#endif
+
+ const uint batch_and_feature_offset = GET_DATA_FS_BS_YX_BSV4_FSV32_INDEX(INPUT0, b_block * 4, f, 0, 0);
+ for(uint j = 0; j < POOL_SIZE_Y; j++)
+ {
+ int input_offset_y = offset_y + j;
+ bool zero_y = input_offset_y >= INPUT0_SIZE_Y || input_offset_y < 0;
+ if(!zero_y)
+ {
+ for(uint i = 0; i < POOL_SIZE_X; i++)
+ {
+ int input_offset_x = offset_x + i;
+ bool zero = input_offset_x >= INPUT0_SIZE_X || input_offset_x < 0;
+ if(!zero)
+ {
+ const uint input_idx = batch_and_feature_offset + input_offset_y*IN_Y_PITCH + input_offset_x*IN_X_PITCH;
+
+ int4 int_data = as_int4(intel_sub_group_block_read4((const __global uint*)(input + input_idx)));
+ for(uint b = 0; b < 4; b++)
+ {
+ char4 input_data = as_char4(int_data[b]);
+ result[b][0] = FUNC_CALL(apply_pooling)(result[b][0], (int)input_data[0]);
+ result[b][1] = FUNC_CALL(apply_pooling)(result[b][1], (int)input_data[1]);
+ result[b][2] = FUNC_CALL(apply_pooling)(result[b][2], (int)input_data[2]);
+ result[b][3] = FUNC_CALL(apply_pooling)(result[b][3], (int)input_data[3]);
+
+ }
+
+#ifdef DYNAMIC_KERNEL_DIVIDER
+ num_elementes++;
+#endif
+ }
+ }
+ }
+ }
+#ifdef DYNAMIC_WITH_PADDING_KERNEL_DIVIDER
+ const int hend = min(offset_y + POOL_SIZE_Y, INPUT0_SIZE_Y + PADDING_SIZE_Y);
+ const int wend = min(offset_x + POOL_SIZE_X, INPUT0_SIZE_X + PADDING_SIZE_X);
+ const uint num_elementes = (hend - offset_y) * (wend - offset_x);
+#endif
+#else
+ uint input_idx = GET_DATA_FS_BS_YX_BSV4_FSV32_INDEX(INPUT0, b_block * 4, f, offset_y, offset_x);
+
+ for(uint j = 0; j < POOL_SIZE_Y; j++)
+ {
+ for(uint i = 0; i < POOL_SIZE_X; i++)
+ {
+ int4 int_data = as_int4(intel_sub_group_block_read4((const __global uint*)(input + input_idx)));
+ for(uint b = 0; b < 4; b++)
+ {
+ char4 input_data = as_char4(int_data[b]);
+ result[b][0] = FUNC_CALL(apply_pooling)(result[b][0], (int)input_data[0]);
+ result[b][1] = FUNC_CALL(apply_pooling)(result[b][1], (int)input_data[1]);
+ result[b][2] = FUNC_CALL(apply_pooling)(result[b][2], (int)input_data[2]);
+ result[b][3] = FUNC_CALL(apply_pooling)(result[b][3], (int)input_data[3]);
+ }
+
+ input_idx += IN_X_PITCH;
+ }
+ input_idx += (IN_Y_PITCH - POOL_SIZE_X*IN_X_PITCH);
+ }
+
+#if defined(DYNAMIC_KERNEL_DIVIDER) || defined(DYNAMIC_WITH_PADDING_KERNEL_DIVIDER)
+ const uint num_elementes = POOL_SIZE_X*POOL_SIZE_Y;
+#endif
+#endif
+
+#if defined AVG_POOLING
+ #if defined(DYNAMIC_KERNEL_DIVIDER) || defined(DYNAMIC_WITH_PADDING_KERNEL_DIVIDER)
+ for(uint b = 0; b < 4; b++)
+ {
+ for(uint i = 0; i < 4; i++)
+ {
+ result[b][i] = convert_int(round(((float)result[b][i] / max(num_elementes, (uint)1)));
+ }
+ }
+ #else
+ for(uint b = 0; b < 4; b++)
+ {
+ for(uint i = 0; i < 4; i++)
+ {
+ result[b][i] = convert_int(round((float)result[b][i] / (int)(POOL_SIZE_Y * POOL_SIZE_X)));
+ }
+ }
+ #endif
+#endif
+
+for(uint b = 0; b < 4; b++)
+{
+ for(uint op = 0; op < 4; op++)
+ {
+ const uint output_pos = GET_DATA_FS_BS_YX_BSV4_FSV32_INDEX(OUTPUT, b_block*4 + b, f+op, y, x);
+ output[output_pos] = ACTIVATION(convert_char(result[b][op]), NL_M ,NL_N);
+ }
+}
+}
+
+#undef INIT_VAL \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/region_yolo_gpu_ref.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/region_yolo_gpu_ref.cl
index 41ad9738c..de62864f8 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/region_yolo_gpu_ref.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/region_yolo_gpu_ref.cl
@@ -12,7 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#include "include/include_all.cl"
+#include "include/common.cl"
+#include "include/data_types.cl"
#define IW INPUT0_SIZES[0]
#define IH INPUT0_SIZES[1]
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/reorder_data.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/reorder_data.cl
index 66b77224d..591a07c0c 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/reorder_data.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/reorder_data.cl
@@ -15,7 +15,7 @@
#include "include/reshape_dims.cl"
#include "include/fetch.cl"
-#include "include/activation_functions.cl"
+
#include "include/data_types.cl"
///////////////////////// Input Index /////////////////////////
@@ -30,6 +30,8 @@ inline uint FUNC(get_input_index)(uint b, uint f, uint y, uint x)
return GET_DATA_BF8_XY16_INDEX(INPUT0, b, f, y, x);
#elif defined INPUT0_LAYOUT_BYXF_AF32
return GET_DATA_BYXF_AF32_INDEX(INPUT0, b, f, y, x);
+#elif defined INPUT0_LAYOUT_FS_BS_YX_BSV4_FSV32
+ return GET_DATA_FS_BS_YX_BSV4_FSV32_INDEX(INPUT0, b, f, y, x);
#else
#error reorder_data.cl: input format - not supported
#endif
@@ -48,6 +50,8 @@ inline uint FUNC(get_output_index)(uint b, uint f, uint y, uint x)
return GET_DATA_BF8_XY16_INDEX(OUTPUT, b, f, y, x);
#elif defined OUTPUT_LAYOUT_BYXF_AF32
return GET_DATA_BYXF_AF32_INDEX(OUTPUT, b, f, y, x);
+#elif defined OUTPUT_LAYOUT_FS_BS_YX_BSV4_FSV32
+ return GET_DATA_FS_BS_YX_BSV4_FSV32_INDEX(OUTPUT, b, f, y, x);
#else
#error reorder_data.cl: output format - not supported
#endif
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/reorder_data_fast_b1.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/reorder_data_fast_b1.cl
index 3cacb1dae..af494888d 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/reorder_data_fast_b1.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/reorder_data_fast_b1.cl
@@ -16,7 +16,7 @@
#include "include/fetch.cl"
#include "include/data_types.cl"
#include "include/reshape_dims.cl"
-#include "include/activation_functions.cl"
+
///////////////////////// Input Index /////////////////////////
inline uint FUNC(get_input_index)(uint b, uint f, uint y, uint x)
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/reorder_data_to_yxfb_batched.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/reorder_data_to_yxfb_batched.cl
index 551afc5a6..76006fad6 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/reorder_data_to_yxfb_batched.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/reorder_data_to_yxfb_batched.cl
@@ -15,7 +15,7 @@
#include "include/reshape_dims.cl"
#include "include/fetch.cl"
-#include "include/activation_functions.cl"
+
#include "include/data_types.cl"
///////////////////////// Input Index /////////////////////////
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/reorder_weights.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/reorder_weights.cl
index fa95844c1..33a662a12 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/reorder_weights.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/reorder_weights.cl
@@ -36,6 +36,8 @@ inline uint FUNC(get_input_index)(uint o, uint i, uint y, uint x)
#error - not supported yet
#elif defined INPUT0_LAYOUT_OS_IS_YX_ISA8_OSV8_ISV4
return GET_FILTER_OS_IS_YX_ISA8_OSV8_ISV4(INPUT0, o, i, y, x);
+#elif defined INPUT0_LAYOUT_IS_O_YX_ISV32
+ return GET_FILTER_IS_O_YX_ISV32(INPUT0, o, i, y, x);
#else
#error reorder_weights.cl: input format - not supported
#endif
@@ -62,6 +64,8 @@ inline uint FUNC(get_output_index)(uint o, uint i, uint y, uint x)
return 0; //will not be used for images
#elif defined OUTPUT_LAYOUT_OS_IS_YX_ISA8_OSV8_ISV4
return GET_FILTER_OS_IS_YX_ISA8_OSV8_ISV4(OUTPUT, o, i, y, x);
+#elif defined OUTPUT_LAYOUT_IS_O_YX_ISV32
+ return GET_FILTER_IS_O_YX_ISV32(OUTPUT, o, i, y, x);
#else
#error reorder_weights.cl: output format - not supported
#endif
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/reorg_yolo_gpu_ref.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/reorg_yolo_gpu_ref.cl
index c4c74026d..47bdf2ae4 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/reorg_yolo_gpu_ref.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/reorg_yolo_gpu_ref.cl
@@ -12,7 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#include "include/include_all.cl"
+#include "include/common.cl"
+#include "include/data_types.cl"
+
#if OUTPUT_LAYOUT_BFYX
#define IW INPUT0_SIZES[0]
#define IH INPUT0_SIZES[1]
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/reshape_ref.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/reshape_ref.cl
index 0767707b5..870ec87bd 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/reshape_ref.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/reshape_ref.cl
@@ -12,7 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#include "include/include_all.cl"
+#include "include/common.cl"
+#include "include/data_types.cl"
+
KERNEL (reshape_ref)(const __global UNIT_TYPE* input, __global UNIT_TYPE* output)
{
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/roi_pooling_ref.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/roi_pooling_ref.cl
index 57e87ce72..6df286d73 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/roi_pooling_ref.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/roi_pooling_ref.cl
@@ -1,4 +1,4 @@
-// Copyright (c) 2016-2017 Intel Corporation
+// Copyright (c) 2016-2018 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-
-#include "include/include_all.cl"
+#include "include/common.cl"
+#include "include/data_types.cl"
/****************************************************************************
@@ -77,6 +77,46 @@ KERNEL(roi_pooling_gpu)
// the pooled data is limited by its dimensions. (Is this clear?)
const __global UNIT_TYPE * roi_ptr = &src_rois[PITCH_ROI_R * r];
+
+#if BILINEAR_POOLING
+ const uint output_offset = OUTPUT_OFFSET + x*OUTPUT_X_PITCH + y*OUTPUT_Y_PITCH + c*OUTPUT_FEATURE_PITCH + r*OUTPUT_ROI_PITCH;
+
+ COORD_T roi_start_w = roi_ptr[1];
+ COORD_T roi_start_h = roi_ptr[2];
+ COORD_T roi_end_w = roi_ptr[3];
+ COORD_T roi_end_h = roi_ptr[4];
+
+ COORD_T height_scale = (roi_end_h - roi_start_h) * (SRC_H - 1) / (COORD_T)(POOLED_HEIGHT - 1);
+ COORD_T width_scale = (roi_end_w - roi_start_w) * (SRC_W - 1) / (COORD_T)(POOLED_WIDTH - 1);
+
+ COORD_T in_y = y*height_scale + roi_start_h*(COORD_T)(SRC_H - 1);
+ COORD_T in_x = x*width_scale + roi_start_w*(COORD_T)(SRC_W - 1);
+
+ if (in_y < 0 || in_y > (COORD_T)(SRC_H - 1) || in_x < 0 || in_x > (COORD_T)(SRC_W - 1) || roi_ptr[0] == -1) {
+ dst_data[output_offset] = ACTIVATION((UNIT_TYPE)0, NL_M, NL_N);
+ return;
+ }
+
+ int top_y_index = (int)(floor(in_y));
+ int bottom_y_index = (int)(min(ceil(in_y), (COORD_T)SRC_H - 1));
+ int left_x_index = (int)(floor(in_x));
+ int right_x_index = (int)(min(ceil(in_x), (COORD_T)SRC_W - 1));
+
+ const __global UNIT_TYPE* data = src_data + INPUT0_OFFSET + INPUT0_FEATURE_PITCH*c;
+
+ ACCUM_T top_left = (ACCUM_T)data[top_y_index*INPUT0_Y_PITCH + left_x_index*INPUT0_X_PITCH];
+ ACCUM_T top_right = (ACCUM_T)data[top_y_index*INPUT0_Y_PITCH + right_x_index*INPUT0_X_PITCH];
+ ACCUM_T bottom_left = (ACCUM_T)data[bottom_y_index*INPUT0_Y_PITCH + left_x_index*INPUT0_X_PITCH];
+ ACCUM_T bottom_right = (ACCUM_T)data[bottom_y_index*INPUT0_Y_PITCH + right_x_index*INPUT0_X_PITCH];
+
+ ACCUM_T top = top_left + (top_right - top_left) * (in_x - left_x_index);
+ ACCUM_T bottom = bottom_left + (bottom_right - bottom_left) * (in_x - left_x_index);
+
+ ACCUM_T res = top + (bottom - top) * (in_y - top_y_index);
+
+ dst_data[output_offset] = ACTIVATION((UNIT_TYPE)res, NL_M, NL_N);
+#else
+
#if USE_OLD_SCALE_AND_ROUNDING
const int roi_x = round(roi_ptr[1] * SPATIAL_SCALE);
const int roi_y = round(roi_ptr[2] * SPATIAL_SCALE);
@@ -136,7 +176,7 @@ KERNEL(roi_pooling_gpu)
#if 0
const COORD_T group_bin_w = (COORD_T)roi_w / DST_W;
const COORD_T group_bin_h = (COORD_T)roi_h / DST_H;
-
+
const uint group_x = CLAMP(x * group_bin_w, 0, GROUP_SIZE - 1);
const uint group_y = CLAMP(y * group_bin_h, 0, GROUP_SIZE - 1);
#else
@@ -147,25 +187,34 @@ KERNEL(roi_pooling_gpu)
const uint work_c = group_x + GROUP_SIZE * (group_y + GROUP_SIZE * c);
#endif
- const __global UNIT_TYPE * data = src_data + INPUT0_OFFSET + INPUT0_FEATURE_PITCH*work_c;
+ const __global UNIT_TYPE* data = src_data + INPUT0_OFFSET + INPUT0_FEATURE_PITCH*work_c;
- ACCUM_T res = MAX_POOL && x_begin < x_after && y_begin < y_after ? UNIT_VAL_MIN : 0;
+#if MAX_POOLING
+ ACCUM_T res = x_begin < x_after && y_begin < y_after ? UNIT_VAL_MIN : 0;
+#else
+ ACCUM_T res = 0;
+#endif
for (int yy = y_begin; yy < y_after; ++yy)
for (int xx = x_begin; xx < x_after; ++xx)
{
UNIT_TYPE val = data[xx*INPUT0_X_PITCH + yy*INPUT0_Y_PITCH];
-
- res = MAX_POOL ? MAX(res, (ACCUM_T)val) : res + (ACCUM_T)val;
+#if MAX_POOLING
+ res = MAX(res, (ACCUM_T)val);
+#else
+ res = res + (ACCUM_T)val;
+#endif
}
- if (!MAX_POOL)
+#if (!MAX_POOLING)
{
//TODO(ruv): again, differs from the standard fixed size area (?)
const COORD_T area = (y_after - y_begin) * (x_after - x_begin);
if (area) res /= area;
}
+#endif
const uint output_offset = OUTPUT_OFFSET + x*OUTPUT_X_PITCH + y*OUTPUT_Y_PITCH + c*OUTPUT_FEATURE_PITCH + r*OUTPUT_ROI_PITCH;
dst_data[output_offset] = ACTIVATION((UNIT_TYPE)res, NL_M, NL_N);
-} \ No newline at end of file
+#endif
+}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/scale_grad_weights_gpu_ref.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/scale_grad_weights_gpu_ref.cl
index 28b5af386..fde8e9733 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/scale_grad_weights_gpu_ref.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/scale_grad_weights_gpu_ref.cl
@@ -21,14 +21,14 @@ KERNEL(scale_grad_weights_gpu_ref)(
const __global UNIT_TYPE* input,
const __global UNIT_TYPE* input_grad,
__global OUTPUT_TYPE* output,
- __global UNIT_TYPE* scale,
+ __global float* scale,
#if BIAS_TERM
- __global UNIT_TYPE* bias,
+ __global float* bias,
#endif
#if MOMENTUM
- __global UNIT_TYPE* prev_grad_w,
+ __global float* prev_grad_w,
#if BIAS_TERM
- __global UNIT_TYPE* prev_grad_b,
+ __global float* prev_grad_b,
#endif
#endif
const float lr
@@ -48,9 +48,9 @@ KERNEL(scale_grad_weights_gpu_ref)(
{
for (uint x = 0; x < INPUT0_SIZE_X; x++)
{
- UNIT_TYPE in_g = input_grad[grad_idx];
+ ACCUMULATOR_TYPE in_g = TO_ACCUMULATOR_TYPE(input_grad[grad_idx]);
grad_sum[local_idx] += in_g * lr;
- grad_sum_in[local_idx] += in_g * input[grad_idx] * lr;
+ grad_sum_in[local_idx] += in_g * TO_ACCUMULATOR_TYPE(input[grad_idx]) * lr;
grad_idx += INPUT0_X_PITCH;
}
grad_idx += INPUT0_Y_PITCH - INPUT0_SIZE_X * INPUT0_X_PITCH;
@@ -71,7 +71,7 @@ KERNEL(scale_grad_weights_gpu_ref)(
if (local_idx == 0)
{
#if MOMENTUM
- UNIT_TYPE update_gradient_w = grad_sum_in[0] + prev_grad_w[f] * MOMENTUM_FACTOR + DECAY_RATE * lr * scale[f];
+ ACCUMULATOR_TYPE update_gradient_w = grad_sum_in[0] + prev_grad_w[f] * MOMENTUM_FACTOR + DECAY_RATE * lr * scale[f];
scale[f] -= update_gradient_w;
prev_grad_w[f] = update_gradient_w;
#else
@@ -80,7 +80,7 @@ KERNEL(scale_grad_weights_gpu_ref)(
#if BIAS_TERM
#if MOMENTUM
- UNIT_TYPE update_gradient_b = prev_grad_b[f] * MOMENTUM_FACTOR + grad_sum[0];
+ ACCUMULATOR_TYPE update_gradient_b = prev_grad_b[f] * MOMENTUM_FACTOR + grad_sum[0];
bias[f] -= update_gradient_b;
prev_grad_b[f] = update_gradient_b;
#else
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/select_gpu_ref.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/select_gpu_ref.cl
new file mode 100644
index 000000000..d1f0d02e6
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/select_gpu_ref.cl
@@ -0,0 +1,51 @@
+/*
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+*/
+
+#include "include/include_all.cl"
+
+#define GET_INDEX(prefix, num) \
+ CAT(CAT(prefix, num), _OFFSET) + \
+ (d1 % CAT(CAT(prefix, num), _SIZES)[0])*CAT(CAT(prefix, num), _PITCHES)[0] + \
+ (d2 % CAT(CAT(prefix, num), _SIZES)[1])*CAT(CAT(prefix, num), _PITCHES)[1] + \
+ (d3 % CAT(CAT(prefix, num), _SIZES)[2])*CAT(CAT(prefix, num), _PITCHES)[2] + \
+ (d4 % CAT(CAT(prefix, num), _SIZES)[3])*CAT(CAT(prefix, num), _PITCHES)[3]
+
+#define INPUT_0 input0[GET_INDEX(INPUT, 0)]
+#define INPUT_1 input1[GET_INDEX(INPUT, 1)]
+#define INPUT_2 input2[GET_INDEX(INPUT, 2)]
+
+KERNEL(select)(
+ INPUTS_DECLS
+ __global OUTPUT_TYPE* output)
+{
+
+const uint d1 = (uint) get_global_id(0);
+const uint d2 = (uint) get_global_id(1);
+const uint d34 = (uint) get_global_id(2);
+
+const uint d3 = d34 % OUTPUT_SIZES[2];
+const uint d4 = d34 / OUTPUT_SIZES[2];
+
+uint output_offset = OUTPUT_OFFSET +
+ d1*OUTPUT_PITCHES[0] +
+ d2*OUTPUT_PITCHES[1] +
+ d3*OUTPUT_PITCHES[2] +
+ d4*OUTPUT_PITCHES[3];
+
+const OUTPUT_TYPE res = select(INPUT_1, INPUT_0, MASK);
+
+output[output_offset] = res;
+}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/softmax_gpu_bf.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/softmax_gpu_bf.cl
index 2f7b1ceec..2a1be2567 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/softmax_gpu_bf.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/softmax_gpu_bf.cl
@@ -12,8 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+#include "include/common.cl"
+#include "include/data_types.cl"
-#include "include/include_all.cl"
__attribute__((reqd_work_group_size(LWS, 1, 1)))
KERNEL (softmax_gpu_continoues_bfyx)(const __global UNIT_TYPE* input, __global UNIT_TYPE* output)
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/softmax_gpu_fb.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/softmax_gpu_fb.cl
index 2cd6878bf..b1c6cf6d8 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/softmax_gpu_fb.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/softmax_gpu_fb.cl
@@ -12,8 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+#include "include/common.cl"
+#include "include/data_types.cl"
-#include "include/include_all.cl"
UNIT_TYPE FUNC(find_max_value)(__local UNIT_TYPE* partial_max, const int global_id, const int idx, const int batch_offset, const int data_sets_count, const __global UNIT_TYPE* input)
{
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/softmax_gpu_items_class_optimized.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/softmax_gpu_items_class_optimized.cl
index 158b86dca..368405119 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/softmax_gpu_items_class_optimized.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/softmax_gpu_items_class_optimized.cl
@@ -14,10 +14,10 @@
// limitations under the License.
*/
+#include "include/common.cl"
+#include "include/data_types.cl"
-#include "include/include_all.cl"
-
#define DATA_PER_WORKITEM ( (INPUT0_CLASS_NUM + (WORKITEMS_PER_CLASSES - 1) ) / WORKITEMS_PER_CLASSES)
#define FULL_ITERATIONS_NUM (INPUT0_CLASS_NUM / WORKITEMS_PER_CLASSES)
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/softmax_gpu_ref.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/softmax_gpu_ref.cl
index 0ef4dbcc7..135888025 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/softmax_gpu_ref.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/softmax_gpu_ref.cl
@@ -14,10 +14,10 @@
// limitations under the License.
*/
+#include "include/common.cl"
+#include "include/data_types.cl"
-#include "include/include_all.cl"
-
__attribute__((intel_reqd_sub_group_size(16)))
KERNEL(softmax)(__global INPUT0_TYPE* input, __global OUTPUT_TYPE* output)
{
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/tile_ref.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/tile_ref.cl
new file mode 100644
index 000000000..b0f561601
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/tile_ref.cl
@@ -0,0 +1,49 @@
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+#include "include/common.cl"
+#include "include/data_types.cl"
+
+#if DENSE
+__attribute__((intel_reqd_sub_group_size(16)))
+__attribute__((reqd_work_group_size(16, 1, 1)))
+#endif
+KERNEL (tile_ref)(const __global UNIT_TYPE* input, __global UNIT_TYPE* output)
+{
+#if DENSE
+
+ const uint id = get_global_id(0);
+ const uint group_id = id / 16;
+ const uint lid = get_local_id(0);
+ const uint idx = min((uint)(id), (uint)(OUTER_SIZE - 1));
+ UNIT_TYPE val = input[idx];
+
+ for (int t = 0; t < TILES; t++)
+ {
+ UNIT_TYPE save_val = intel_sub_group_shuffle(val, (t*16 + lid)/TILES);
+ int offset = group_id*16*TILES + t*16 + lid;
+ if (offset < OUTPUT_SIZE)
+ output[offset] = save_val;
+ }
+#else
+ const uint outer_idx = get_global_id(0);
+ const uint inner_idx = get_global_id(1);
+ if (inner_idx >= AXIS_PITCH) return;
+
+ for (int t = 0; t < TILES; t++)
+ {
+ output[outer_idx*TILES*AXIS_PITCH + t*AXIS_PITCH + inner_idx] = input[outer_idx*AXIS_PITCH + inner_idx];
+ }
+#endif
+}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/upsampling_ref.cl b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/upsampling_ref.cl
index b841e5e47..78342ada5 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/upsampling_ref.cl
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/upsampling_ref.cl
@@ -14,7 +14,8 @@
// limitations under the License.
*/
-#include "include/include_all.cl"
+#include "include/common.cl"
+#include "include/data_types.cl"
KERNEL (upsampling_gpu_ref)(__global UNIT_TYPE* input, __global UNIT_TYPE* output)
{
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/common/common_kernel_base.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/common/common_kernel_base.cpp
index 3f949d82b..4a2344e49 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/common/common_kernel_base.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/common/common_kernel_base.cpp
@@ -15,6 +15,7 @@
*/
#include "common_kernel_base.h"
+#include <iostream>
#if defined __INTEL_COMPILER
#pragma warning disable: 177
@@ -83,6 +84,7 @@ namespace kernel_selector
}
std::replace(kernelID.begin(), kernelID.end(), '.', '_');
+ std::replace(kernelID.begin(), kernelID.end(), '/', '_');
kernelID += "_" + std::to_string(UniqeID());
@@ -143,7 +145,7 @@ namespace kernel_selector
return args;
}
- std::shared_ptr<KernelString> common_kernel_base::GetKernelString(const std::string& name, const std::string& jit, const std::string& entry_point, const std::string& exe_mode) const
+ std::shared_ptr<KernelString> common_kernel_base::GetKernelString(const std::string& name, const std::string& jit, const std::string& entry_point, const EngineInfo& engine_info, const std::string& exe_mode) const
{
std::shared_ptr<KernelString> kernel_string = std::make_shared<KernelString>();
@@ -154,6 +156,10 @@ namespace kernel_selector
kernel_string->str = codes[0];
kernel_string->jit = jit;
kernel_string->options = exe_mode + " -cl-mad-enable";
+ if (engine_info.bIMMADSupport)
+ kernel_string->options += " -DMMAD_SUPPORTED=1";
+ if (engine_info.bIMADSupport)
+ kernel_string->options += " -DIMAD_SUPPORTED=1";
kernel_string->entry_point = entry_point;
kernel_string->batch_compilation = true;
}
@@ -185,13 +191,13 @@ namespace kernel_selector
}
}
- void common_kernel_base::FillCLKernelData(clKernelData& kernel, const CommonDispatchData& runInfo,
+ void common_kernel_base::FillCLKernelData(clKernelData& kernel, const CommonDispatchData& runInfo, const EngineInfo& engine_info,
const std::string& kernelMapName, const std::string& jit, const std::string& entryPoint, const std::string& exeMode, bool weights, bool bias, int number_of_inputs, bool quantization, bool calibration) const
{
Check_RunInfoData(kernelMapName, runInfo);
kernel.workGroups.global = { runInfo.gws0, runInfo.gws1, runInfo.gws2 };
kernel.workGroups.local = { runInfo.lws0, runInfo.lws1, runInfo.lws2 };
- kernel.kernelString = GetKernelString(kernelMapName, jit, entryPoint, exeMode);
+ kernel.kernelString = GetKernelString(kernelMapName, jit, entryPoint, engine_info, exeMode);
kernel.arguments = GetArgsDesc(number_of_inputs, weights, bias, quantization, calibration);
}
} \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/common/common_kernel_base.h b/inference-engine/thirdparty/clDNN/kernel_selector/core/common/common_kernel_base.h
index 324cd9d67..917b4e5ac 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/common/common_kernel_base.h
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/common/common_kernel_base.h
@@ -18,8 +18,6 @@
#include "kernel_base.h"
#include "jitter.h"
-#include <sstream>
-#include <assert.h>
namespace kernel_selector
{
@@ -51,7 +49,7 @@ namespace kernel_selector
std::string CreateJit(const std::string& template_name, const JitConstants& constants, const std::string& kernel_name) const;
std::string GetEntryPoint(const std::string& templateName, const std::string& layerID, const optional_params& options) const;
Arguments GetArgsDesc(uint32_t num_of_input, bool use_weights, bool use_bias, bool use_quantization = false, bool use_calibration = 0) const;
- std::shared_ptr<KernelString> GetKernelString(const std::string& kernel_name, const std::string& jit, const std::string& entry_point, const std::string& exe_mode = ROUND_ROBIN) const;
- void FillCLKernelData(clKernelData& kernel, const CommonDispatchData& runInfo, const std::string& kernel_map_name, const std::string& jit, const std::string& entry_point, const std::string& exe_mode = ROUND_ROBIN,
+ std::shared_ptr<KernelString> GetKernelString(const std::string& kernel_name, const std::string& jit, const std::string& entry_point, const EngineInfo& engine_info, const std::string& exe_mode = ROUND_ROBIN) const;
+ void FillCLKernelData(clKernelData& kernel, const CommonDispatchData& runInfo, const EngineInfo& engine_info, const std::string& kernel_map_name, const std::string& jit, const std::string& entry_point, const std::string& exe_mode = ROUND_ROBIN,
bool weights = false, bool bias = false, int number_of_inputs = 1, bool quantization = false, bool calibration = false) const; };
} \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/common/jitter.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/common/jitter.cpp
new file mode 100644
index 000000000..1a426a06a
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/common/jitter.cpp
@@ -0,0 +1,347 @@
+/*
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+*/
+
+#include "jitter.h"
+
+namespace kernel_selector {
+
+ std::string toCLType(WeightsType wType)
+ {
+ switch (wType)
+ {
+ case WeightsType::INT8: return GetTypeName<int8_t>();
+ case WeightsType::F16: return "half";
+ case WeightsType::F32: return GetTypeName<float>();
+ default: return "";
+ }
+ }
+
+ std::string toCLType(Datatype dType)
+ {
+ switch (dType)
+ {
+ case Datatype::INT8: return GetTypeName<int8_t>();
+ case Datatype::UINT8: return GetTypeName<uint8_t>();
+ case Datatype::INT16: return GetTypeName<int16_t>();
+ case Datatype::UINT16: return GetTypeName<uint16_t>();
+ case Datatype::INT32: return GetTypeName<int32_t>();
+ case Datatype::UINT32: return GetTypeName<uint32_t>();
+ case Datatype::INT64: return GetTypeName<int64_t>();
+ case Datatype::F16: return "half";
+ case Datatype::F32: return GetTypeName<float>();
+ default: return "";
+ }
+ }
+
+ std::string getMeanOpString(MeanOp op)
+ {
+ switch (op)
+ {
+ case MeanOp::NONE: return "val";
+ case MeanOp::DIV: return "val/mean_val";
+ case MeanOp::MUL: return "val*mean_val";
+ case MeanOp::SUB: return "val-mean_val";
+ default: return "";
+ }
+ }
+
+ JitDefinitions JitConstants::GetDefinitions() const
+ {
+ JitDefinitions definitons;
+ definitons.reserve(_constants.size() * 6); //assuming max 6 pairs per jit_constant
+
+ for (auto& constant : _constants) {
+ auto def = constant->GetDefinitions();
+ definitons.insert(definitons.end(), def.begin(), def.end());
+ }
+ return definitons;
+ }
+
+ JitDefinitions DataTensorJitConstant::GetDefinitions() const
+ {
+ JitDefinitions baseDefinitions = TensorBaseTJitConstant::GetDefinitions(_tensor);
+
+ JitDefinitions definitions{
+ { _name + "_SIZE_X", toCodeString(_tensor.X().v) },
+ { _name + "_SIZE_Y", toCodeString(_tensor.Y().v) },
+ { _name + "_FEATURE_NUM", toCodeString(_tensor.Feature().v) },
+ { _name + "_ROI_NUM", toCodeString(_tensor.ROI().v) },
+ { _name + "_BATCH_NUM", toCodeString(_tensor.Batch().v) },
+ { _name + "_X_PITCH", toCodeString(_tensor.X().pitch) },
+ { _name + "_Y_PITCH", toCodeString(_tensor.Y().pitch) },
+ { _name + "_FEATURE_PITCH", toCodeString(_tensor.Feature().pitch) },
+ { _name + "_ROI_PITCH", toCodeString(_tensor.ROI().pitch) },
+ { _name + "_BATCH_PITCH", toCodeString(_tensor.Batch().pitch) },
+ { _name + "_PAD_BEFORE_SIZE_X", toCodeString(_tensor.X().pad.before) },
+ { _name + "_PAD_BEFORE_SIZE_Y", toCodeString(_tensor.Y().pad.before) },
+ { _name + "_PAD_BEFORE_FEATURE_NUM", toCodeString(_tensor.Feature().pad.before) },
+ { _name + "_PAD_BEFORE_BATCH_NUM", toCodeString(_tensor.Batch().pad.before) },
+ { _name + "_PAD_AFTER_SIZE_X", toCodeString(_tensor.X().pad.after) },
+ { _name + "_PAD_AFTER_SIZE_Y", toCodeString(_tensor.Y().pad.after) },
+ { _name + "_PAD_AFTER_FEATURE_NUM", toCodeString(_tensor.Feature().pad.after) },
+ { _name + "_PAD_AFTER_BATCH_NUM", toCodeString(_tensor.Batch().pad.after) },
+ };
+
+ definitions.insert(definitions.end(), baseDefinitions.begin(), baseDefinitions.end());
+
+ return definitions;
+ }
+
+ JitDefinitions WeightTensorJitConstant::GetDefinitions() const
+ {
+ JitDefinitions baseDefinitions = TensorBaseTJitConstant::GetDefinitions(_tensor);
+
+ JitDefinitions definitions{
+ { _name + "_SIZE_X", toCodeString(_tensor.X().v) },
+ { _name + "_SIZE_Y", toCodeString(_tensor.Y().v) },
+ { _name + "_IFM_NUM", toCodeString(_tensor.IFM().v) },
+ { _name + "_OFM_NUM", toCodeString(_tensor.OFM().v) },
+ { _name + "_X_PITCH", toCodeString(_tensor.X().pitch) },
+ { _name + "_Y_PITCH", toCodeString(_tensor.Y().pitch) },
+ { _name + "_IFM_PITCH", toCodeString(_tensor.IFM().pitch) },
+ { _name + "_OFM_PITCH", toCodeString(_tensor.OFM().pitch) },
+ };
+
+ definitions.insert(definitions.end(), baseDefinitions.begin(), baseDefinitions.end());
+
+ return definitions;
+ }
+
+ std::shared_ptr<JitConstant> MakeActivationJitConstants(ActivationFunction activation_function)
+ {
+ // TODO: use native_exp and use cast for APL
+ switch (activation_function)
+ {
+ case ActivationFunction::LOGISTIC:
+ return MakeJitConstant("ACTIVATION(input, m, n)", "(UNIT_VAL_ONE/(UNIT_VAL_ONE + exp(-input)))");
+ case ActivationFunction::HYPERBOLIC_TAN:
+ return MakeJitConstant("ACTIVATION(input, m, n)", "(tanh(input))");
+ case ActivationFunction::RELU:
+ return MakeJitConstant("ACTIVATION(input, m, n)", "(UNIT_MAX_FUNC(UNIT_VAL_ZERO, input))");
+ case ActivationFunction::RELU_NEGATIVE_SLOPE:
+ return MakeJitConstant("ACTIVATION(input, slope, n)", "isinf(TO_UNIT_TYPE(slope)) ? ((input >= UNIT_VAL_ZERO) ? \
+ input : -TO_UNIT_TYPE(slope)) : \
+ (UNIT_MAX_FUNC(input, UNIT_VAL_ZERO) + TO_UNIT_TYPE(slope) * UNIT_MIN_FUNC(input, UNIT_VAL_ZERO))");
+ case ActivationFunction::ELU:
+ return MakeJitConstant("ACTIVATION(input, alpha, n)", "(UNIT_MAX_FUNC(input, UNIT_VAL_ZERO) + \
+ TO_UNIT_TYPE(alpha) * (exp(UNIT_MIN_FUNC(input, UNIT_VAL_ZERO)) - UNIT_VAL_ONE));");
+ case ActivationFunction::CLAMP:
+ return MakeJitConstant("ACTIVATION(input, m, n)", "(UNIT_MAX_FUNC(TO_UNIT_TYPE(m), UNIT_MIN_FUNC(TO_UNIT_TYPE(n), input)))");
+ case ActivationFunction::SOFTRELU:
+ return MakeJitConstant("ACTIVATION(input, m, n)", "(log(UNIT_VAL_ONE + exp(input)))");
+ case ActivationFunction::ABS:
+ return MakeJitConstant("ACTIVATION(input, m, n)", "(fabs(input))");
+ case ActivationFunction::LINEAR:
+ return MakeJitConstant("ACTIVATION(input, m, n)", "(m*input + n)");
+ case ActivationFunction::SQUARE:
+ return MakeJitConstant("ACTIVATION(input, m, n)", "(input*input)");
+ case ActivationFunction::SQRT:
+ return MakeJitConstant("ACTIVATION(input, m, n)", "(sqrt(input))");
+ case ActivationFunction::SIN:
+ return MakeJitConstant("ACTIVATION(input, m, n)", "(sin(input))");
+ case ActivationFunction::ASIN:
+ return MakeJitConstant("ACTIVATION(input, m, n)", "(asin(input))");
+ case ActivationFunction::SINH:
+ return MakeJitConstant("ACTIVATION(input, m, n)", "(sinh(input))");
+ case ActivationFunction::COS:
+ return MakeJitConstant("ACTIVATION(input, m, n)", "(cos(input))");
+ case ActivationFunction::ACOS:
+ return MakeJitConstant("ACTIVATION(input, m, n)", "(acos(input))");
+ case ActivationFunction::COSH:
+ return MakeJitConstant("ACTIVATION(input, m, n)", "(cosh(input))");
+ case ActivationFunction::LOG:
+ return MakeJitConstant("ACTIVATION(input, m, n)", "(log(input))");
+ case ActivationFunction::LOG2:
+ return MakeJitConstant("ACTIVATION(input, m, n)", "(log2(input))");
+ case ActivationFunction::EXP:
+ return MakeJitConstant("ACTIVATION(input, m, n)", "(exp(input))");
+ case ActivationFunction::RELU_GRAD:
+ return MakeJitConstant("ACTIVATION(input_grad, input, m, n)", "(input_grad * (input > UNIT_VAL_ZERO ? TO_UNIT_TYPE(1) : TO_UNIT_TYPE(0)))");
+ case ActivationFunction::RELU_NEGATIVE_SLOPE_GRAD:
+ return MakeJitConstant("ACTIVATION(input_grad, input, slope, n)", "(input_grad * ((input > UNIT_VAL_ZERO ? TO_UNIT_TYPE(1) : TO_UNIT_TYPE(0)) + TO_UNIT_TYPE(slope) * (input <= 0 ? TO_UNIT_TYPE(1) : TO_UNIT_TYPE(0))))");
+ case ActivationFunction::NONE_GRAD:
+ return MakeJitConstant("ACTIVATION(input_grad, input, m, n)", "input_grad");
+ case ActivationFunction::NONE:
+ default:
+ return MakeJitConstant("ACTIVATION(input, m, n)", "input");
+ }
+ }
+
+ JitConstants MakeUnitTypeJitConstants(Datatype dataType)
+ {
+ std::string unit_type;
+ std::string unit_max_val;
+ std::string unit_min_val;
+ std::string unit_val_one;
+ std::string unit_val_zero;
+ std::string to_unit_type;
+ std::string unit_max_func;
+ std::string unit_min_func;
+ switch (dataType)
+ {
+ case Datatype::INT8:
+ unit_type = "char";
+ unit_max_val = "CHAR_MAX";
+ unit_min_val = "-UNIT_VAL_MAX";
+ unit_val_one = "(char) 1";
+ unit_val_zero = "(char) 0";
+ to_unit_type = "convert_char(v)";
+ unit_max_func = "max";
+ unit_min_func = "min";
+ break;
+ case Datatype::INT32:
+ unit_type = "int";
+ unit_max_val = "INT_MAX";
+ unit_min_val = "-UNIT_VAL_MAX";
+ unit_val_one = "(int) 1";
+ unit_val_zero = "(int) 0";
+ to_unit_type = "convert_int(v)";
+ unit_max_func = "max";
+ unit_min_func = "min";
+ break;
+ case Datatype::INT64:
+ unit_type = "long";
+ unit_max_val = "LONG_MAX";
+ unit_min_val = "-UNIT_VAL_MAX";
+ unit_val_one = "(long) 1";
+ unit_val_zero = "(long) 0";
+ to_unit_type = "convert_long(v)";
+ unit_max_func = "max";
+ unit_min_func = "min";
+ break;
+ case Datatype::F16:
+ unit_type = "half";
+ unit_max_val = "HALF_MAX";
+ unit_min_val = "-UNIT_VAL_MAX";
+ unit_val_one = "1.0h";
+ unit_val_zero = "0.0h";
+ to_unit_type = "convert_half(v)";
+ unit_max_func = "fmax";
+ unit_min_func = "fmin";
+ break;
+ default:
+ unit_type = "float";
+ unit_max_val = "FLT_MAX";
+ unit_min_val = "-UNIT_VAL_MAX";
+ unit_val_one = "1.0f";
+ unit_val_zero = "0.0f";
+ to_unit_type = "(float)(v)";
+ unit_max_func = "fmax";
+ unit_min_func = "fmin";
+ break;
+ }
+
+ return JitConstants
+ {
+ MakeJitConstant("UNIT_TYPE", unit_type),
+ MakeJitConstant("UNIT_VAL_MAX", unit_max_val),
+ MakeJitConstant("UNIT_VAL_MIN", unit_min_val),
+ MakeJitConstant("UNIT_VAL_ONE", unit_val_one),
+ MakeJitConstant("UNIT_VAL_ZERO", unit_val_zero),
+ MakeJitConstant("TO_UNIT_TYPE(v)", to_unit_type),
+ MakeJitConstant("UNIT_MAX_FUNC", unit_max_func),
+ MakeJitConstant("UNIT_MIN_FUNC", unit_min_func),
+ };
+ }
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ // MakeBaseParamsJitConstants
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ JitConstants MakeBaseParamsJitConstants(const base_params& params)
+ {
+ bool bFP16Used = params.output.GetDType() == Datatype::F16;
+ bool bInt8Used = params.output.GetDType() == Datatype::INT8;
+ bool bInt32Used = params.output.GetDType() == Datatype::INT32;
+ bool bInt64Used = params.output.GetDType() == Datatype::INT64;
+ for (const auto& i : params.inputs)
+ {
+ bFP16Used |= i.GetDType() == Datatype::F16;
+ bInt8Used |= i.GetDType() == Datatype::INT8;
+ bInt32Used |= i.GetDType() == Datatype::INT32;
+ bInt64Used |= i.GetDType() == Datatype::INT64;
+ }
+
+ JitConstants jit{
+ MakeJitConstant("OUTPUT", params.output),
+ MakeJitConstant("FP64_SUPPORTED", params.engineInfo.bFP64Support),
+ MakeJitConstant("FP16_SUPPORTED", params.engineInfo.bFP16Support),
+ MakeJitConstant("FP16_UNIT_USED", bFP16Used),
+ MakeJitConstant("INT8_UNIT_USED", bInt8Used),
+ MakeJitConstant("INT32_UNIT_USED", bInt32Used),
+ MakeJitConstant("INT64_UNIT_USED", bInt64Used),
+ MakeJitConstant("GRADIENT", params.gradient),
+ };
+
+ // for activation function
+ jit.AddConstants({
+ MakeJitConstant("NL_M", params.activationParams.m),
+ MakeJitConstant("NL_N", params.activationParams.n),
+ MakeActivationJitConstants(params.activationFunc),
+ });
+
+ if (bInt8Used)
+ {
+ jit.Merge(MakeUnitTypeJitConstants(Datatype::INT8));
+ }
+ else if (bFP16Used)
+ {
+ jit.Merge(MakeUnitTypeJitConstants(Datatype::F16));
+ }
+ else if (bInt32Used)
+ {
+ jit.Merge(MakeUnitTypeJitConstants(Datatype::INT32));
+ }
+ else if (bInt64Used)
+ {
+ jit.Merge(MakeUnitTypeJitConstants(Datatype::INT64));
+ }
+ else
+ {
+ jit.Merge(MakeUnitTypeJitConstants(Datatype::F32));
+ }
+
+ for (size_t i = 0; i < params.inputs.size(); i++)
+ {
+ jit.AddConstant(MakeJitConstant("INPUT" + toCodeString(i), params.inputs[i]));
+ }
+
+ return jit;
+ }
+
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ // MakeLoopUnrollParamsJitConstants
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ JitConstants MakeLoopUnrollParamsJitConstants(uint32_t loopCount)
+ {
+ JitConstants jit{
+ MakeJitConstant("LOOP0(VAR, STMT)", ""),
+ MakeJitConstant("LOOP1(VAR, STMT)", "(STMT); (VAR)++;"),
+ };
+
+ for (uint32_t i = 2; i <= loopCount + 1; i++)
+ {
+ jit.AddConstant({
+ MakeJitConstant("LOOP" + toCodeString(i) + "(VAR, STMT)", "LOOP" + toCodeString(i - 1) + "(VAR, STMT); (STMT); (VAR)++;"),
+ });
+ }
+
+ jit.AddConstant({
+ MakeJitConstant("LOOP(N, VAR, STMT)", "CAT(LOOP, N)((VAR), (STMT))"),
+ });
+
+ return jit;
+ }
+
+} \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/common/jitter.h b/inference-engine/thirdparty/clDNN/kernel_selector/core/common/jitter.h
index 1618a02e4..3e65a0bde 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/common/jitter.h
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/common/jitter.h
@@ -1,5 +1,5 @@
/*
-// Copyright (c) 2016 Intel Corporation
+// Copyright (c) 2016-2018 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -16,13 +16,15 @@
///////////////////////////////////////////////////////////////////////////////////////////////////
#pragma once
-#include "tensor_type.h"
+
+#include "kernel_selector_common.h"
#include "kernel_selector_params.h"
-#include <algorithm>
-#include <iostream>
+#include "tensor_type.h"
+
#include <sstream>
#include <cmath>
+
namespace kernel_selector {
using JitDefinitions = std::vector<std::pair<std::string, std::string>>;
@@ -53,44 +55,9 @@ inline std::string GetTypeName<float>() { return "float"; }
template <>
inline std::string GetTypeName<double>() { return "double"; }
-inline std::string toCLType(WeightsType wType)
-{
- switch (wType)
- {
- case WeightsType::INT8: return GetTypeName<int8_t>();
- case WeightsType::F16: return "half";
- case WeightsType::F32: return GetTypeName<float>();
- default: return "";
- }
-}
-
-inline std::string toCLType(Datatype dType)
-{
- switch (dType)
- {
- case Datatype::INT8: return GetTypeName<int8_t>();
- case Datatype::UINT8: return GetTypeName<uint8_t>();
- case Datatype::INT16: return GetTypeName<int16_t>();
- case Datatype::UINT16: return GetTypeName<uint16_t>();
- case Datatype::INT32: return GetTypeName<int32_t>();
- case Datatype::UINT32: return GetTypeName<uint32_t>();
- case Datatype::F16: return "half";
- case Datatype::F32: return GetTypeName<float>();
- default: return "";
- }
-}
-
-inline std::string getMeanOpString(MeanOp op)
-{
- switch (op)
- {
- case MeanOp::NONE: return "val";
- case MeanOp::DIV: return "val/mean_val";
- case MeanOp::MUL: return "val*mean_val";
- case MeanOp::SUB: return "val-mean_val";
- default: return "";
- }
-}
+std::string toCLType(WeightsType wType);
+std::string toCLType(Datatype dType);
+std::string getMeanOpString(MeanOp op);
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// ToCodeString functions
@@ -248,35 +215,7 @@ class DataTensorJitConstant : public TensorBaseTJitConstant<Datatype, DataLayout
public:
DataTensorJitConstant(const std::string& name, const DataTensor& t) : TensorBaseTJitConstant(name), _tensor(t) {}
- JitDefinitions GetDefinitions() const override
- {
- JitDefinitions baseDefinitions = TensorBaseTJitConstant::GetDefinitions(_tensor);
-
- JitDefinitions definitions{
- { _name + "_SIZE_X", toCodeString(_tensor.X().v) },
- { _name + "_SIZE_Y", toCodeString(_tensor.Y().v) },
- { _name + "_FEATURE_NUM", toCodeString(_tensor.Feature().v) },
- { _name + "_ROI_NUM", toCodeString(_tensor.ROI().v) },
- { _name + "_BATCH_NUM", toCodeString(_tensor.Batch().v) },
- { _name + "_X_PITCH", toCodeString(_tensor.X().pitch) },
- { _name + "_Y_PITCH", toCodeString(_tensor.Y().pitch) },
- { _name + "_FEATURE_PITCH", toCodeString(_tensor.Feature().pitch) },
- { _name + "_ROI_PITCH", toCodeString(_tensor.ROI().pitch) },
- { _name + "_BATCH_PITCH", toCodeString(_tensor.Batch().pitch) },
- { _name + "_PAD_BEFORE_SIZE_X", toCodeString(_tensor.X().pad.before) },
- { _name + "_PAD_BEFORE_SIZE_Y", toCodeString(_tensor.Y().pad.before) },
- { _name + "_PAD_BEFORE_FEATURE_NUM", toCodeString(_tensor.Feature().pad.before) },
- { _name + "_PAD_BEFORE_BATCH_NUM", toCodeString(_tensor.Batch().pad.before) },
- { _name + "_PAD_AFTER_SIZE_X", toCodeString(_tensor.X().pad.after) },
- { _name + "_PAD_AFTER_SIZE_Y", toCodeString(_tensor.Y().pad.after) },
- { _name + "_PAD_AFTER_FEATURE_NUM", toCodeString(_tensor.Feature().pad.after) },
- { _name + "_PAD_AFTER_BATCH_NUM", toCodeString(_tensor.Batch().pad.after) },
- };
-
- definitions.insert(definitions.end(), baseDefinitions.begin(), baseDefinitions.end());
-
- return definitions;
- }
+ JitDefinitions GetDefinitions() const override;
};
inline std::shared_ptr<JitConstant> MakeJitConstant(const std::string& name, const DataTensor& value)
@@ -294,25 +233,7 @@ class WeightTensorJitConstant : public TensorBaseTJitConstant<WeightsType, Weigh
public:
WeightTensorJitConstant(const std::string& name, const WeightsTensor& t) : TensorBaseTJitConstant(name), _tensor(t) {}
- JitDefinitions GetDefinitions() const override
- {
- JitDefinitions baseDefinitions = TensorBaseTJitConstant::GetDefinitions(_tensor);
-
- JitDefinitions definitions{
- { _name + "_SIZE_X", toCodeString(_tensor.X().v) },
- { _name + "_SIZE_Y", toCodeString(_tensor.Y().v) },
- { _name + "_IFM_NUM", toCodeString(_tensor.IFM().v) },
- { _name + "_OFM_NUM", toCodeString(_tensor.OFM().v) },
- { _name + "_X_PITCH", toCodeString(_tensor.X().pitch) },
- { _name + "_Y_PITCH", toCodeString(_tensor.Y().pitch) },
- { _name + "_IFM_PITCH", toCodeString(_tensor.IFM().pitch) },
- { _name + "_OFM_PITCH", toCodeString(_tensor.OFM().pitch) },
- };
-
- definitions.insert(definitions.end(), baseDefinitions.begin(), baseDefinitions.end());
-
- return definitions;
- }
+ JitDefinitions GetDefinitions() const override;
};
inline std::shared_ptr<JitConstant> MakeJitConstant(const std::string& name, const WeightsTensor& value)
@@ -375,6 +296,35 @@ inline std::shared_ptr<JitConstant> MakeJitConstant(const std::string& name, con
}
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+// DimTensor
+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+template <typename T>
+class DimVectorJitConstant : public JitConstant
+{
+ const DimTensor<T> _dims;
+
+public:
+ DimVectorJitConstant(const std::string& name, const DimTensor<T>& size) : JitConstant(name), _dims(size) {}
+
+ JitDefinitions GetDefinitions() const override
+ {
+ JitDefinitions definitions{
+ { _name + "_BATCH_NUM", toCodeString(_dims.b) },
+ { _name + "_FEATURE_NUM", toCodeString(_dims.f) },
+ { _name + "_SIZE_Y", toCodeString(_dims.y) },
+ { _name + "_SIZE_X", toCodeString(_dims.x) },
+ };
+ return definitions;
+ }
+};
+
+template <typename T>
+std::shared_ptr<JitConstant> MakeJitConstant(const std::string& name, const DimTensor<T>& value)
+{
+ return std::make_shared<DimVectorJitConstant<T>>(name, value);
+}
+
+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// jit_constants
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
class JitConstants
@@ -383,12 +333,12 @@ class JitConstants
public:
JitConstants(std::initializer_list<std::shared_ptr<JitConstant>> constants) :_constants(constants) {}
- void AddConstant(std::shared_ptr<JitConstant> constant)
+ inline void AddConstant(std::shared_ptr<JitConstant> constant)
{
_constants.push_back(constant);
}
- void AddConstants(const std::vector<std::shared_ptr<JitConstant>>& constants)
+ inline void AddConstants(const std::vector<std::shared_ptr<JitConstant>>& constants)
{
for (const auto& c : constants)
{
@@ -396,81 +346,16 @@ public:
}
}
- void Merge(const JitConstants& jit)
+ inline void Merge(const JitConstants& jit)
{
AddConstants(jit._constants);
}
- JitDefinitions GetDefinitions() const
- {
- JitDefinitions definitons;
- definitons.reserve(_constants.size() * 6); //assuming max 6 pairs per jit_constant
-
- for (auto& constant : _constants) {
- auto def = constant->GetDefinitions();
- definitons.insert(definitons.end(), def.begin(), def.end());
- }
- return definitons;
- }
+ JitDefinitions GetDefinitions() const;
};
-////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
-// MakeBaseParamsJitConstants
-////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
-inline JitConstants MakeBaseParamsJitConstants(const base_params& params)
-{
- bool bFP16Used = params.output.GetDType() == Datatype::F16;
- bool bInt8Used = params.output.GetDType() == Datatype::INT8;
- for (const auto& i : params.inputs)
- {
- bFP16Used |= i.GetDType() == Datatype::F16;
- bInt8Used |= i.GetDType() == Datatype::INT8;
-
- }
-
- JitConstants jit{
- MakeJitConstant("OUTPUT", params.output),
- MakeJitConstant("FP64_SUPPORTED", params.engineInfo.bFP64Support),
- MakeJitConstant("FP16_SUPPORTED", params.engineInfo.bFP16Support),
- MakeJitConstant("FP16_UNIT_USED", bFP16Used),
- MakeJitConstant("INT8_UNIT_USED", bInt8Used),
- MakeJitConstant("UNIT_TYPE", bInt8Used ? "char" : bFP16Used ? "half" : "float"),
- MakeJitConstant("NL_M", params.activationParams.m),
- MakeJitConstant("NL_N", params.activationParams.n),
- MakeJitConstant("ACTIVATION_FUNCTION_" + toString(params.activationFunc), ""),
- MakeJitConstant("GRADIENT", params.gradient),
- };
-
- for (size_t i = 0; i < params.inputs.size(); i++)
- {
- jit.AddConstant(MakeJitConstant("INPUT" + toCodeString(i), params.inputs[i]));
- }
-
- return jit;
-}
-
-////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
-// MakeLoopUnrollParamsJitConstants
-////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
-inline JitConstants MakeLoopUnrollParamsJitConstants(uint32_t loopCount)
-{
- JitConstants jit{
- MakeJitConstant("LOOP0(VAR, STMT)", ""),
- MakeJitConstant("LOOP1(VAR, STMT)", "(STMT); (VAR)++;"),
- };
-
- for (uint32_t i = 2; i <= loopCount + 1; i++)
- {
- jit.AddConstant({
- MakeJitConstant("LOOP" + toCodeString(i) + "(VAR, STMT)", "LOOP" + toCodeString(i - 1) + "(VAR, STMT); (STMT); (VAR)++;"),
- });
- }
-
- jit.AddConstant({
- MakeJitConstant("LOOP(N, VAR, STMT)", "CAT(LOOP, N)((VAR), (STMT))"),
- });
-
- return jit;
-}
+JitConstants MakeBaseParamsJitConstants(const base_params& params);
+JitConstants MakeLoopUnrollParamsJitConstants(uint32_t loopCount);
+JitConstants MakeUnitTypeJitConstants(Datatype dataType);
}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/common/kernel_selector_utils.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/common/kernel_selector_utils.cpp
new file mode 100644
index 000000000..92933f832
--- /dev/null
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/common/kernel_selector_utils.cpp
@@ -0,0 +1,313 @@
+/*
+// Copyright (c) 2018 Intel Corporation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+*/
+
+#include "kernel_selector_utils.h"
+#include "reorder/reorder_weights_kernel_selector.h"
+#include "reorder/reorder_kernel_base.h"
+#include "convolution/convolution_params.h"
+
+namespace kernel_selector {
+
+ bool CheckConvolutionPaddedInputDesc(const convolution_params& params, const DataTensor& reqDesc)
+ {
+ assert(params.inputs.size() == 1);
+
+ bool properPadding =
+ reqDesc.X().pad.before <= params.inputs[0].X().pad.before &&
+ reqDesc.Y().pad.before <= params.inputs[0].Y().pad.before &&
+ reqDesc.Feature().pad.before <= params.inputs[0].Feature().pad.before &&
+ reqDesc.Batch().pad.before <= params.inputs[0].Batch().pad.before;
+
+ properPadding &=
+ reqDesc.X().pad.after <= params.inputs[0].X().pad.after &&
+ reqDesc.Y().pad.after <= params.inputs[0].Y().pad.after &&
+ reqDesc.Feature().pad.after <= params.inputs[0].Feature().pad.after &&
+ reqDesc.Batch().pad.after <= params.inputs[0].Batch().pad.after;
+
+ properPadding &= ((params.padding.x == 0 && params.padding.y == 0) || params.inputs[0].GetPaddedVal() == 0.f);
+
+ return properPadding;
+ }
+
+ DataTensor GetConvolutionBFYXPaddedTensor(const convolution_params& cp)
+ {
+ assert(cp.inputs.size() == 1);
+ assert(cp.inputs[0].GetDims().size() == 4U);
+
+ DataTensor t = cp.inputs[0];
+ std::vector<Tensor::Pad> pad{ { 0,0 },{ 0,0 },{ 0,0 },{ 0,0 } };
+
+ pad[0].before = cp.padding.x;
+ pad[1].before = cp.padding.y;
+
+ const auto inputLimitX = (cp.output.X().v - 1) * cp.stride.x + (cp.filterSize.x - 1) * cp.dilation.x + 1;
+ const auto inputLimitY = (cp.output.Y().v - 1) * cp.stride.y + (cp.filterSize.y - 1) * cp.dilation.y + 1;
+
+ pad[0].after = (size_t)std::max((int)inputLimitX - (int)t.X().v - (int)pad[0].before, (int)0);
+ pad[1].after = (size_t)std::max((int)inputLimitY - (int)t.Y().v - (int)pad[1].before, (int)0);
+
+ Tensor::NDims dims(4);
+ const Tensor::NDims& orgDims = cp.inputs[0].GetDims();
+ size_t pitch = 1;
+ for (size_t i = 0; i < dims.size(); i++)
+ {
+ dims[i].pad = pad[i];
+ dims[i].v = orgDims[i].v;
+ dims[i].pitch = pitch;
+ pitch *= dims[i].LogicalDimPadded();
+ }
+
+ return{ dims, t.GetDType(), t.GetLayout() };
+ }
+
+ bool CovolutionCheckInput(const Params& p, const optional_params& o)
+ {
+ const convolution_params& params = static_cast<const convolution_params&>(p);
+ const convolution_optional_params& optParams = static_cast<const convolution_optional_params&>(o);
+
+ const auto req_input = GetConvolutionBFYXPaddedTensor(params);
+ const bool bProperInputDesc = CheckConvolutionPaddedInputDesc(params, req_input);
+ const bool bInputPadded = optParams.allowInputReordering || bProperInputDesc;
+
+ if (!bInputPadded)
+ {
+ return false;
+ }
+
+ return true;
+ }
+
+ bool CovolutionUpdateInputParams(convolution_params& params)
+ {
+ const auto req_input = GetConvolutionBFYXPaddedTensor(params);
+ const bool bProperInputDesc = CheckConvolutionPaddedInputDesc(params, req_input);
+
+ if (!bProperInputDesc)
+ {
+ params.inputs[0] = req_input;
+ return true;
+ }
+
+ return false;
+ }
+
+ WeightsType DataTypeToWeightsType(Datatype t)
+ {
+ switch (t)
+ {
+ case Datatype::INT8: return WeightsType::INT8;
+ case Datatype::F16: return WeightsType::F16;
+ case Datatype::F32: return WeightsType::F32;
+ default:
+ return WeightsType::UNSUPPORTED;
+ }
+ }
+
+ bool CheckWeights(const WeightsTensor& tensor, WeightsType reqType, std::vector<WeightsLayout> reqLayouts)
+ {
+ if (reqType != tensor.GetDType())
+ {
+ return false;
+ }
+
+ bool bProperWeightsLayout = std::find(reqLayouts.begin(), reqLayouts.end(), tensor.GetLayout()) != reqLayouts.end();
+ if (!bProperWeightsLayout && tensor.PitchesDifferFromLogicalDims() == false)
+ {
+ bProperWeightsLayout =
+ (std::find(reqLayouts.begin(), reqLayouts.end(), WeightsLayout::io) != reqLayouts.end() && tensor.GetLayout() == WeightsLayout::iyxo) ||
+ (std::find(reqLayouts.begin(), reqLayouts.end(), WeightsLayout::oi) != reqLayouts.end() && tensor.GetLayout() == WeightsLayout::oiyx);
+ }
+
+ return bProperWeightsLayout;
+ }
+
+ std::vector<size_t> GetImageSizes(const kernel_selector::WeightsTensor& dimensions, const WeightsLayout layout)
+ {
+ auto ofm = dimensions.OFM().v;
+ auto ifm = dimensions.IFM().v;
+ auto x = dimensions.X().v;
+ auto y = dimensions.Y().v;
+
+ switch (layout)
+ {
+ case WeightsLayout::image_2d_weights_c1_b_fyx:
+ case WeightsLayout::image_2d_weights_c4_fyx_b:
+ return { ofm, ifm * x * y };
+ case WeightsLayout::image_2d_weights_winograd_6x3_s1_fbxyb:
+ return { ofm * x * y * 8 / 3, ifm };
+ case WeightsLayout::image_2d_weights_winograd_6x3_s1_xfbyb:
+ return { ofm * y, ifm * x * 8 / 3 };
+ default:
+ return { 0, 0 };
+ }
+ }
+
+ bool CheckImageSize(const weight_bias_params& newParams, const WeightsLayout layout)
+ {
+ if (!newParams.engineInfo.bImageSupport)
+ return false;
+
+ auto image_sizes = GetImageSizes(newParams.weights, layout);
+ if (image_sizes[0] == 0 ||
+ image_sizes[1] == 0 ||
+ image_sizes[0] > newParams.engineInfo.maxImage2dWidth ||
+ image_sizes[1] > newParams.engineInfo.maxImage2dHeight)
+ return false;
+
+ return true;
+ }
+
+ bool UpdateWeightsParams(weight_bias_params& newParams, const optional_params& options, std::vector<WeightsLayout> layouts, WeightsReorderParams& weightsReorderParams)
+ {
+ //validate if weights type is image and if device supports requested sizes
+ for (auto& requested_layout : layouts)
+ {
+ if (Tensor::IsImageType(requested_layout))
+ {
+ if (!CheckImageSize(newParams, requested_layout))
+ return false;
+ }
+ }
+ const weight_bias_optional_params& optParams = static_cast<const weight_bias_optional_params&>(options);
+
+ const auto dtype = DataTypeToWeightsType(newParams.inputs[0].GetDType());
+ bool bProperWeights = CheckWeights(newParams.weights, dtype, layouts);
+
+ if (!bProperWeights)
+ {
+ if (!optParams.allowStaticInputReordering)
+ {
+ return false;
+ }
+
+ auto& reorderKS = ReorderWeightsKernelSelctor::Instance();
+ reorder_weights_params r_params;
+
+ r_params.layerID = newParams.layerID + "_reorder_";
+ r_params.input = newParams.weights;
+ r_params.output = newParams.weights.TransformIgnorePadding(layouts[0], dtype);
+
+ reorder_optional_params op;
+ KernelsData kernels_data = reorderKS.GetBestKernels(r_params, op);
+
+ if (kernels_data.empty())
+ {
+ return false;
+ }
+
+ weightsReorderParams.engine = WeightsReorderParams::Engine::GPU;
+ weightsReorderParams.clKernel = std::make_shared<clKernelData>(kernels_data[0].kernels[0]);
+ weightsReorderParams.newBufferSize = r_params.output.PhysicalSizeInBytes();
+ weightsReorderParams.dtype = dtype;
+ weightsReorderParams.destLayout = r_params.output.GetLayout();
+ weightsReorderParams.toImageType = Tensor::IsImageType(r_params.output.GetLayout());
+
+ newParams.weights = r_params.output;
+ }
+
+ return true;
+ }
+
+ JitConstants GetTensorFriendlyWorkGroupsJit(const DataTensor& t)
+ {
+ auto b = DataTensor::Channelndex(t.GetLayout(), Tensor::DataChannelName::BATCH);
+ auto f = DataTensor::Channelndex(t.GetLayout(), Tensor::DataChannelName::FEATURE);
+ auto x = DataTensor::Channelndex(t.GetLayout(), Tensor::DataChannelName::X);
+
+ if (x == -1)
+ {
+ x = 2;
+ }
+ else
+ {
+ b = (b < x) ? b : b - 1;
+ f = (f < x) ? f : f - 1;
+ }
+
+ JitConstants jit{
+ MakeJitConstant("GWS_BATCH", b),
+ MakeJitConstant("GWS_FEATURE", f),
+ MakeJitConstant("GWS_YX", x),
+ };
+
+ return jit;
+ }
+
+ std::vector<size_t> GetTensorFriendlyWorkGroups(const DataTensor& t)
+ {
+ std::vector<size_t> sizes;
+ auto y = DataTensor::Channelndex(t.GetLayout(), Tensor::DataChannelName::Y);
+ for (size_t i = 0; i < t.GetDims().size(); i++)
+ {
+ const auto& o = t.GetDims()[i];
+ if (y == (int)i)
+ {
+ sizes.back() *= o.v;
+ }
+ else
+ {
+ sizes.push_back(o.v);
+ }
+ }
+
+ for (size_t i = sizes.size(); i < 3; i++)
+ {
+ sizes.push_back(1U);
+ }
+
+ return sizes;
+ }
+
+ std::vector<size_t> GetOptimalLocalWorkGroupSizes(std::vector<size_t> gws)
+ {
+ const size_t lws_max = 256;
+ const size_t optimal_lws_values[] = { 256, 224, 192, 160, 128, 96, 64, 32, 16, 8, 7, 6, 5, 4, 3, 2, 1 };
+ size_t total_lws = 1;
+ std::vector<size_t> lws;
+ for (size_t i = 0; i < gws.size(); ++i)
+ {
+ auto rest_lws = lws_max / total_lws;
+ size_t lws_idx = 0;
+ while (rest_lws < optimal_lws_values[lws_idx]) lws_idx++;
+
+ while (gws[i] % optimal_lws_values[lws_idx]) lws_idx++;
+
+ lws.push_back(optimal_lws_values[lws_idx]);
+ total_lws *= optimal_lws_values[lws_idx];
+ }
+
+ return lws;
+ }
+
+ bool CheckInputsOutputNoPitchSameDims(const base_params& params)
+ {
+ bool no_pitch_same_dims = true;
+
+ if (params.inputs.size())
+ {
+ no_pitch_same_dims = !params.inputs[0].PitchesDifferFromLogicalDims();
+
+ for (size_t i = 1; i < params.inputs.size(); i++)
+ {
+ no_pitch_same_dims = no_pitch_same_dims && (params.inputs[0] == params.inputs[i]);
+ }
+
+ no_pitch_same_dims = no_pitch_same_dims && (params.inputs[0] == params.output);
+ }
+
+ return no_pitch_same_dims;
+ }
+} \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/common/kernel_selector_utils.h b/inference-engine/thirdparty/clDNN/kernel_selector/core/common/kernel_selector_utils.h
index bc58ad933..e7cc7cf10 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/common/kernel_selector_utils.h
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/common/kernel_selector_utils.h
@@ -18,300 +18,23 @@
#include "jitter.h"
#include "tensor_type.h"
-#include "kernel_selector_common.h"
-#include "reorder/reorder_weights_kernel_selector.h"
-#include "reorder/reorder_kernel_base.h"
-#include "convolution/convolution_params.h"
namespace kernel_selector {
- inline bool CheckConvolutionPaddedInputDesc(const convolution_params& params, const DataTensor& reqDesc)
- {
- assert(params.inputs.size() == 1);
-
- bool properPadding =
- reqDesc.X().pad.before <= params.inputs[0].X().pad.before &&
- reqDesc.Y().pad.before <= params.inputs[0].Y().pad.before &&
- reqDesc.Feature().pad.before <= params.inputs[0].Feature().pad.before &&
- reqDesc.Batch().pad.before <= params.inputs[0].Batch().pad.before;
-
- properPadding &=
- reqDesc.X().pad.after <= params.inputs[0].X().pad.after &&
- reqDesc.Y().pad.after <= params.inputs[0].Y().pad.after &&
- reqDesc.Feature().pad.after <= params.inputs[0].Feature().pad.after &&
- reqDesc.Batch().pad.after <= params.inputs[0].Batch().pad.after;
-
- properPadding &= ((params.padding.x == 0 && params.padding.y == 0) || params.inputs[0].GetPaddedVal() == 0.f);
-
- return properPadding;
- }
-
- inline DataTensor GetConvolutionBFYXPaddedTensor(const convolution_params& cp)
- {
- assert(cp.inputs.size() == 1);
- assert(cp.inputs[0].GetDims().size() == 4U);
-
- DataTensor t = cp.inputs[0];
- std::vector<Tensor::Pad> pad{ { 0,0 },{ 0,0 },{ 0,0 },{ 0,0 } };
-
- pad[0].before = cp.padding.x;
- pad[1].before = cp.padding.y;
-
- const auto inputLimitX = (cp.output.X().v - 1) * cp.stride.x + (cp.filterSize.x - 1) * cp.dilation.x + 1;
- const auto inputLimitY = (cp.output.Y().v - 1) * cp.stride.y + (cp.filterSize.y - 1) * cp.dilation.y + 1;
-
- pad[0].after = (size_t)std::max((int)inputLimitX - (int)t.X().v - (int)pad[0].before, (int)0);
- pad[1].after = (size_t)std::max((int)inputLimitY - (int)t.Y().v - (int)pad[1].before, (int)0);
-
- Tensor::NDims dims(4);
- const Tensor::NDims& orgDims = cp.inputs[0].GetDims();
- size_t pitch = 1;
- for (size_t i = 0; i < dims.size(); i++)
- {
- dims[i].pad = pad[i];
- dims[i].v = orgDims[i].v;
- dims[i].pitch = pitch;
- pitch *= dims[i].LogicalDimPadded();
- }
-
- return{dims, t.GetDType(), t.GetLayout()};
- }
-
- inline bool CovolutionCheckInput(const Params& p, const optional_params& o)
- {
- const convolution_params& params = static_cast<const convolution_params&>(p);
- const convolution_optional_params& optParams = static_cast<const convolution_optional_params&>(o);
-
- const auto req_input = GetConvolutionBFYXPaddedTensor(params);
- const bool bProperInputDesc = CheckConvolutionPaddedInputDesc(params, req_input);
- const bool bInputPadded = optParams.allowInputReordering || bProperInputDesc;
-
- if (!bInputPadded)
- {
- return false;
- }
-
- return true;
- }
-
- inline bool CovolutionUpdateInputParams(convolution_params& params)
- {
- const auto req_input = GetConvolutionBFYXPaddedTensor(params);
- const bool bProperInputDesc = CheckConvolutionPaddedInputDesc(params, req_input);
-
- if (!bProperInputDesc)
- {
- params.inputs[0] = req_input;
- return true;
- }
-
- return false;
- }
-
- inline WeightsType DataTypeToWeightsType(Datatype t)
- {
- switch (t)
- {
- case Datatype::INT8: return WeightsType::INT8;
- case Datatype::F16: return WeightsType::F16;
- case Datatype::F32: return WeightsType::F32;
- default:
- return WeightsType::UNSUPPORTED;
- }
- }
-
- inline bool CheckWeights(const WeightsTensor& tensor, WeightsType reqType, std::vector<WeightsLayout> reqLayouts)
- {
- if (reqType != tensor.GetDType())
- {
- return false;
- }
-
- bool bProperWeightsLayout = std::find(reqLayouts.begin(), reqLayouts.end(), tensor.GetLayout()) != reqLayouts.end();
- if (!bProperWeightsLayout && tensor.PitchesDifferFromLogicalDims() == false)
- {
- bProperWeightsLayout =
- (std::find(reqLayouts.begin(), reqLayouts.end(), WeightsLayout::io) != reqLayouts.end() && tensor.GetLayout() == WeightsLayout::iyxo) ||
- (std::find(reqLayouts.begin(), reqLayouts.end(), WeightsLayout::oi) != reqLayouts.end() && tensor.GetLayout() == WeightsLayout::oiyx);
- }
-
- return bProperWeightsLayout;
- }
-
- inline std::vector<size_t> GetImageSizes(const kernel_selector::WeightsTensor& dimensions, const WeightsLayout layout)
- {
- auto ofm = dimensions.OFM().v;
- auto ifm = dimensions.IFM().v;
- auto x = dimensions.X().v;
- auto y = dimensions.Y().v;
-
- switch (layout)
- {
- case WeightsLayout::image_2d_weights_c1_b_fyx:
- case WeightsLayout::image_2d_weights_c4_fyx_b:
- return { ofm, ifm * x * y };
- case WeightsLayout::image_2d_weights_winograd_6x3_s1_fbxyb:
- return { ofm * x * y * 8 / 3, ifm };
- case WeightsLayout::image_2d_weights_winograd_6x3_s1_xfbyb:
- return { ofm * y, ifm * x * 8 / 3 };
- default:
- return { 0, 0 };
- }
- }
-
- inline bool CheckImageSize(const weight_bias_params& newParams, const WeightsLayout layout)
- {
- if (!newParams.engineInfo.bImageSupport)
- return false;
-
- auto image_sizes = GetImageSizes(newParams.weights, layout);
- if (image_sizes[0] == 0 ||
- image_sizes[1] == 0 ||
- image_sizes[0] > newParams.engineInfo.maxImage2dWidth ||
- image_sizes[1] > newParams.engineInfo.maxImage2dHeight)
- return false;
-
- return true;
- }
-
- inline bool UpdateWeightsParams(weight_bias_params& newParams, const optional_params& options, std::vector<WeightsLayout> layouts, WeightsReorderParams& weightsReorderParams)
- {
- //validate if weights type is image and if device supports requested sizes
- for (auto& requested_layout : layouts)
- {
- if (Tensor::IsImageType(requested_layout))
- {
- if (!CheckImageSize(newParams, requested_layout))
- return false;
- }
- }
- const weight_bias_optional_params& optParams = static_cast<const weight_bias_optional_params&>(options);
-
- const auto dtype = DataTypeToWeightsType(newParams.inputs[0].GetDType());
- bool bProperWeights = CheckWeights(newParams.weights, dtype, layouts);
-
- if (!bProperWeights)
- {
- if (!optParams.allowStaticInputReordering)
- {
- return false;
- }
-
- auto& reorderKS = ReorderWeightsKernelSelctor::Instance();
- reorder_weights_params r_params;
-
- r_params.layerID = newParams.layerID + "_reorder_";
- r_params.input = newParams.weights;
- r_params.output = newParams.weights.TransformIgnorePadding(layouts[0], dtype);
-
- reorder_optional_params op;
- KernelsData kernels_data = reorderKS.GetBestKernels(r_params, op);
-
- if (kernels_data.empty())
- {
- return false;
- }
-
- weightsReorderParams.engine = WeightsReorderParams::Engine::GPU;
- weightsReorderParams.clKernel = std::make_shared<clKernelData>(kernels_data[0].kernels[0]);
- weightsReorderParams.newBufferSize = r_params.output.PhysicalSizeInBytes();
- weightsReorderParams.dtype = dtype;
- weightsReorderParams.destLayout = r_params.output.GetLayout();
- weightsReorderParams.toImageType = Tensor::IsImageType(r_params.output.GetLayout());
-
- newParams.weights = r_params.output;
- }
-
- return true;
- }
-
- inline JitConstants GetTensorFriendlyWorkGroupsJit(const DataTensor& t)
- {
- auto b = DataTensor::Channelndex(t.GetLayout(), Tensor::DataChannelName::BATCH);
- auto f = DataTensor::Channelndex(t.GetLayout(), Tensor::DataChannelName::FEATURE);
- auto x = DataTensor::Channelndex(t.GetLayout(), Tensor::DataChannelName::X);
-
- if (x == -1)
- {
- x = 2;
- }
- else
- {
- b = (b < x) ? b : b - 1;
- f = (f < x) ? f : f - 1;
- }
-
- JitConstants jit{
- MakeJitConstant("GWS_BATCH", b),
- MakeJitConstant("GWS_FEATURE", f),
- MakeJitConstant("GWS_YX", x),
- };
-
- return jit;
- }
-
- inline std::vector<size_t> GetTensorFriendlyWorkGroups(const DataTensor& t)
- {
- std::vector<size_t> sizes;
- auto y = DataTensor::Channelndex(t.GetLayout(), Tensor::DataChannelName::Y);
- for (size_t i = 0; i < t.GetDims().size(); i++)
- {
- const auto& o = t.GetDims()[i];
- if (y == (int)i)
- {
- sizes.back() *= o.v;
- }
- else
- {
- sizes.push_back(o.v);
- }
- }
-
- for (size_t i = sizes.size(); i < 3; i++)
- {
- sizes.push_back(1U);
- }
-
- return sizes;
- }
-
- inline std::vector<size_t> GetOptimalLocalWorkGroupSizes(std::vector<size_t> gws)
- {
- const size_t lws_max = 256;
- const size_t optimal_lws_values[] = { 256, 224, 192, 160, 128, 96, 64, 32, 16, 8, 7, 6, 5, 4, 3, 2, 1 };
- size_t total_lws = 1;
- std::vector<size_t> lws;
- for (size_t i = 0; i < gws.size(); ++i)
- {
- auto rest_lws = lws_max / total_lws;
- size_t lws_idx = 0;
- while (rest_lws < optimal_lws_values[lws_idx]) lws_idx++;
-
- while (gws[i] % optimal_lws_values[lws_idx]) lws_idx++;
-
- lws.push_back(optimal_lws_values[lws_idx]);
- total_lws *= optimal_lws_values[lws_idx];
- }
-
- return lws;
- }
-
- inline bool CheckInputsOutputNoPitchSameDims(const base_params& params)
- {
- bool no_pitch_same_dims = true;
-
- if (params.inputs.size())
- {
- no_pitch_same_dims = !params.inputs[0].PitchesDifferFromLogicalDims();
-
- for (size_t i = 1; i < params.inputs.size(); i++)
- {
- no_pitch_same_dims = no_pitch_same_dims && (params.inputs[0] == params.inputs[i]);
- }
-
- no_pitch_same_dims = no_pitch_same_dims && (params.inputs[0] == params.output);
- }
-
- return no_pitch_same_dims;
- }
+ struct weight_bias_params;
+ struct convolution_params;
+
+ bool CheckConvolutionPaddedInputDesc(const convolution_params& params, const DataTensor& reqDesc);
+ DataTensor GetConvolutionBFYXPaddedTensor(const convolution_params& cp);
+ bool CovolutionCheckInput(const Params& p, const optional_params& o);
+ bool CovolutionUpdateInputParams(convolution_params& params);
+ WeightsType DataTypeToWeightsType(Datatype t);
+ bool CheckWeights(const WeightsTensor& tensor, WeightsType reqType, std::vector<WeightsLayout> reqLayouts);
+ std::vector<size_t> GetImageSizes(const kernel_selector::WeightsTensor& dimensions, const WeightsLayout layout);
+ bool CheckImageSize(const weight_bias_params& newParams, const WeightsLayout layout);
+ bool UpdateWeightsParams(weight_bias_params& newParams, const optional_params& options, std::vector<WeightsLayout> layouts, WeightsReorderParams& weightsReorderParams);
+ JitConstants GetTensorFriendlyWorkGroupsJit(const DataTensor& t);
+ std::vector<size_t> GetTensorFriendlyWorkGroups(const DataTensor& t);
+ std::vector<size_t> GetOptimalLocalWorkGroupSizes(std::vector<size_t> gws);
+ bool CheckInputsOutputNoPitchSameDims(const base_params& params);
} \ No newline at end of file
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/kernel_base.h b/inference-engine/thirdparty/clDNN/kernel_selector/core/kernel_base.h
index 6c8c1d5fc..80b501e8d 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/kernel_base.h
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/kernel_base.h
@@ -18,9 +18,12 @@
#include "kernel_selector_common.h"
#include "kernel_selector_params.h"
-
+#include "primitive_db.h"
+
namespace kernel_selector
{
+ using primitive_db = kernel_selector::gpu::cache::primitive_db;
+
class KernelBase
{
public:
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/kernel_selector.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/kernel_selector.cpp
index edcaac239..6e938d006 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/kernel_selector.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/kernel_selector.cpp
@@ -14,10 +14,10 @@
// limitations under the License.
*/
+#include "kernel_base.h"
#include "kernel_selector_common.h"
#include "kernel_selector.h"
#include <type_traits>
-#include <iostream>
#include <sstream>
#include <fstream>
@@ -150,7 +150,7 @@ namespace kernel_selector {
if (params.GetType() == kType &&
options.GetType() == kType)
{
- std::string hash = std::to_string(std::hash<std::string>{}(params.to_string()));
+ std::string hash = std::to_string(create_hash(params.to_string()));
ParamsKey requireKey = params.GetParamsKey().Merge(options.GetSupportedKey());
std::tuple<std::string, int> cachedKernelConfig;
@@ -232,7 +232,39 @@ namespace kernel_selector {
// we have to handle it in order to avoid exception in KernelSelector as much we can
}
}
+ }
+
+ //try to fallback to reference kernels if no optimized were found during tuning
+ if (!kernelsData.size())
+ {
+ for (const auto& implementation : implementations)
+ {
+ const ParamsKey implKey = implementation->GetSupportedKey();
+ //this time, check only implementations that have disabled tuning
+ if (implKey.Support(requireKey) && !implKey.TuningSupport())
+ {
+ try
+ {
+ KernelsData kds = implementation->GetKernelsDataForAutoTune(params, options);
+ std::vector<uint64_t> runTimes = options.tuningParams.runner->run_kernels(kds);
+
+ for (size_t i = 0; i < kds.size(); i++)
+ {
+ kds[i].runTime = runTimes[i];
+ if (kernelsData.size() == 0 || kds[i].runTime < kernelsData[0].runTime)
+ {
+ kernelsData = { kds[i] };
+ kernelName = implementation->GetName();
+ }
+ }
+ }
+ catch (std::runtime_error&)
+ {
+ // we have to handle it in order to avoid exception in KernelSelector as much we can
+ }
+ }
+ }
}
if (kernelsData.size())
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/kernel_selector.h b/inference-engine/thirdparty/clDNN/kernel_selector/core/kernel_selector.h
index 4ba7f7314..3091aee40 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/kernel_selector.h
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/kernel_selector.h
@@ -16,14 +16,14 @@
#pragma once
-#include "kernel_base.h"
#include "kernel_selector_common.h"
-#include "kernel_selector_params.h"
#include "kernel_runner_interface.h"
#include "auto_tuner.h"
namespace kernel_selector
{
+ class KernelBase;
+
using KernelList = std::vector<std::shared_ptr<KernelBase>>;
using ForceList = std::map<std::string, bool>;
@@ -39,7 +39,7 @@ namespace kernel_selector
template<typename T>
inline void Attach()
{
- implementations.push_back(std::make_shared<T>(T()));
+ implementations.push_back(std::make_shared<T>());
}
virtual KernelsData GetNaiveBestKernel(const Params& params, const optional_params& options, KernelType kType) const;
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/kernel_selector_common.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/kernel_selector_common.cpp
index eefeb4e52..c4f964a07 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/kernel_selector_common.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/kernel_selector_common.cpp
@@ -15,8 +15,9 @@
*/
#include "kernel_selector_common.h"
-
-namespace kernel_selector
+#include <sstream>
+
+namespace kernel_selector
{
std::string GetStringEnv(const char* varName)
{
@@ -43,4 +44,374 @@ namespace kernel_selector
return str;
}
-} \ No newline at end of file
+
+ std::string toString(ActivationFunction activation)
+ {
+ std::string method("LINEAR");
+ switch (activation)
+ {
+ case ActivationFunction::LOGISTIC: method = "LOGISTIC"; break;
+ case ActivationFunction::HYPERBOLIC_TAN: method = "HYPERBOLIC_TAN"; break;
+ case ActivationFunction::RELU: method = "RELU"; break;
+ case ActivationFunction::RELU_NEGATIVE_SLOPE: method = "RELU_NEGATIVE_SLOPE"; break;
+ case ActivationFunction::CLAMP: method = "CLAMP"; break;
+ case ActivationFunction::SOFTRELU: method = "SOFTRELU"; break;
+ case ActivationFunction::ABS: method = "ABS"; break;
+ case ActivationFunction::SQUARE: method = "SQUARE"; break;
+ case ActivationFunction::SQRT: method = "SQRT"; break;
+ case ActivationFunction::LINEAR: method = "LINEAR"; break;
+ case ActivationFunction::ELU: method = "ELU"; break;
+ case ActivationFunction::RELU_GRAD: method = "RELU_GRAD"; break;
+ case ActivationFunction::RELU_NEGATIVE_SLOPE_GRAD: method = "RELU_NEGATIVE_SLOPE_GRAD"; break;
+ case ActivationFunction::SIN: method = "SIN"; break;
+ case ActivationFunction::ASIN: method = "ASIN"; break;
+ case ActivationFunction::SINH: method = "SINH"; break;
+ case ActivationFunction::COS: method = "COS"; break;
+ case ActivationFunction::ACOS: method = "ACOS"; break;
+ case ActivationFunction::COSH: method = "COSH"; break;
+ case ActivationFunction::LOG: method = "LOG"; break;
+ case ActivationFunction::LOG2: method = "LOG2"; break;
+ case ActivationFunction::EXP: method = "EXP"; break;
+ case ActivationFunction::NONE: method = "NONE"; break;
+ case ActivationFunction::NONE_GRAD: method = "NONE_GRAD"; break;
+ default: break;
+ }
+ return method;
+ }
+
+ std::string toString(DataLayout l)
+ {
+ switch (l)
+ {
+ case kernel_selector::DataLayout::bf: return "BF";
+ case kernel_selector::DataLayout::fb: return "FB";
+ case kernel_selector::DataLayout::bfyx: return "BFYX";
+ case kernel_selector::DataLayout::yxfb: return "YXFB";
+ case kernel_selector::DataLayout::byxf: return "BYXF";
+ case kernel_selector::DataLayout::fyxb: return "FYXB";
+ case kernel_selector::DataLayout::bs_f_bsv8__af8: return "BS_F_BSV8__AF8";
+ case kernel_selector::DataLayout::bs_f_bsv16__af8: return "BS_F_BSV16__AF8";
+ case kernel_selector::DataLayout::bf8_xy16: return "BF8_XY16";
+ case kernel_selector::DataLayout::brfyx: return "BRFYX";
+ case kernel_selector::DataLayout::winograd_2x3_s1_data: return "WINOGRAD_2x3_S1_DATA";
+ case kernel_selector::DataLayout::byxf_af32: return "BYXF_AF32";
+ case kernel_selector::DataLayout::fs_bs_yx_bsv4_fsv32: return "FS_BS_YX_BSV4_FSV32";
+ default: return "";
+ }
+ }
+
+ std::string toString(Datatype dType)
+ {
+ switch (dType)
+ {
+ case Datatype::INT8: return "INT8";
+ case Datatype::UINT8: return "UINT8";
+ case Datatype::INT16: return "INT16";
+ case Datatype::UINT16: return "UINT16";
+ case Datatype::INT32: return "INT32";
+ case Datatype::UINT32: return "UINT32";
+ case Datatype::INT64: return "INT64";
+ case Datatype::F16: return "F16";
+ case Datatype::F32: return "F32";
+ default: return "";
+ }
+ }
+
+ std::string toString(WeightsType wType)
+ {
+ switch (wType)
+ {
+ case WeightsType::F16: return "F16";
+ case WeightsType::F32: return "F32";
+ case WeightsType::INT8: return "INT8";
+ default: return "";
+ }
+ }
+
+ std::string toString(KernelType kt)
+ {
+ switch (kt)
+ {
+ case KernelType::UNKNOWN: return "UNKNOWN";
+ case KernelType::CONVOLUTION: return "CONVOLUTION";
+ case KernelType::LRN: return "LRN";
+ case KernelType::POOLING: return "POOLING";
+ case KernelType::ROI_POOLING: return "ROI_POOLING";
+ case KernelType::FULLY_CONNECTED: return "FULLY_CONNECTED";
+ case KernelType::ACTIVATION: return "ACTIVATION";
+ case KernelType::SOFT_MAX: return "SOFT_MAX";
+ case KernelType::REGION_YOLO: return "REGION_YOLO";
+ case KernelType::REORG_YOLO: return "REORG_YOLO";
+ case KernelType::ELTWISE: return "ELTWISE";
+ case KernelType::REORDER: return "REORDER";
+ case KernelType::SELECT: return "SELECT";
+ default:
+ return "";
+ }
+ }
+
+ std::string toString(EltwiseMode b_mode)
+ {
+ switch (b_mode)
+ {
+ case EltwiseMode::ADD: return "ADD";
+ case EltwiseMode::SUB: return "SUB";
+ case EltwiseMode::MUL: return "MUL";
+ case EltwiseMode::DIV: return "DIV";
+ case EltwiseMode::MIN: return "MIN";
+ case EltwiseMode::MAX: return "MAX";
+ case EltwiseMode::POW: return "POW";
+ case EltwiseMode::MODULU: return "MODULU";
+ case EltwiseMode::SQRT: return "SQRT";
+ case EltwiseMode::RSQRT: return "RSQRT";
+ case EltwiseMode::ASSIGN: return "ASSIGN";
+ default:
+ return "";
+ }
+ }
+
+ std::string toString(ReorderMode mode)
+ {
+ switch (mode)
+ {
+ case ReorderMode::xyzw: return "XYZW";
+ case ReorderMode::xywz: return "XYWZ";
+ case ReorderMode::xwyz: return "XWYZ";
+ case ReorderMode::wxyz: return "WXYZ";
+ case ReorderMode::xzyw: return "XZYW";
+ case ReorderMode::zyxw: return "ZYXW";
+ case ReorderMode::yxzw: return "YXZW";
+ default: return "XYZW";
+ }
+ }
+
+ std::string toString(MeanSubtractMode mode)
+ {
+ switch (mode)
+ {
+ case MeanSubtractMode::NONE: return "NONE";
+ case MeanSubtractMode::INSIDE_PARAMS: return "INSIDE_PARAMS";
+ case MeanSubtractMode::IN_BUFFER: return "IN_BUFFER";
+ default: return "";
+ }
+ }
+
+ std::string toString(ArgMaxMinOut mode)
+ {
+ switch (mode)
+ {
+ case ArgMaxMinOut::MAX: return "MAX";
+ case ArgMaxMinOut::MIN: return "MIN";
+ default: return "";
+ }
+ }
+
+ std::string toString(ArgMaxMinAxis mode)
+ {
+ switch (mode)
+ {
+ case ArgMaxMinAxis::BATCH: return "BATCH";
+ case ArgMaxMinAxis::FEATURE: return "FEATURE";
+ case ArgMaxMinAxis::X: return "X";
+ case ArgMaxMinAxis::Y: return "Y";
+ case ArgMaxMinAxis::XYF: return "XYF";
+ default: return "";
+ }
+ }
+
+ std::string toString(LookUpTableAxis mode)
+ {
+ switch (mode)
+ {
+ case LookUpTableAxis::BATCH: return "BATCH";
+ case LookUpTableAxis::FEATURE: return "FEATURE";
+ case LookUpTableAxis::X: return "X";
+ case LookUpTableAxis::Y: return "Y";
+ case LookUpTableAxis::XYF: return "XYF";
+ default: return "";
+ }
+ }
+
+ std::string toString(PoolType mode)
+ {
+ switch (mode)
+ {
+ case PoolType::MAX: return "MAX";
+ case PoolType::AVG: return "AVG";
+ case PoolType::MAX_WITH_ARGMAX: return "MAX_WITH_ARGMAX";
+ case PoolType::BILINEAR: return "BILINEAR";
+ default: return "";
+ }
+ }
+
+ std::string toString(LRNMode mode)
+ {
+ switch (mode)
+ {
+ case LRNMode::ACROSS_CHANNEL: return "ACROSS_CHANNEL";
+ case LRNMode::WITHIN_CHANNEL: return "WITHIN_CHANNEL";
+ default: return "";
+ }
+ }
+
+ std::string toString(KernelDividerMode mode)
+ {
+ switch (mode)
+ {
+ case KernelDividerMode::DONT_CARE: return "DONT_CARE";
+ case KernelDividerMode::FIXED: return "FIXED";
+ case KernelDividerMode::DYNAMIC: return "DYNAMIC";
+ case KernelDividerMode::DYNAMIC_WITH_PADDING: return "DYNAMIC_WITH_PADDING";
+ default: return "";
+ }
+ }
+
+ std::string toString(SoftmaxDim d)
+ {
+ switch (d)
+ {
+ case SoftmaxDim::X: return "X";
+ case SoftmaxDim::Y: return "Y";
+ case SoftmaxDim::FEATURE: return "FEATURE";
+ default: return "";
+ }
+ }
+
+ std::string toString(NormalizeMode mode)
+ {
+ switch (mode)
+ {
+ case NormalizeMode::ACROSS_SPATIAL: return "ACROSS_SPATIAL";
+ case NormalizeMode::WITHIN_SPATIAL: return "WITHIN_SPATIAL";
+ default: return "";
+ }
+ }
+
+ std::string toString(MVNMode mode)
+ {
+ switch (mode)
+ {
+ case MVNMode::ACROSS_CHANNELS: return "ACROSS_CHANNELS";
+ case MVNMode::WITHIN_CHANNELS: return "WITHIN_CHANNELS";
+ default: return "";
+ }
+ }
+
+ std::string toString(WeightsLayout layout)
+ {
+ switch (layout)
+ {
+ case WeightsLayout::oi: return "OI";
+ case WeightsLayout::io: return "IO";
+ case WeightsLayout::oiyx: return "OIYX";
+ case WeightsLayout::oyxi: return "OYXI";
+ case WeightsLayout::iyxo: return "IYXO";
+ case WeightsLayout::yxio: return "YXIO";
+ case WeightsLayout::os_iyx_osv16: return "OS_IYX_OSV16";
+ case WeightsLayout::os_iyx_osv16_rotate_180: return "OS_IYX_OSV16_ROTATE_180";
+ case WeightsLayout::os_i_osv16: return "OS_I_OSV16";
+ case WeightsLayout::os_i_osv8__ai8: return "OS_I_OSV8__AI8";
+ case WeightsLayout::os_i_osv16__ai8: return "OS_I_OSV16__AI8";
+ case WeightsLayout::i_yxs_os_yxsv2_osv16: return "I_YXS_OS_YXSV2_OSV16";
+ case WeightsLayout::iy_xs_os_xsv2_osv16__ao32: return "IY_XS_OS_XSV2_OSV16__AO32";
+ case WeightsLayout::iy_xs_os_xsv2_osv8__ao32: return "IY_XS_OS_XSV2_OSV8__AO32";
+ case WeightsLayout::image_2d_weights_c4_fyx_b: return "IMAGE_2D_WEIGHTS_C4_FYX_B";
+ case WeightsLayout::image_2d_weights_c1_b_fyx: return "IMAGE_2D_WEIGHTS_C1_B_FYX";
+ case WeightsLayout::winograd_2x3_s1_weights: return "WINOGRAD_2x3_S1_WEIGHTS";
+ case WeightsLayout::winograd_2x3_s1_fused_weights: return "WINOGRAD_2x3_S1_FUSED_WEIGHTS";
+ case WeightsLayout::winograd_6x3_s1_fused_weights: return "WINOGRAD_6x3_S1_FUSED_WEIGHTS";
+ case WeightsLayout::image_2d_weights_winograd_6x3_s1_fbxyb: return "IMAGE_2D_WEIGHTS_WINOGRAD_6x3_S1_FBXYB";
+ case WeightsLayout::image_2d_weights_winograd_6x3_s1_xfbyb: return "IMAGE_2D_WEIGHTS_WINOGRAD_6x3_S1_XFBYB";
+ case WeightsLayout::os_is_yx_isa8_osv8_isv4: return "OS_IS_YX_ISA8_OSV8_ISV4";
+ case WeightsLayout::is_o_yx_isv32: return "IS_O_YX_ISV32";
+ default:
+ return "";
+ break;
+ }
+ }
+
+ std::string toString(ConcatAxis a)
+ {
+ switch (a)
+ {
+ case ConcatAxis::X: return "X";
+ case ConcatAxis::Y: return "Y";
+ case ConcatAxis::FEATURE: return "FEATURE";
+ case ConcatAxis::BATCH: return "BATCH";
+ default: return "";
+ }
+ }
+
+ std::string toString(TileAxis a)
+ {
+ switch (a)
+ {
+ case TileAxis::X: return "X";
+ case TileAxis::Y: return "Y";
+ case TileAxis::FEATURE: return "FEATURE";
+ case TileAxis::BATCH: return "BATCH";
+ default: return "";
+ }
+ }
+
+ std::string toString(SampleType type)
+ {
+ switch (type)
+ {
+ case SampleType::NEAREST: return "SAMPLE_TYPE_NEAREST";
+ case SampleType::BILINEAR: return "SAMPLE_TYPE_BILINEAR";
+ default: return "";
+ }
+ }
+
+ std::string toString(const BorderType type)
+ {
+ switch (type)
+ {
+ case BorderType::ZERO: return "BORDER_TYPE_ZERO";
+ case BorderType::MIRROR: return "BORDER_TYPE_MIRROR";
+ case BorderType::MIRROR_101: return "BORDER_TYPE_MIRROR_101";
+ default: return "";
+ }
+ }
+
+ std::string toString(const IndexSelectAxis& axis)
+ {
+ switch (axis)
+ {
+ case IndexSelectAxis::BATCH: return "INDEX_SELECT_AXIS_BATCH";
+ case IndexSelectAxis::FEATURE: return "INDEX_SELECT_AXIS_FEATURE";
+ case IndexSelectAxis::X: return "INDEX_SELECT_AXIS_X";
+ case IndexSelectAxis::Y: return "INDEX_SELECT_AXIS_Y";
+ default: return "";
+ }
+ }
+
+ std::string toString(NonLinearParams params)
+ {
+ std::stringstream s;
+ s << "m" << params.m << "_n" << params.n;
+ return s.str();
+ }
+
+ std::string toString(const Tensor::Dim& dim)
+ {
+ std::stringstream s;
+ s << "v" << dim.v << "_p" << dim.pitch << "_" << dim.pad.before << "_" << dim.pad.after;
+ return s.str();
+ }
+
+ std::string toString(const DataTensor& tensor)
+ {
+ std::stringstream s;
+ s << toString(tensor.GetDType()) << "_";
+ s << toString(tensor.GetLayout()) << "_";
+ int i = 0;
+ for (auto dim : tensor.GetDims())
+ {
+ s << "d" << i << "_" << toString(dim) << "_";
+ i++;
+ }
+ return s.str();
+ }
+}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/kernel_selector_common.h b/inference-engine/thirdparty/clDNN/kernel_selector/core/kernel_selector_common.h
index a5fbe572e..ef12a74b9 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/kernel_selector_common.h
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/kernel_selector_common.h
@@ -15,13 +15,18 @@
*/
#pragma once
+
+#include "kernel_selector_params.h"
+#include "primitive_db.h"
+
+#include <cfloat>
+#include <cstdint>
#include <limits>
-#include <string>
#include <memory>
-#include "primitive_db.h"
-#include "kernel_selector_params.h"
-#include <float.h>
#include <sstream>
+#include <cfloat>
+#include <string>
+#include <vector>
#define AGE_BASED "-cl-no-subgroup-ifp"
#define ROUND_ROBIN ""
@@ -47,11 +52,6 @@ namespace kernel_selector {
#define TUTORIAL_PRIORITY (DONT_USE_IF_HAVE_SOMETHING_ELSE + 1.f)
#define NOT_SUPPORTED (FLT_MAX)
- ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
- // usings
- ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
- using primitive_db = kernel_selector::gpu::cache::primitive_db;
-
std::string GetStringEnv(const char* varName);
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
@@ -259,325 +259,57 @@ namespace kernel_selector {
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// to string functions
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
- inline std::string toString(ActivationFunction activation)
+ std::string toString(ActivationFunction activation);
+ std::string toString(DataLayout l);
+ std::string toString(Datatype dType);
+ std::string toString(WeightsType wType);
+ std::string toString(KernelType kt);
+ std::string toString(EltwiseMode b_mode);
+ std::string toString(ReorderMode mode);
+ std::string toString(MeanSubtractMode mode);
+ std::string toString(ArgMaxMinOut mode);
+ std::string toString(ArgMaxMinAxis mode);
+ std::string toString(LookUpTableAxis mode);
+ std::string toString(PoolType mode);
+ std::string toString(LRNMode mode);
+ std::string toString(KernelDividerMode mode);
+ std::string toString(SoftmaxDim d);
+ std::string toString(NormalizeMode mode);
+ std::string toString(MVNMode mode);
+ std::string toString(WeightsLayout layout);
+ std::string toString(ConcatAxis a);
+ std::string toString(TileAxis a);
+ std::string toString(SampleType type);
+ std::string toString(const BorderType type);
+ std::string toString(NonLinearParams params);
+ std::string toString(const Tensor::Dim& dim);
+ std::string toString(const DataTensor& tensor);
+ std::string toString(const IndexSelectAxis& axis);
+ inline std::uint64_t create_hash(const unsigned char* begin, const unsigned char* end)
{
- std::string method("LINEAR");
- switch (activation)
- {
- case ActivationFunction::LOGISTIC: method = "LOGISTIC"; break;
- case ActivationFunction::HYPERBOLIC_TAN: method = "HYPERBOLIC_TAN"; break;
- case ActivationFunction::RELU: method = "RELU"; break;
- case ActivationFunction::RELU_NEGATIVE_SLOPE: method = "RELU_NEGATIVE_SLOPE"; break;
- case ActivationFunction::CLAMP: method = "CLAMP"; break;
- case ActivationFunction::SOFTRELU: method = "SOFTRELU"; break;
- case ActivationFunction::ABS: method = "ABS"; break;
- case ActivationFunction::SQUARE: method = "SQUARE"; break;
- case ActivationFunction::SQRT: method = "SQRT"; break;
- case ActivationFunction::LINEAR: method = "LINEAR"; break;
- case ActivationFunction::ELU: method = "ELU"; break;
- case ActivationFunction::RELU_GRAD: method = "RELU_GRAD"; break;
- case ActivationFunction::RELU_NEGATIVE_SLOPE_GRAD: method = "RELU_NEGATIVE_SLOPE_GRAD"; break;
- case ActivationFunction::NONE: method = "NONE"; break;
- case ActivationFunction::NONE_GRAD: method = "NONE_GRAD"; break;
- default: break;
- }
- return method;
- }
+ // Compatible with VS std::hash.
+ constexpr auto start_acc = static_cast<std::uint64_t>(UINT64_C(14695981039346656037));
+ constexpr auto mul_factor = static_cast<std::uint64_t>(UINT64_C(1099511628211));
- inline std::string toString(DataLayout l)
- {
- switch (l)
+ std::uint64_t acc = start_acc;
+ for (auto elem_it = begin; elem_it != end; ++elem_it)
{
- case kernel_selector::DataLayout::bf: return "BF";
- case kernel_selector::DataLayout::fb: return "FB";
- case kernel_selector::DataLayout::bfyx: return "BFYX";
- case kernel_selector::DataLayout::yxfb: return "YXFB";
- case kernel_selector::DataLayout::byxf: return "BYXF";
- case kernel_selector::DataLayout::fyxb: return "FYXB";
- case kernel_selector::DataLayout::bs_f_bsv8__af8: return "BS_F_BSV8__AF8";
- case kernel_selector::DataLayout::bs_f_bsv16__af8: return "BS_F_BSV16__AF8";
- case kernel_selector::DataLayout::bf8_xy16: return "BF8_XY16";
- case kernel_selector::DataLayout::brfyx: return "BRFYX";
- case kernel_selector::DataLayout::winograd_2x3_s1_data: return "WINOGRAD_2x3_S1_DATA";
- case kernel_selector::DataLayout::byxf_af32: return "BYXF_AF32";
- default: return "";
+ acc ^= static_cast<std::uint64_t>(*elem_it);
+ acc *= mul_factor;
}
- }
- inline std::string toString(Datatype dType)
- {
- switch (dType)
- {
- case Datatype::INT8: return "INT8";
- case Datatype::UINT8: return "UINT8";
- case Datatype::INT16: return "INT16";
- case Datatype::UINT16: return "UINT16";
- case Datatype::INT32: return "INT32";
- case Datatype::UINT32: return "UINT32";
- case Datatype::F16: return "F16";
- case Datatype::F32: return "F32";
- default: return "";
- }
+ return acc;
}
- inline std::string toString(WeightsType wType)
+ template <typename ElemTy>
+ std::uint64_t create_hash(const ElemTy* begin, const std::size_t size)
{
- switch (wType)
- {
- case WeightsType::F16: return "F16";
- case WeightsType::F32: return "F32";
- case WeightsType::INT8: return "INT8";
- default: return "";
- }
+ return create_hash(reinterpret_cast<const unsigned char*>(begin), reinterpret_cast<const unsigned char*>(begin + size));
}
- inline std::string toString(KernelType kt)
+ template <typename CharTy, typename CharTraits, typename AllocatorTy>
+ std::uint64_t create_hash(const std::basic_string<CharTy, CharTraits, AllocatorTy>& value)
{
- switch (kt)
- {
- case KernelType::UNKNOWN: return "UNKNOWN";
- case KernelType::CONVOLUTION: return "CONVOLUTION";
- case KernelType::LRN: return "LRN";
- case KernelType::POOLING: return "POOLING";
- case KernelType::ROI_POOLING: return "ROI_POOLING";
- case KernelType::FULLY_CONNECTED: return "FULLY_CONNECTED";
- case KernelType::ACTIVATION: return "ACTIVATION";
- case KernelType::SOFT_MAX: return "SOFT_MAX";
- case KernelType::REGION_YOLO: return "REGION_YOLO";
- case KernelType::REORG_YOLO: return "REORG_YOLO";
- case KernelType::ELTWISE: return "ELTWISE";
- case KernelType::REORDER: return "REORDER";
- default:
- return "";
- }
- }
-
- inline std::string toString(EltwiseMode b_mode)
- {
- switch (b_mode)
- {
- case EltwiseMode::ADD: return "ADD";
- case EltwiseMode::SUB: return "SUB";
- case EltwiseMode::MUL: return "MUL";
- case EltwiseMode::DIV: return "DIV";
- case EltwiseMode::MIN: return "MIN";
- case EltwiseMode::MAX: return "MAX";
- case EltwiseMode::POW: return "POW";
- case EltwiseMode::MODULU: return "MODULU";
- case EltwiseMode::SQRT: return "SQRT";
- case EltwiseMode::RSQRT: return "RSQRT";
- case EltwiseMode::ASSIGN: return "ASSIGN";
- default:
- return "";
- }
- }
-
- inline std::string toString(ReorderMode mode)
- {
- switch (mode)
- {
- case ReorderMode::xyzw: return "XYZW";
- case ReorderMode::xywz: return "XYWZ";
- case ReorderMode::xwyz: return "XWYZ";
- case ReorderMode::wxyz: return "WXYZ";
- case ReorderMode::xzyw: return "XZYW";
- case ReorderMode::zyxw: return "ZYXW";
- case ReorderMode::yxzw: return "YXZW";
- default: return "XYZW";
- }
- }
-
- inline std::string toString(MeanSubtractMode mode)
- {
- switch (mode)
- {
- case MeanSubtractMode::NONE: return "NONE";
- case MeanSubtractMode::INSIDE_PARAMS: return "INSIDE_PARAMS";
- case MeanSubtractMode::IN_BUFFER: return "IN_BUFFER";
- default: return "";
- }
- }
-
- inline std::string toString(ArgMaxMinOut mode)
- {
- switch (mode)
- {
- case ArgMaxMinOut::MAX: return "MAX";
- case ArgMaxMinOut::MIN: return "MIN";
- default: return "";
- }
- }
-
- inline std::string toString(ArgMaxMinAxis mode)
- {
- switch (mode)
- {
- case ArgMaxMinAxis::BATCH: return "BATCH";
- case ArgMaxMinAxis::FEATURE: return "FEATURE";
- case ArgMaxMinAxis::X: return "X";
- case ArgMaxMinAxis::Y: return "Y";
- case ArgMaxMinAxis::XYF: return "XYF";
- default: return "";
- }
- }
-
- inline std::string toString(LookUpTableAxis mode)
- {
- switch (mode)
- {
- case LookUpTableAxis::BATCH: return "BATCH";
- case LookUpTableAxis::FEATURE: return "FEATURE";
- case LookUpTableAxis::X: return "X";
- case LookUpTableAxis::Y: return "Y";
- case LookUpTableAxis::XYF: return "XYF";
- default: return "";
- }
- }
-
- inline std::string toString(PoolType mode)
- {
- switch (mode)
- {
- case PoolType::MAX: return "MAX";
- case PoolType::AVG: return "AVG";
- case PoolType::MAX_WITH_ARGMAX: return "MAX_WITH_ARGMAX";
- default: return "";
- }
+ return create_hash<CharTy>(value.data(), value.size());
}
-
- inline std::string toString(LRNMode mode)
- {
- switch (mode)
- {
- case LRNMode::ACROSS_CHANNEL: return "ACROSS_CHANNEL";
- case LRNMode::WITHIN_CHANNEL: return "WITHIN_CHANNEL";
- default: return "";
- }
- }
-
- inline std::string toString(KernelDividerMode mode)
- {
- switch (mode)
- {
- case KernelDividerMode::DONT_CARE: return "DONT_CARE";
- case KernelDividerMode::FIXED: return "FIXED";
- case KernelDividerMode::DYNAMIC: return "DYNAMIC";
- case KernelDividerMode::DYNAMIC_WITH_PADDING: return "DYNAMIC_WITH_PADDING";
- default: return "";
- }
- }
-
- inline std::string toString(SoftmaxDim d)
- {
- switch (d)
- {
- case SoftmaxDim::X: return "X";
- case SoftmaxDim::Y: return "Y";
- case SoftmaxDim::FEATURE: return "FEATURE";
- default: return "";
- }
- }
-
- inline std::string toString(NormalizeMode mode)
- {
- switch (mode)
- {
- case NormalizeMode::ACROSS_SPATIAL: return "ACROSS_SPATIAL";
- case NormalizeMode::WITHIN_SPATIAL: return "WITHIN_SPATIAL";
- default: return "";
- }
- }
-
- inline std::string toString(MVNMode mode)
- {
- switch (mode)
- {
- case MVNMode::ACROSS_CHANNELS: return "ACROSS_CHANNELS";
- case MVNMode::WITHIN_CHANNELS: return "WITHIN_CHANNELS";
- default: return "";
- }
- }
-
- inline std::string toString(WeightsLayout layout)
- {
- switch (layout)
- {
- case WeightsLayout::oi: return "OI";
- case WeightsLayout::io: return "IO";
- case WeightsLayout::oiyx: return "OIYX";
- case WeightsLayout::oyxi: return "OYXI";
- case WeightsLayout::iyxo: return "IYXO";
- case WeightsLayout::yxio: return "YXIO";
- case WeightsLayout::os_iyx_osv16: return "OS_IYX_OSV16";
- case WeightsLayout::os_iyx_osv16_rotate_180: return "OS_IYX_OSV16_ROTATE_180";
- case WeightsLayout::os_i_osv16: return "OS_I_OSV16";
- case WeightsLayout::os_i_osv8__ai8: return "OS_I_OSV8__AI8";
- case WeightsLayout::os_i_osv16__ai8: return "OS_I_OSV16__AI8";
- case WeightsLayout::i_yxs_os_yxsv2_osv16: return "I_YXS_OS_YXSV2_OSV16";
- case WeightsLayout::iy_xs_os_xsv2_osv16__ao32: return "IY_XS_OS_XSV2_OSV16__AO32";
- case WeightsLayout::iy_xs_os_xsv2_osv8__ao32: return "IY_XS_OS_XSV2_OSV8__AO32";
- case WeightsLayout::image_2d_weights_c4_fyx_b: return "IMAGE_2D_WEIGHTS_C4_FYX_B";
- case WeightsLayout::image_2d_weights_c1_b_fyx: return "IMAGE_2D_WEIGHTS_C1_B_FYX";
- case WeightsLayout::winograd_2x3_s1_weights: return "WINOGRAD_2x3_S1_WEIGHTS";
- case WeightsLayout::winograd_2x3_s1_fused_weights: return "WINOGRAD_2x3_S1_FUSED_WEIGHTS";
- case WeightsLayout::winograd_6x3_s1_fused_weights: return "WINOGRAD_6x3_S1_FUSED_WEIGHTS";
- case WeightsLayout::image_2d_weights_winograd_6x3_s1_fbxyb: return "IMAGE_2D_WEIGHTS_WINOGRAD_6x3_S1_FBXYB";
- case WeightsLayout::image_2d_weights_winograd_6x3_s1_xfbyb: return "IMAGE_2D_WEIGHTS_WINOGRAD_6x3_S1_XFBYB";
- case WeightsLayout::os_is_yx_isa8_osv8_isv4: return "OS_IS_YX_ISA8_OSV8_ISV4";
- default:
- return "";
- break;
- }
- }
-
- inline std::string toString(ConcatAxis a)
- {
- switch (a)
- {
- case ConcatAxis::X: return "X";
- case ConcatAxis::Y: return "Y";
- case ConcatAxis::FEATURE: return "FEATURE";
- case ConcatAxis::BATCH: return "BATCH";
- default: return "";
- }
- }
-
- inline std::string toString(SampleType type)
- {
- switch (type)
- {
- case SampleType::NEAREST: return "SAMPLE_TYPE_NEAREST";
- case SampleType::BILINEAR: return "SAMPLE_TYPE_BILINEAR";
- default: return "";
- }
- }
-
- inline std::string toString(NonLinearParams params)
- {
- std::stringstream s;
- s << "m" << params.m << "_n" << params.n;
- return s.str();
- }
-
- inline std::string toString(Tensor::Dim dim)
- {
- std::stringstream s;
- s << "v" << dim.v << "_p" << dim.pitch << "_" << dim.pad.before << "_" << dim.pad.after;
- return s.str();
- }
-
- inline std::string toString(DataTensor tensor)
- {
- std::stringstream s;
- s << toString(tensor.GetDType()) << "_";
- s << toString(tensor.GetLayout()) << "_";
- int i = 0;
- for (auto dim : tensor.GetDims())
- {
- s << "d" << i << "_" << toString(dim) << "_";
- i++;
- }
- return s.str();
- }
-
}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/kernel_selector_params.cpp b/inference-engine/thirdparty/clDNN/kernel_selector/core/kernel_selector_params.cpp
index 2baff0735..bd718c17a 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/kernel_selector_params.cpp
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/kernel_selector_params.cpp
@@ -17,9 +17,439 @@
#include "kernel_selector_params.h"
#include "kernel_selector_common.h"
#include <sstream>
-
+
namespace kernel_selector {
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ // ParamsKey
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ void ParamsKey::EnableInputDataType(Datatype dt)
+ {
+ switch (dt)
+ {
+ case Datatype::INT8:
+ key.inputType.val.int8 = 1;
+ break;
+ case Datatype::UINT8:
+ key.inputType.val.uint8 = 1;
+ break;
+ case Datatype::INT16:
+ key.inputType.val.int16 = 1;
+ break;
+ case Datatype::UINT16:
+ key.inputType.val.uint16 = 1;
+ break;
+ case Datatype::INT32:
+ key.inputType.val.int32 = 1;
+ break;
+ case Datatype::UINT32:
+ key.inputType.val.uint32 = 1;
+ break;
+ case Datatype::INT64:
+ key.inputType.val.int64 = 1;
+ break;
+ case Datatype::F16:
+ key.inputType.val.F16 = 1;
+ break;
+ case Datatype::F32:
+ key.inputType.val.F32 = 1;
+ break;
+ default:
+ break;
+ }
+ }
+
+ void ParamsKey::EnableAllInputDataType()
+ {
+ key.inputType.raw = 0xffffffff;
+ }
+
+ void ParamsKey::EnableOutputDataType(Datatype dt)
+ {
+ switch (dt)
+ {
+ case Datatype::INT8:
+ key.outputType.val.int8 = 1;
+ break;
+ case Datatype::UINT8:
+ key.outputType.val.uint8 = 1;
+ break;
+ case Datatype::INT16:
+ key.outputType.val.int16 = 1;
+ break;
+ case Datatype::UINT16:
+ key.outputType.val.uint16 = 1;
+ break;
+ case Datatype::INT32:
+ key.outputType.val.int32 = 1;
+ break;
+ case Datatype::UINT32:
+ key.outputType.val.uint32 = 1;
+ break;
+ case Datatype::INT64:
+ key.outputType.val.int64 = 1;
+ break;
+ case Datatype::F16:
+ key.outputType.val.F16 = 1;
+ break;
+ case Datatype::F32:
+ key.outputType.val.F32 = 1;
+ break;
+ default:
+ break;
+ }
+ }
+
+ void ParamsKey::EnableAllOutputDataType()
+ {
+ key.outputType.raw = 0xffffffff;
+ }
+
+ void ParamsKey::EnableInputWeightsType(WeightsType wt)
+ {
+ switch (wt)
+ {
+ case WeightsType::F16:
+ key.inputWeightsType.val.F16 = 1;
+ break;
+ case WeightsType::F32:
+ key.inputWeightsType.val.F32 = 1;
+ break;
+ case WeightsType::INT8:
+ key.inputWeightsType.val.int8 = 1;
+ break;
+ default:
+ break;
+ }
+ }
+
+ void ParamsKey::EnableAllInputWeightsType()
+ {
+ key.inputWeightsType.raw = 0xffffffff;
+ }
+
+ void ParamsKey::EnableOutputWeightsType(WeightsType wt)
+ {
+ switch (wt)
+ {
+ case WeightsType::F16:
+ key.outputWeightsType.val.F16 = 1;
+ break;
+ case WeightsType::F32:
+ key.outputWeightsType.val.F32 = 1;
+ break;
+ case WeightsType::INT8:
+ key.outputWeightsType.val.int8 = 1;
+ break;
+ default:
+ break;
+ }
+ }
+
+ void ParamsKey::EnableAllOutputWeightsType()
+ {
+ key.outputWeightsType.raw = 0xffffffff;
+ }
+
+ void ParamsKey::EnableLRNMode(LRNMode m)
+ {
+ switch (m)
+ {
+ case LRNMode::ACROSS_CHANNEL:
+ key.restrict.val.dedicated.norm.across = 1;
+ break;
+ case LRNMode::WITHIN_CHANNEL:
+ key.restrict.val.dedicated.norm.within = 1;
+ break;
+ default:
+ break;
+ }
+ }
+
+ void ParamsKey::EnableLookUpTableAxis(LookUpTableAxis m)
+ {
+ switch (m)
+ {
+ case kernel_selector::LookUpTableAxis::BATCH:
+ key.restrict.val.dedicated.lookt.axisBatch = 1;
+ break;
+ case kernel_selector::LookUpTableAxis::FEATURE:
+ key.restrict.val.dedicated.lookt.axisFeature = 1;
+ break;
+ case kernel_selector::LookUpTableAxis::X:
+ key.restrict.val.dedicated.lookt.axisX = 1;
+ break;
+ case kernel_selector::LookUpTableAxis::Y:
+ key.restrict.val.dedicated.lookt.axisY = 1;
+ break;
+ case kernel_selector::LookUpTableAxis::XYF:
+ key.restrict.val.dedicated.lookt.axisXYF = 1;
+ break;
+ default:
+ break;
+ }
+ }
+
+ void ParamsKey::EnableNormalizeMode(NormalizeMode m)
+ {
+ switch (m)
+ {
+ case NormalizeMode::ACROSS_SPATIAL:
+ key.restrict.val.dedicated.norm.across = 1;
+ break;
+ case NormalizeMode::WITHIN_SPATIAL:
+ key.restrict.val.dedicated.norm.within = 1;
+ break;
+ default:
+ break;
+ }
+ }
+
+ void ParamsKey::EnableMVNMode(MVNMode m)
+ {
+ switch (m)
+ {
+ case MVNMode::ACROSS_CHANNELS:
+ key.restrict.val.dedicated.mvn.across = 1;
+ break;
+ case MVNMode::WITHIN_CHANNELS:
+ key.restrict.val.dedicated.mvn.within = 1;
+ break;
+ default:
+ break;
+ }
+ }
+
+ void ParamsKey::EnableMVNNormalizeVariance()
+ {
+ key.restrict.val.dedicated.mvn.normalize_variance = 1;
+ }
+
+ void ParamsKey::EnableLRNKernelDividerMode(KernelDividerMode m)
+ {
+ switch (m)
+ {
+ case KernelDividerMode::FIXED:
+ key.restrict.val.dedicated.norm.fixedKenrelDivider = 1;
+ break;
+ case KernelDividerMode::DYNAMIC:
+ key.restrict.val.dedicated.norm.dynamicKenrelDivider = 1;
+ break;
+ default:
+ break;
+ }
+ }
+
+ void ParamsKey::EnablePoolKernelDividerMode(KernelDividerMode m)
+ {
+ switch (m)
+ {
+ case KernelDividerMode::FIXED:
+ key.restrict.val.dedicated.pooling.fixedKenrelDivider = 1;
+ break;
+ case KernelDividerMode::DYNAMIC:
+ key.restrict.val.dedicated.pooling.dynamicKenrelDivider = 1;
+ break;
+ case KernelDividerMode::DYNAMIC_WITH_PADDING:
+ key.restrict.val.dedicated.pooling.dynamicKenrelDividerWithPadding = 1;
+ break;
+ default:
+ break;
+ }
+ }
+
+ void ParamsKey::EnablePoolType(PoolType t)
+ {
+ switch (t)
+ {
+ case PoolType::MAX:
+ key.restrict.val.dedicated.pooling.max = 1;
+ break;
+ case PoolType::AVG:
+ key.restrict.val.dedicated.pooling.avg = 1;
+ break;
+ case PoolType::MAX_WITH_ARGMAX:
+ key.restrict.val.dedicated.pooling.max_with_argmax = 1;
+ break;
+ case PoolType::BILINEAR:
+ key.restrict.val.dedicated.pooling.bilinear = 1;
+ default:
+ break;
+ }
+ }
+
+ void ParamsKey::EnablePoolRemainder(PoolRemainder r)
+ {
+ switch (r)
+ {
+ case PoolRemainder::FLOOR:
+ key.restrict.val.dedicated.pooling.floor = 1;
+ break;
+ case PoolRemainder::CEIL:
+ key.restrict.val.dedicated.pooling.ceil = 1;
+ break;
+ default:
+ break;
+ }
+ }
+
+ void ParamsKey::EnableSoftmaxDim(SoftmaxDim d)
+ {
+ switch (d)
+ {
+ case SoftmaxDim::X:
+ key.restrict.val.dedicated.softmax.dimX = 1;
+ break;
+ case SoftmaxDim::Y:
+ key.restrict.val.dedicated.softmax.dimY = 1;
+ break;
+ case SoftmaxDim::FEATURE:
+ key.restrict.val.dedicated.softmax.dimFeature = 1;
+ break;
+ default:
+ break;
+ }
+ }
+
+ void ParamsKey::EnableConcatAxis(ConcatAxis a)
+ {
+ switch (a)
+ {
+ case ConcatAxis::X:
+ key.restrict.val.dedicated.concat.axisX = 1;
+ break;
+ case ConcatAxis::Y:
+ key.restrict.val.dedicated.concat.axisY = 1;
+ break;
+ case ConcatAxis::FEATURE:
+ key.restrict.val.dedicated.concat.axisFeature = 1;
+ break;
+ case ConcatAxis::BATCH:
+ key.restrict.val.dedicated.concat.axisBatch = 1;
+ break;
+ default:
+ break;
+ }
+ }
+
+ void ParamsKey::EnableUpSamplingSampleType(SampleType a)
+ {
+ switch (a)
+ {
+ case SampleType::NEAREST:
+ key.restrict.val.dedicated.upsample.nearest = 1;
+ break;
+ case SampleType::BILINEAR:
+ key.restrict.val.dedicated.upsample.bilinear = 1;
+ break;
+ default:
+ break;
+ }
+ }
+
+ void ParamsKey::EnableArgMaxMinAxis(ArgMaxMinAxis a)
+ {
+ switch (a)
+ {
+ case ArgMaxMinAxis::X:
+ key.restrict.val.dedicated.argm.axisX = 1;
+ break;
+ case ArgMaxMinAxis::Y:
+ key.restrict.val.dedicated.argm.axisY = 1;
+ break;
+ case ArgMaxMinAxis::FEATURE:
+ key.restrict.val.dedicated.argm.axisFeature = 1;
+ break;
+ case ArgMaxMinAxis::BATCH:
+ key.restrict.val.dedicated.argm.axisBatch = 1;
+ break;
+ case ArgMaxMinAxis::XYF:
+ key.restrict.val.dedicated.argm.axisXYF = 1;
+ break;
+ default:
+ break;
+ }
+ }
+
+ void ParamsKey::EnableIndexSelectAxis(IndexSelectAxis a)
+ {
+ switch (a)
+ {
+ case IndexSelectAxis::X:
+ key.restrict.val.dedicated.idxsel.axisX = 1;
+ break;
+ case IndexSelectAxis::Y:
+ key.restrict.val.dedicated.idxsel.axisY = 1;
+ break;
+ case IndexSelectAxis::FEATURE:
+ key.restrict.val.dedicated.idxsel.axisFeature = 1;
+ break;
+ case IndexSelectAxis::BATCH:
+ key.restrict.val.dedicated.idxsel.axisBatch = 1;
+ break;
+ default:
+ break;
+ }
+ }
+
+ void ParamsKey::EnableLookUpTableIndicesFormat(Datatype a)
+ {
+ if (a == Datatype::F32)
+ key.restrict.val.dedicated.lookt.indicesF32 = 1;
+ else
+ key.restrict.val.dedicated.lookt.indicesOther = 1;
+ }
+
+ bool ParamsKey::Support(const ParamsKey& k) const
+ {
+ return
+ ((key.restrict.raw & k.key.restrict.raw) == k.key.restrict.raw) && // check if this kernel supports this params
+ ((key.machineInfo.raw & k.key.machineInfo.raw) == key.machineInfo.raw) && // check if machine supports this kernel
+ ((key.inputType.raw & k.key.inputType.raw) == k.key.inputType.raw) &&
+ ((key.outputType.raw & k.key.outputType.raw) == k.key.outputType.raw) &&
+ ((key.inputWeightsType.raw & k.key.inputWeightsType.raw) == k.key.inputWeightsType.raw) &&
+ ((key.outputWeightsType.raw & k.key.outputWeightsType.raw) == k.key.outputWeightsType.raw) &&
+ ((key.inputLayout & k.key.inputLayout) != 0 || key.inputLayout == k.key.inputLayout) &&
+ ((key.outputLayout & k.key.outputLayout) != 0 || key.outputLayout == k.key.outputLayout) &&
+ ((key.weightsInputLayout & k.key.weightsInputLayout) != 0 || key.weightsInputLayout == k.key.weightsInputLayout) &&
+ ((key.weightsOutputLayout & k.key.weightsOutputLayout) != 0 || key.weightsOutputLayout == k.key.weightsOutputLayout);
+ }
+
+ ParamsKey ParamsKey::Merge(const ParamsKey& k) const
+ {
+ ParamsKey ret;
+ ret.key.restrict.raw = key.restrict.raw | k.key.restrict.raw;
+ ret.key.machineInfo.raw = key.machineInfo.raw | k.key.machineInfo.raw;
+ ret.key.inputType.raw = key.inputType.raw | k.key.inputType.raw;
+ ret.key.outputType.raw = key.outputType.raw | k.key.outputType.raw;
+ ret.key.inputWeightsType.raw = key.inputWeightsType.raw | k.key.inputWeightsType.raw;
+ ret.key.outputWeightsType.raw = key.outputWeightsType.raw | k.key.outputWeightsType.raw;
+ ret.key.inputLayout = key.inputLayout | k.key.inputLayout;
+ ret.key.outputLayout = key.outputLayout | k.key.outputLayout;
+ ret.key.weightsInputLayout = key.weightsInputLayout | k.key.weightsInputLayout;
+ ret.key.weightsOutputLayout = key.weightsOutputLayout | k.key.weightsOutputLayout;
+ return ret;
+ }
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ // Params
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ ParamsKey Params::GetParamsKey() const
+ {
+ ParamsKey k;
+
+ if (engineInfo.bSubGroupSupport)
+ {
+ k.EnableSubGroup();
+ }
+
+ if (engineInfo.bSubGroupShortSupport)
+ {
+ k.EnableSubGroupShort();
+ }
+
+ return k;
+ }
+
std::string Params::to_string() const
{
std::stringstream s;
@@ -27,6 +457,91 @@ namespace kernel_selector {
return s.str();
}
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ // optional_params
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ ParamsKey optional_params::GetSupportedKey() const
+ {
+ ParamsKey k;
+
+ for (auto l : inputLayouts)
+ {
+ k.EnableInputLayout(l);
+ }
+
+ for (auto l : outputLayouts)
+ {
+ k.EnableOutputLayout(l);
+ }
+
+ return k;
+ }
+
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ // base_params
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+ ParamsKey base_params::GetParamsKey() const
+ {
+ ParamsKey k = Params::GetParamsKey();
+
+ bool bBatching = false;
+ bool bPitches = false;
+ bool bOffests = false;
+ bool bDifferentTypes = false;
+ bool bFP16Used = (output.GetDType() == Datatype::F16);
+
+ for (const auto& i : inputs)
+ {
+ k.EnableInputDataType(i.GetDType());
+ k.EnableInputLayout(i.GetLayout());
+
+ bBatching |= (i.Batch().v > 1);
+ bPitches |= (i.PitchesDifferFromLogicalDims());
+ bOffests |= (i.GetFirstElementOffset() != 0);
+ bDifferentTypes |= (i.GetDType() != output.GetDType());
+ bFP16Used |= (i.GetDType() == Datatype::F16);
+ }
+
+ k.EnableOutputDataType(output.GetDType());
+ k.EnableOutputLayout(output.GetLayout());
+
+ if (bBatching)
+ {
+ k.EnableBatching();
+ }
+
+ if (bPitches ||
+ output.PitchesDifferFromLogicalDims())
+ {
+ k.EnableTensorPitches();
+ }
+
+ if (bDifferentTypes)
+ {
+ k.EnableDifferentTypes();
+ }
+
+ if (bOffests ||
+ output.GetFirstElementOffset() != 0)
+ {
+ k.EnableTensorOffset();
+ }
+
+ if (!engineInfo.bFP16Support &&
+ bFP16Used)
+ {
+ // I'm not sure it's the best idea, but we can live with it right now
+ k.EnableFP16Emulation();
+ }
+
+ if (gradient)
+ {
+ k.EnableGradient();
+ }
+
+ return k;
+ }
+
std::string base_params::to_string() const
{
std::stringstream s;
@@ -42,5 +557,4 @@ namespace kernel_selector {
return s.str();
}
-
-} \ No newline at end of file
+}
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/core/kernel_selector_params.h b/inference-engine/thirdparty/clDNN/kernel_selector/core/kernel_selector_params.h
index 39a379855..d4351f2b4 100644
--- a/inference-engine/thirdparty/clDNN/kernel_selector/core/kernel_selector_params.h
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/core/kernel_selector_params.h
@@ -17,9 +17,8 @@
#pragma once
#include <string>
-#include <cstddef>
#include <memory>
-#include <map>
+#include <cstddef>
#include "common_types.h"
#include "common_tools.h"
#include "tensor_type.h"
@@ -90,6 +89,13 @@ namespace kernel_selector
uint32_t axisBatch : 1;
uint32_t axisXYF : 1;
} argm;
+ struct idxsel_t
+ {
+ uint32_t axisX : 1;
+ uint32_t axisY : 1;
+ uint32_t axisFeature : 1;
+ uint32_t axisBatch : 1;
+ } idxsel;
struct norm_t
{
uint32_t across : 1;
@@ -110,11 +116,12 @@ namespace kernel_selector
uint32_t floor : 1;
uint32_t max_with_argmax : 1;
uint32_t ceil : 1;
+ uint32_t bilinear : 1;
uint32_t fixedKenrelDivider : 1;
uint32_t dynamicKenrelDivider : 1;
uint32_t dynamicKenrelDividerWithPadding : 1;
} pooling;
- struct conv_t
+ struct conv_t
{
uint32_t split : 1;
uint32_t dilation : 1;
@@ -124,7 +131,7 @@ namespace kernel_selector
uint32_t calibration : 1;
} conv;
struct fc_t {} fc;
- struct softmax_t
+ struct softmax_t
{
uint32_t dimX : 1;
uint32_t dimY : 1;
@@ -198,6 +205,7 @@ namespace kernel_selector
uint32_t uint16 : 1;
uint32_t int32 : 1;
uint32_t uint32 : 1;
+ uint32_t int64 : 1;
uint32_t F16 : 1;
uint32_t F32 : 1;
} val;
@@ -215,559 +223,71 @@ namespace kernel_selector
uint32_t weightsOutputLayout;
};
- void EnableInputDataType(Datatype dt)
- {
- switch (dt)
- {
- case Datatype::INT8:
- key.inputType.val.int8 = 1;
- break;
- case Datatype::UINT8:
- key.inputType.val.uint8 = 1;
- break;
- case Datatype::INT16:
- key.inputType.val.int16 = 1;
- break;
- case Datatype::UINT16:
- key.inputType.val.uint16 = 1;
- break;
- case Datatype::INT32:
- key.inputType.val.int32 = 1;
- break;
- case Datatype::UINT32:
- key.inputType.val.uint32 = 1;
- break;
- case Datatype::F16:
- key.inputType.val.F16 = 1;
- break;
- case Datatype::F32:
- key.inputType.val.F32 = 1;
- break;
- default:
- break;
- }
- }
-
- void EnableAllInputDataType()
- {
- key.inputType.raw = 0xffffffff;
- }
-
- void EnableOutputDataType(Datatype dt)
- {
- switch (dt)
- {
- case Datatype::INT8:
- key.outputType.val.int8 = 1;
- break;
- case Datatype::UINT8:
- key.outputType.val.uint8 = 1;
- break;
- case Datatype::INT16:
- key.outputType.val.int16 = 1;
- break;
- case Datatype::UINT16:
- key.outputType.val.uint16 = 1;
- break;
- case Datatype::INT32:
- key.outputType.val.int32 = 1;
- break;
- case Datatype::UINT32:
- key.outputType.val.uint32 = 1;
- break;
- case Datatype::F16:
- key.outputType.val.F16 = 1;
- break;
- case Datatype::F32:
- key.outputType.val.F32 = 1;
- break;
- default:
- break;
- }
- }
-
- void EnableAllOutputDataType()
- {
- key.outputType.raw = 0xffffffff;
- }
-
- void EnableInputWeightsType(WeightsType wt)
- {
- switch (wt)
- {
- case WeightsType::F16:
- key.inputWeightsType.val.F16 = 1;
- break;
- case WeightsType::F32:
- key.inputWeightsType.val.F32 = 1;
- break;
- case WeightsType::INT8:
- key.inputWeightsType.val.int8 = 1;
- break;
- default:
- break;
- }
- }
-
- void EnableAllInputWeightsType()
- {
- key.inputWeightsType.raw = 0xffffffff;
- }
-
- void EnableOutputWeightsType(WeightsType wt)
- {
- switch (wt)
- {
- case WeightsType::F16:
- key.outputWeightsType.val.F16 = 1;
- break;
- case WeightsType::F32:
- key.outputWeightsType.val.F32 = 1;
- break;
- case WeightsType::INT8:
- key.outputWeightsType.val.int8 = 1;
- break;
- default:
- break;
- }
- }
-
- void EnableAllOutputWeightsType()
- {
- key.outputWeightsType.raw = 0xffffffff;
- }
-
- void EnableFP16Emulation()
- {
- key.restrict.val.FP16Emulation = 1;
- }
-
- void EnableDifferentTypes()
- {
- key.restrict.val.different_types = 1;
- }
-
- void EnableInputLayout(DataLayout l)
- {
- key.inputLayout |= (1 << l);
- }
-
- void EnableAllInputLayout()
- {
- key.inputLayout = 0xffffffff;
- }
-
- void EnableOutputLayout(DataLayout l)
- {
- key.outputLayout |= (1 << l);
- }
-
- void EnableAllOutputLayout()
- {
- key.outputLayout = 0xffffffff;
- }
-
- void EnableInputWeightsLayout(WeightsLayout l)
- {
- key.weightsInputLayout |= (1 << l);
- }
-
- void EnableAllInputWeightsLayout()
- {
- key.weightsInputLayout = 0xffffffff;
- }
-
- void EnableOutputWeightsLayout(WeightsLayout l)
- {
- key.weightsOutputLayout |= (1 << l);
- }
-
- void EnableAllOutputWeightsLayout()
- {
- key.weightsOutputLayout = 0xffffffff;
- }
-
- void EnableTensorOffset()
- {
- key.restrict.val.offset = 1;
- }
-
- void EnableTensorPitches()
- {
- key.restrict.val.pitches = 1;
- }
-
- void EnableBatching()
- {
- key.restrict.val.batching = 1;
- }
-
- void EnableGradient()
- {
- key.restrict.val.gradient = 1;
- }
-
- void EnableSubGroup()
- {
- key.machineInfo.val.subgroup = 1;
- }
-
- void EnableSubGroupShort()
- {
- key.machineInfo.val.subgroupShort = 1;
- }
-
- void EnableNonBiasTerm()
- {
- key.restrict.val.nonBias = 1;
- }
-
- void EnableBiasPerFeature()
- {
- key.restrict.val.biasPerFeatureMap = 1;
- }
-
- void EnableBiasPerOutput()
- {
- key.restrict.val.biasPerOutput = 1;
- }
-
- void EnableActivationAdditionalParamsAsInput()
- {
- key.restrict.val.activationAdditionalParamsAsInput = 1;
- }
-
- void EnableMomentum()
- {
- key.restrict.val.momentum = 1;
- }
-
- void EnableLRNMode(LRNMode m)
- {
- switch (m)
- {
- case LRNMode::ACROSS_CHANNEL:
- key.restrict.val.dedicated.norm.across = 1;
- break;
- case LRNMode::WITHIN_CHANNEL:
- key.restrict.val.dedicated.norm.within = 1;
- break;
- default:
- break;
- }
- }
-
- void EnableLookUpTableAxis(LookUpTableAxis m)
- {
- switch (m)
- {
- case kernel_selector::LookUpTableAxis::BATCH:
- key.restrict.val.dedicated.lookt.axisBatch = 1;
- break;
- case kernel_selector::LookUpTableAxis::FEATURE:
- key.restrict.val.dedicated.lookt.axisFeature = 1;
- break;
- case kernel_selector::LookUpTableAxis::X:
- key.restrict.val.dedicated.lookt.axisX = 1;
- break;
- case kernel_selector::LookUpTableAxis::Y:
- key.restrict.val.dedicated.lookt.axisY = 1;
- break;
- case kernel_selector::LookUpTableAxis::XYF:
- key.restrict.val.dedicated.lookt.axisXYF = 1;
- break;
- default:
- break;
- }
- }
-
- void EnableNormalizeMode(NormalizeMode m)
- {
- switch (m)
- {
- case NormalizeMode::ACROSS_SPATIAL:
- key.restrict.val.dedicated.norm.across = 1;
- break;
- case NormalizeMode::WITHIN_SPATIAL:
- key.restrict.val.dedicated.norm.within = 1;
- break;
- default:
- break;
- }
- }
-
- void EnableMVNMode(MVNMode m)
- {
- switch (m)
- {
- case MVNMode::ACROSS_CHANNELS:
- key.restrict.val.dedicated.mvn.across = 1;
- break;
- case MVNMode::WITHIN_CHANNELS:
- key.restrict.val.dedicated.mvn.within = 1;
- break;
- default:
- break;
- }
- }
-
- void EnableMVNNormalizeVariance()
- {
- key.restrict.val.dedicated.mvn.normalize_variance = 1;
- }
-
- void EnableLRNKernelDividerMode(KernelDividerMode m)
- {
- switch (m)
- {
- case KernelDividerMode::FIXED:
- key.restrict.val.dedicated.norm.fixedKenrelDivider = 1;
- break;
- case KernelDividerMode::DYNAMIC:
- key.restrict.val.dedicated.norm.dynamicKenrelDivider = 1;
- break;
- default:
- break;
- }
- }
-
- void EnablePoolKernelDividerMode(KernelDividerMode m)
- {
- switch (m)
- {
- case KernelDividerMode::FIXED:
- key.restrict.val.dedicated.pooling.fixedKenrelDivider = 1;
- break;
- case KernelDividerMode::DYNAMIC:
- key.restrict.val.dedicated.pooling.dynamicKenrelDivider = 1;
- break;
- case KernelDividerMode::DYNAMIC_WITH_PADDING:
- key.restrict.val.dedicated.pooling.dynamicKenrelDividerWithPadding = 1;
- break;
- default:
- break;
- }
- }
-
- void EnablePoolType(PoolType t)
- {
- switch (t)
- {
- case PoolType::MAX:
- key.restrict.val.dedicated.pooling.max = 1;
- break;
- case PoolType::AVG:
- key.restrict.val.dedicated.pooling.avg = 1;
- break;
- case PoolType::MAX_WITH_ARGMAX:
- key.restrict.val.dedicated.pooling.max_with_argmax = 1;
- break;
- default:
- break;
- }
- }
-
- void EnablePoolRemainder(PoolRemainder r)
- {
- switch (r)
- {
- case PoolRemainder::FLOOR:
- key.restrict.val.dedicated.pooling.floor = 1;
- break;
- case PoolRemainder::CEIL:
- key.restrict.val.dedicated.pooling.ceil = 1;
- break;
- default:
- break;
- }
- }
-
- void EnableSplitSupport()
- {
- key.restrict.val.dedicated.conv.split = 1;
- }
-
- void EnableDilation()
- {
- key.restrict.val.dedicated.conv.dilation = 1;
- }
-
- void EnableDepthwiseSeparableOpt()
- {
- key.restrict.val.dedicated.conv.depthwiseSeparableOpt = 1;
- }
-
- void EnableTranspose()
- {
- key.restrict.val.dedicated.conv.transposed = 1;
- }
-
- void EnableInt8Quantization()
- {
- key.restrict.val.dedicated.conv.quantization = 1;
- }
-
- void EnableOutputCalibration()
- {
- key.restrict.val.dedicated.conv.calibration = 1;
- }
-
- void EnableWinogradReorder()
- {
- key.restrict.val.dedicated.reorder.winograd = 1;
- }
-
- void EnableSoftmaxDim(SoftmaxDim d)
- {
- switch (d)
- {
- case SoftmaxDim::X:
- key.restrict.val.dedicated.softmax.dimX = 1;
- break;
- case SoftmaxDim::Y:
- key.restrict.val.dedicated.softmax.dimY = 1;
- break;
- case SoftmaxDim::FEATURE:
- key.restrict.val.dedicated.softmax.dimFeature = 1;
- break;
- default:
- break;
- }
- }
-
- void EnableConcatAxis(ConcatAxis a)
- {
- switch (a)
- {
- case ConcatAxis::X:
- key.restrict.val.dedicated.concat.axisX = 1;
- break;
- case ConcatAxis::Y:
- key.restrict.val.dedicated.concat.axisY = 1;
- break;
- case ConcatAxis::FEATURE:
- key.restrict.val.dedicated.concat.axisFeature = 1;
- break;
- case ConcatAxis::BATCH:
- key.restrict.val.dedicated.concat.axisBatch = 1;
- break;
- default:
- break;
- }
- }
-
- void EnableUpSamplingSampleType(SampleType a)
- {
- switch (a)
- {
- case SampleType::NEAREST:
- key.restrict.val.dedicated.upsample.nearest = 1;
- break;
- case SampleType::BILINEAR:
- key.restrict.val.dedicated.upsample.bilinear = 1;
- break;
- default:
- break;
- }
- }
-
- void EnableLSTMGEMMBias() {
- key.restrict.val.dedicated.lstm_gemm.bias = 1;
- }
-
- void EnableLSTMGEMMHidden() {
- key.restrict.val.dedicated.lstm_gemm.hidden = 1;
- }
-
- void EnableLSTMEltCell() {
- key.restrict.val.dedicated.lstm_elt.cell = 1;
- }
-
-
- void EnableConcatKernelPerInput()
- {
- key.restrict.val.dedicated.concat.kernelPerInput = 1;
- }
-
- void DisableTuning()
- {
- key.enableTuning = 0;
- }
-
- void EnableConcatOneKernel()
- {
- key.restrict.val.dedicated.concat.oneKernel = 1;
- }
-
- void EnableArgMaxMinAxis(ArgMaxMinAxis a)
- {
- switch (a)
- {
- case ArgMaxMinAxis::X:
- key.restrict.val.dedicated.argm.axisX = 1;
- break;
- case ArgMaxMinAxis::Y:
- key.restrict.val.dedicated.argm.axisY = 1;
- break;
- case ArgMaxMinAxis::FEATURE:
- key.restrict.val.dedicated.argm.axisFeature = 1;
- break;
- case ArgMaxMinAxis::BATCH:
- key.restrict.val.dedicated.argm.axisBatch = 1;
- break;
- case ArgMaxMinAxis::XYF:
- key.restrict.val.dedicated.argm.axisXYF = 1;
- break;
- default:
- break;
- }
- }
-
- void EnableLookUpTableIndicesFormat(Datatype a)
- {
- if (a == Datatype::F32)
- key.restrict.val.dedicated.lookt.indicesF32 = 1;
- else
- key.restrict.val.dedicated.lookt.indicesOther = 1;
- }
-
- bool Support(const ParamsKey& k) const
- {
- return
- ((key.restrict.raw & k.key.restrict.raw) == k.key.restrict.raw) && // check if this kernel supports this params
- ((key.machineInfo.raw & k.key.machineInfo.raw) == key.machineInfo.raw) && // check if machine supports this kernel
- ((key.inputType.raw & k.key.inputType.raw) == k.key.inputType.raw) &&
- ((key.outputType.raw & k.key.outputType.raw) == k.key.outputType.raw) &&
- ((key.inputWeightsType.raw & k.key.inputWeightsType.raw) == k.key.inputWeightsType.raw) &&
- ((key.outputWeightsType.raw & k.key.outputWeightsType.raw) == k.key.outputWeightsType.raw) &&
- ((key.inputLayout & k.key.inputLayout) != 0 || key.inputLayout == k.key.inputLayout) &&
- ((key.outputLayout & k.key.outputLayout) != 0 || key.outputLayout == k.key.outputLayout) &&
- ((key.weightsInputLayout & k.key.weightsInputLayout) != 0 || key.weightsInputLayout == k.key.weightsInputLayout) &&
- ((key.weightsOutputLayout & k.key.weightsOutputLayout) != 0 || key.weightsOutputLayout == k.key.weightsOutputLayout);
- }
-
+ void EnableInputDataType(Datatype dt);
+ void EnableAllInputDataType();
+ void EnableOutputDataType(Datatype dt);
+ void EnableAllOutputDataType();
+ void EnableInputWeightsType(WeightsType wt);
+ void EnableAllInputWeightsType();
+ void EnableOutputWeightsType(WeightsType wt);
+ void EnableAllOutputWeightsType();
+ void EnableFP16Emulation() { key.restrict.val.FP16Emulation = 1; }
+ void EnableDifferentTypes() { key.restrict.val.different_types = 1; }
+ void EnableInputLayout(DataLayout l) { key.inputLayout |= (1 << l); }
+ void EnableAllInputLayout() { key.inputLayout = 0xffffffff; }
+ void EnableOutputLayout(DataLayout l) { key.outputLayout |= (1 << l); }
+ void EnableAllOutputLayout() { key.outputLayout = 0xffffffff; }
+ void EnableInputWeightsLayout(WeightsLayout l) { key.weightsInputLayout |= (1 << l); }
+ void EnableAllInputWeightsLayout() { key.weightsInputLayout = 0xffffffff; }
+ void EnableOutputWeightsLayout(WeightsLayout l) { key.weightsOutputLayout |= (1 << l); }
+ void EnableAllOutputWeightsLayout() { key.weightsOutputLayout = 0xffffffff; }
+ void EnableTensorOffset() { key.restrict.val.offset = 1; }
+ void EnableTensorPitches() { key.restrict.val.pitches = 1; }
+ void EnableBatching() { key.restrict.val.batching = 1; }
+ void EnableGradient() { key.restrict.val.gradient = 1; }
+ void EnableSubGroup() { key.machineInfo.val.subgroup = 1; }
+ void EnableSubGroupShort() { key.machineInfo.val.subgroupShort = 1; }
+ void EnableNonBiasTerm() { key.restrict.val.nonBias = 1; }
+ void EnableBiasPerFeature() { key.restrict.val.biasPerFeatureMap = 1; }
+ void EnableBiasPerOutput() { key.restrict.val.biasPerOutput = 1; }
+ void EnableActivationAdditionalParamsAsInput() { key.restrict.val.activationAdditionalParamsAsInput = 1; }
+ void EnableMomentum() { key.restrict.val.momentum = 1; }
+ void EnableLRNMode(LRNMode m);
+ void EnableLookUpTableAxis(LookUpTableAxis m);
+ void EnableNormalizeMode(NormalizeMode m);
+ void EnableMVNMode(MVNMode m);
+ void EnableMVNNormalizeVariance();
+ void EnableLRNKernelDividerMode(KernelDividerMode m);
+ void EnablePoolKernelDividerMode(KernelDividerMode m);
+ void EnablePoolType(PoolType t);
+ void EnablePoolRemainder(PoolRemainder r);
+ void EnableSplitSupport() { key.restrict.val.dedicated.conv.split = 1; }
+ void EnableDilation() { key.restrict.val.dedicated.conv.dilation = 1; }
+ void EnableDepthwiseSeparableOpt() { key.restrict.val.dedicated.conv.depthwiseSeparableOpt = 1; }
+ void EnableTranspose() { key.restrict.val.dedicated.conv.transposed = 1; }
+ void EnableInt8Quantization() { key.restrict.val.dedicated.conv.quantization = 1; }
+ void EnableOutputCalibration() { key.restrict.val.dedicated.conv.calibration = 1; }
+ void EnableWinogradReorder() { key.restrict.val.dedicated.reorder.winograd = 1; }
+ void EnableSoftmaxDim(SoftmaxDim d);
+ void EnableConcatAxis(ConcatAxis a);
+ void EnableUpSamplingSampleType(SampleType a);
+ void EnableLSTMGEMMBias() { key.restrict.val.dedicated.lstm_gemm.bias = 1; }
+ void EnableLSTMGEMMHidden() { key.restrict.val.dedicated.lstm_gemm.hidden = 1; }
+ void EnableLSTMEltCell() { key.restrict.val.dedicated.lstm_elt.cell = 1; }
+ void EnableConcatKernelPerInput() { key.restrict.val.dedicated.concat.kernelPerInput = 1; }
+ void DisableTuning() { key.enableTuning = 0; }
+ void EnableConcatOneKernel() { key.restrict.val.dedicated.concat.oneKernel = 1; }
+ void EnableArgMaxMinAxis(ArgMaxMinAxis a);
+ void EnableLookUpTableIndicesFormat(Datatype a);
+ void EnableIndexSelectAxis(IndexSelectAxis a);
+ bool Support(const ParamsKey& k) const;
bool TuningSupport() const
{
if (key.enableTuning == 1)
return true;
return false;
}
-
- ParamsKey Merge(const ParamsKey& k) const
- {
- ParamsKey ret;
- ret.key.restrict.raw = key.restrict.raw | k.key.restrict.raw;
- ret.key.machineInfo.raw = key.machineInfo.raw | k.key.machineInfo.raw;
- ret.key.inputType.raw = key.inputType.raw | k.key.inputType.raw;
- ret.key.outputType.raw = key.outputType.raw | k.key.outputType.raw;
- ret.key.inputWeightsType.raw = key.inputWeightsType.raw | k.key.inputWeightsType.raw;
- ret.key.outputWeightsType.raw = key.outputWeightsType.raw | k.key.outputWeightsType.raw;
- ret.key.inputLayout = key.inputLayout | k.key.inputLayout;
- ret.key.outputLayout = key.outputLayout | k.key.outputLayout;
- ret.key.weightsInputLayout = key.weightsInputLayout | k.key.weightsInputLayout;
- ret.key.weightsOutputLayout = key.weightsOutputLayout | k.key.weightsOutputLayout;
- return ret;
- }
+ ParamsKey Merge(const ParamsKey& k) const;
private:
Key key;
@@ -783,6 +303,8 @@ namespace kernel_selector
bool bFP16Support = false;
bool bFP64Support = false;
bool bImageSupport = false;
+ bool bIMADSupport = false;
+ bool bIMMADSupport = false;
uint64_t maxWorkGroupSize = 0;
uint64_t maxLocalMemSize = 0;
uint64_t maxImage2dWidth = 0;
@@ -800,22 +322,7 @@ namespace kernel_selector
virtual ~Params() {}
KernelType GetType() const { return kType; }
- virtual ParamsKey GetParamsKey() const
- {
- ParamsKey k;
-
- if (engineInfo.bSubGroupSupport)
- {
- k.EnableSubGroup();
- }
-
- if (engineInfo.bSubGroupShortSupport)
- {
- k.EnableSubGroupShort();
- }
-
- return k;
- }
+ virtual ParamsKey GetParamsKey() const;
protected:
Params(KernelType kt, const std::string& id) : kType(kt), layerID(id) {}
@@ -842,69 +349,7 @@ namespace kernel_selector
bool gradient = false;
virtual std::string to_string() const;
-
- virtual ParamsKey GetParamsKey() const
- {
- ParamsKey k = Params::GetParamsKey();
-
- bool bBatching = false;
- bool bPitches = false;
- bool bOffests = false;
- bool bDifferentTypes = false;
- bool bFP16Used = (output.GetDType() == Datatype::F16);
-
- for (const auto& i : inputs)
- {
- k.EnableInputDataType(i.GetDType());
- k.EnableInputLayout(i.GetLayout());
-
- bBatching |= (i.Batch().v > 1);
- bPitches |= (i.PitchesDifferFromLogicalDims());
- bOffests |= (i.GetFirstElementOffset() != 0);
- bDifferentTypes |= (i.GetDType() != output.GetDType());
- bFP16Used |= (i.GetDType() == Datatype::F16);
- }
-
- k.EnableOutputDataType(output.GetDType());
- k.EnableOutputLayout(output.GetLayout());
-
- if (bBatching)
- {
- k.EnableBatching();
- }
-
- if (bPitches ||
- output.PitchesDifferFromLogicalDims())
- {
- k.EnableTensorPitches();
- }
-
- if (bDifferentTypes)
- {
- k.EnableDifferentTypes();
- }
-
- if (bOffests ||
- output.GetFirstElementOffset() != 0)
- {
- k.EnableTensorOffset();
- }
-
- if (!engineInfo.bFP16Support &&
- bFP16Used)
- {
- // I'm not sure it's the best idea, but we can live with it right now
- k.EnableFP16Emulation();
- }
-
- if (gradient)
- {
- k.EnableGradient();
- }
-
- return k;
- }
-
+ virtual ParamsKey GetParamsKey() const;
protected:
base_params(KernelType kt) : Params(kt, ""), inputs(1){}
@@ -942,23 +387,7 @@ namespace kernel_selector
TuningParams tuningParams;
- virtual ParamsKey GetSupportedKey() const
- {
- ParamsKey k;
-
- for (auto l : inputLayouts)
- {
- k.EnableInputLayout(l);
- }
-
- for (auto l : outputLayouts)
- {
- k.EnableOutputLayout(l);
- }
-
- return k;
- }
-
+ virtual ParamsKey GetSupportedKey() const;
protected:
optional_params(KernelType kt) : kType(kt) {}
KernelType kType;