| 144 | ); |
| 145 | |
| 146 | int PoolWrapper( |
| 147 | KER_GMEM_MAXPOOLTYPE *in1,KER_GMEM_MAXPOOLTYPE *in2, |
| 148 | KER_GMEM_MAXPOOLTYPE *out1,KER_GMEM_MAXPOOLTYPE *out2, |
| 149 | KER_GMEM_POOLTYPE_WTS *wts, |
| 150 | int *scalar_pool_args) |
| 151 | { |
| 152 | #if __SDSOC |
| 153 | #pragma SDS async(2) |
| 154 | #endif |
| 155 | PoolTop(in1,in2,out1,out2, wts, scalar_pool_args); |
| 156 | return 0; |
| 157 | } |
| 158 | |
| 159 | #endif//POOL kernel |
| 160 |
no test coverage detected