You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* See the requirements for `place_data` in `create_ir()`.
133
+
* See the requirements for `place_data` for `create_ir()`.
134
134
*/
135
135
voidcreate_zero_ir (conststructConvolution_Config*, structIR_Uniform*, int ir_num_samples, void* place_data
136
136
#ifdef __cplusplus
@@ -157,6 +157,8 @@ size_t multichannel_ir_bytes_required (int max_block_size, int ir_num_samples, i
157
157
* The fft_scratch pointer should point to
158
158
* an array of config->fft_size floats, and should
159
159
* have 64-byte alignment.
160
+
*
161
+
* See the requirements for `place_data` for `create_ir()`.
160
162
*/
161
163
voidcreate_multichannel_ir (conststructConvolution_Config*, structIR_Uniform*, constfloat* const* ir, int ir_num_samples, int num_channels, float* fft_scratch, void* place_data
0 commit comments