Lines Matching refs:cudaFree

61   cudaFree(d_in1);  in test_cuda_nullary()
62 cudaFree(d_in2); in test_cuda_nullary()
108 cudaFree(d_in1); in test_cuda_elementwise_small()
109 cudaFree(d_in2); in test_cuda_elementwise_small()
110 cudaFree(d_out); in test_cuda_elementwise_small()
162 cudaFree(d_in1); in test_cuda_elementwise()
163 cudaFree(d_in2); in test_cuda_elementwise()
164 cudaFree(d_in3); in test_cuda_elementwise()
165 cudaFree(d_out); in test_cuda_elementwise()
201 cudaFree(d_in1); in test_cuda_props()
202 cudaFree(d_out); in test_cuda_props()
249 cudaFree(d_in1); in test_cuda_reduction()
250 cudaFree(d_out); in test_cuda_reduction()
310 cudaFree(d_t_left); in test_cuda_contraction()
311 cudaFree(d_t_right); in test_cuda_contraction()
312 cudaFree(d_t_result); in test_cuda_contraction()
364 cudaFree(d_input); in test_cuda_convolution_1d()
365 cudaFree(d_kernel); in test_cuda_convolution_1d()
366 cudaFree(d_out); in test_cuda_convolution_1d()
417 cudaFree(d_input); in test_cuda_convolution_inner_dim_col_major_1d()
418 cudaFree(d_kernel); in test_cuda_convolution_inner_dim_col_major_1d()
419 cudaFree(d_out); in test_cuda_convolution_inner_dim_col_major_1d()
470 cudaFree(d_input); in test_cuda_convolution_inner_dim_row_major_1d()
471 cudaFree(d_kernel); in test_cuda_convolution_inner_dim_row_major_1d()
472 cudaFree(d_out); in test_cuda_convolution_inner_dim_row_major_1d()
534 cudaFree(d_input); in test_cuda_convolution_2d()
535 cudaFree(d_kernel); in test_cuda_convolution_2d()
536 cudaFree(d_out); in test_cuda_convolution_2d()
612 cudaFree(d_input); in test_cuda_convolution_3d()
613 cudaFree(d_kernel); in test_cuda_convolution_3d()
614 cudaFree(d_out); in test_cuda_convolution_3d()
653 cudaFree(d_in); in test_cuda_lgamma()
654 cudaFree(d_out); in test_cuda_lgamma()
708 cudaFree(d_in); in test_cuda_digamma()
709 cudaFree(d_out); in test_cuda_digamma()
775 cudaFree(d_in_x); in test_cuda_zeta()
776 cudaFree(d_in_q); in test_cuda_zeta()
777 cudaFree(d_out); in test_cuda_zeta()
841 cudaFree(d_in_x); in test_cuda_polygamma()
842 cudaFree(d_in_n); in test_cuda_polygamma()
843 cudaFree(d_out); in test_cuda_polygamma()
912 cudaFree(d_a); in test_cuda_igamma()
913 cudaFree(d_x); in test_cuda_igamma()
914 cudaFree(d_out); in test_cuda_igamma()
982 cudaFree(d_a); in test_cuda_igammac()
983 cudaFree(d_x); in test_cuda_igammac()
984 cudaFree(d_out); in test_cuda_igammac()
1022 cudaFree(d_in); in test_cuda_erf()
1023 cudaFree(d_out); in test_cuda_erf()
1061 cudaFree(d_in); in test_cuda_erfc()
1062 cudaFree(d_out); in test_cuda_erfc()
1205 cudaFree(d_in_x); in test_cuda_betainc()
1206 cudaFree(d_in_a); in test_cuda_betainc()
1207 cudaFree(d_in_b); in test_cuda_betainc()
1208 cudaFree(d_out); in test_cuda_betainc()