Searched refs:cudaFree (Results 1 – 16 of 16) sorted by relevance
64 cudaFree(d_in1); in test_cuda_nullary()65 cudaFree(d_in2); in test_cuda_nullary()111 cudaFree(d_in1); in test_cuda_elementwise_small()112 cudaFree(d_in2); in test_cuda_elementwise_small()113 cudaFree(d_out); in test_cuda_elementwise_small()165 cudaFree(d_in1); in test_cuda_elementwise()166 cudaFree(d_in2); in test_cuda_elementwise()167 cudaFree(d_in3); in test_cuda_elementwise()168 cudaFree(d_out); in test_cuda_elementwise()204 cudaFree(d_in1); in test_cuda_props()[all …]
84 cudaFree((void*)d_t_left); in test_cuda_contraction()85 cudaFree((void*)d_t_right); in test_cuda_contraction()86 cudaFree((void*)d_t_result); in test_cuda_contraction()142 cudaFree((void*)d_t_left); in test_scalar()143 cudaFree((void*)d_t_right); in test_scalar()144 cudaFree((void*)d_t_result); in test_scalar()
63 cudaFree(d_in); in test_cuda_simple_argmax()64 cudaFree(d_out_max); in test_cuda_simple_argmax()65 cudaFree(d_out_min); in test_cuda_simple_argmax()152 cudaFree(d_in); in test_cuda_argmax_dim()153 cudaFree(d_out); in test_cuda_argmax_dim()241 cudaFree(d_in); in test_cuda_argmin_dim()242 cudaFree(d_out); in test_cuda_argmin_dim()
87 cudaFree(d_in1); in test_cuda_complex_cwise_ops()88 cudaFree(d_in2); in test_cuda_complex_cwise_ops()89 cudaFree(d_out); in test_cuda_complex_cwise_ops()
70 cudaFree((void*)d_t_input); in test_cuda_cumsum()71 cudaFree((void*)d_t_result); in test_cuda_cumsum()
68 cudaFree(d_in1); in test_cuda_nullary()69 cudaFree(d_in2); in test_cuda_nullary()70 cudaFree(d_out2); in test_cuda_nullary()
84 assert(cudaFree(kernel_1d_) == cudaSuccess); in ~GPUContext()85 assert(cudaFree(kernel_2d_) == cudaSuccess); in ~GPUContext()86 assert(cudaFree(kernel_3d_) == cudaSuccess); in ~GPUContext()
60 cudaFree(d_in); in run_on_cuda()61 cudaFree(d_out); in run_on_cuda()
130 ASSERT_EQ(0, cudaFree(buffers[input_index])); in Execute()131 ASSERT_EQ(0, cudaFree(buffers[output_index])); in Execute()
39 CHECK_EQ(cudaFree(ptr), cudaSuccess); in DeallocateRaw()
1039 err = cudaFree(nullptr); in CreateDevices()
69 void TRTCudaAllocator::free(void* memory) { cudaFree(memory); } in free()
146 cudaFree(outbuf); in TearDown()288 cudaFree(failure_count); in TEST()
51 cudaError_t CUDART_CB cudaFree(void* devPtr) { in cudaFree() function
154 err = cudaFree(buffer); in initializeDeviceProp()
1181 ASSERT_EQ(0, cudaFree(buffers[i])); in BuildAndRun()