32 lines
		
	
	
		
			909 B
		
	
	
	
		
			YAML
		
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			909 B
		
	
	
	
		
			YAML
		
	
	
	
| # Copyright 2020 Google LLC
 | |
| #
 | |
| # This source code is licensed under the BSD-style license found in the
 | |
| # LICENSE file in the root directory of this source tree.
 | |
| - name: xnn_f32_gemm_ukernel_4x4__aarch32_vfp_ld64
 | |
|   k-block: 2
 | |
|   assembly: true
 | |
| - name: xnn_f32_gemm_ukernel_1x8__wasmsimd_splat
 | |
|   k-block: 4
 | |
| - name: xnn_f32_gemm_ukernel_4x8__wasmsimd_splat
 | |
|   k-block: 4
 | |
| - name: xnn_f32_gemm_ukernel_5x8__wasmsimd_splat
 | |
|   k-block: 4
 | |
| - name: xnn_f32_gemm_ukernel_4x2c4__wasmsimd
 | |
|   k-block: 4
 | |
| - name: xnn_f32_gemm_ukernel_1x4__wasm
 | |
|   k-block: 1
 | |
| - name: xnn_f32_gemm_ukernel_2x4__wasm
 | |
|   k-block: 1
 | |
| - name: xnn_f32_gemm_ukernel_4x4__wasm
 | |
|   k-block: 1
 | |
| - name: xnn_f32_gemm_ukernel_4x2__wasm
 | |
|   k-block: 1
 | |
| - name: xnn_f32_gemm_ukernel_1x4__scalar
 | |
|   k-block: 1
 | |
| - name: xnn_f32_gemm_ukernel_2x4__scalar
 | |
|   k-block: 1
 | |
| - name: xnn_f32_gemm_ukernel_4x4__scalar
 | |
|   k-block: 1
 | |
| - name: xnn_f32_gemm_ukernel_4x2__scalar
 | |
|   k-block: 1
 |