File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
backends/vulkan/runtime/graph/ops Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ linear_qcsnw_tiled:
1212 WEIGHT_STORAGE : texture2d
1313 SCALES_STORAGE : texture2d
1414 TILE_ROWS : 4
15- TILE_TXCOLS : 2
15+ TILE_TXCOLS : 1
1616 QUANT_NBITS : 8
1717 generate_variant_forall :
1818 TILE_ROWS :
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ utils::uvec3 linear_qcsnw_tiled_global_wg_size(
7373 }
7474
7575 // Number of output texels in the output tile
76- uint32_t out_tile_ntxcols = 2 ;
76+ uint32_t out_tile_ntxcols = 1 ;
7777 if (quant_nbits == 4 ) {
7878 out_tile_ntxcols = 2 ;
7979 }
@@ -325,7 +325,7 @@ void add_linear_qcsnw_tiled_node(
325325 }
326326
327327 // Number of output texels in the output tile
328- uint32_t out_tile_ntxcols = 2 ;
328+ uint32_t out_tile_ntxcols = 1 ;
329329 if (quant_nbits == 4 ) {
330330 out_tile_ntxcols = 2 ;
331331 }
You can’t perform that action at this time.
0 commit comments