mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-11-04 09:32:00 +00:00 
			
		
		
		
	[SYCL] Fixing wrong VDR iq4nl value (#8812)
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							afbb4c1322
						
					
				
				
					commit
					0fbbd88458
				
			@@ -902,7 +902,7 @@ static void mul_mat_vec_iq4_nl_q8_1_sycl(const void *vx, const void *vy,
 | 
			
		||||
                sycl::nd_range<3>(block_nums * block_dims, block_dims),
 | 
			
		||||
                [=](sycl::nd_item<3> item_ct1)
 | 
			
		||||
                    [[intel::reqd_sub_group_size(WARP_SIZE)]] {
 | 
			
		||||
                        mul_mat_vec_q_iq4_nl_q8_1<QK4_NL, QI4_NL, block_iq4_nl, 1>(
 | 
			
		||||
                        mul_mat_vec_q_iq4_nl_q8_1<QK4_NL, QI4_NL, block_iq4_nl, 2>(
 | 
			
		||||
                            vx, vy, dst, ncols, nrows, item_ct1);
 | 
			
		||||
                    });
 | 
			
		||||
        });
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user