1 #pragma once
2 
3 #ifdef __cplusplus
4 #extern "C" {
5 #endif
6   void initAutoGemmClKernels(void);
7 #ifdef __cplusplus
8 }
9 #endif
10 
11