Home
last modified time | relevance | path

Searched refs:cudaFree (Results 151 – 175 of 667) sorted by relevance

12345678910>>...27

/dports/devel/taskflow/taskflow-3.2.0/examples/cuda/
H A Dcuda_matmul.cu66 TF_CHECK_CUDA(cudaFree(da), "failed to free da"); in gpu()
67 TF_CHECK_CUDA(cudaFree(db), "failed to free db"); in gpu()
68 TF_CHECK_CUDA(cudaFree(dc), "failed to free dc"); in gpu()
H A Dcuda_saxpy.cu71 cudaFree(dx); in main()
76 cudaFree(dy); in main()
/dports/misc/xgboost/xgboost-1.5.1/cub/examples/block/
H A Dexample_block_radix_sort.cu274 if (d_in) CubDebugExit(cudaFree(d_in)); in Test()
275 if (d_out) CubDebugExit(cudaFree(d_out)); in Test()
276 if (d_elapsed) CubDebugExit(cudaFree(d_elapsed)); in Test()
H A Dexample_block_scan.cu273 if (d_in) cudaFree(d_in); in Test()
274 if (d_out) cudaFree(d_out); in Test()
275 if (d_elapsed) cudaFree(d_elapsed); in Test()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/eigen_3.3.3/unsupported/test/
H A Dcxx11_tensor_scan_cuda.cu70 cudaFree((void*)d_t_input); in test_cuda_cumsum()
71 cudaFree((void*)d_t_result); in test_cuda_cumsum()
H A Dcxx11_tensor_complex_cuda.cu68 cudaFree(d_in1); in test_cuda_nullary()
69 cudaFree(d_in2); in test_cuda_nullary()
70 cudaFree(d_out2); in test_cuda_nullary()
/dports/science/chrono/chrono-7.0.1/src/chrono_multicore/cuda/
H A DChGPUVector.cuh51 cudaFree(data_d); in resize()
59 cudaFree(data_d); in clear()
/dports/audio/csound/csound-6.15.0/Opcodes/cuda/
H A Dslidingm.cu527 CUDA(cudaFree, p->dinphase); in cushutdown()
528 CUDA(cudaFree, p->doutphase); in cushutdown()
529 CUDA(cudaFree, p->ddeltas); in cushutdown()
530 CUDA(cudaFree, p->dFoutw); in cushutdown()
531 CUDA(cudaFree, p->dFout); in cushutdown()
532 CUDA(cudaFree, p->dFin); in cushutdown()
533 CUDA(cudaFree, p->sine); in cushutdown()
534 CUDA(cudaFree, p->cosine); in cushutdown()
H A Dpconv11.cu95 cudaFree(p->coef); in destroy_pconv()
96 cudaFree(p->in); in destroy_pconv()
97 cudaFree(p->out); in destroy_pconv()
98 cudaFree(p->buf); in destroy_pconv()
H A Dpvsopsf.cu222 cudaFree(p->inframe); in destroy_pvsyn()
223 cudaFree(p->lastph); in destroy_pvsyn()
224 cudaFree(p->win); in destroy_pvsyn()
430 cudaFree(p->aframe); in destroy_pvanal()
431 cudaFree(p->oldph); in destroy_pvanal()
432 cudaFree(p->win); in destroy_pvanal()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/parallel-libs/acxxel/examples/
H A Dsimple_example.cu79 cudaFree(DeviceX); in cudaSaxpy()
80 cudaFree(DeviceY); in cudaSaxpy()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/parallel-libs/acxxel/examples/
H A Dsimple_example.cu79 cudaFree(DeviceX); in cudaSaxpy()
80 cudaFree(DeviceY); in cudaSaxpy()
/dports/devel/llvm12/llvm-project-12.0.1.src/parallel-libs/acxxel/examples/
H A Dsimple_example.cu79 cudaFree(DeviceX); in cudaSaxpy()
80 cudaFree(DeviceY); in cudaSaxpy()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/base/
H A Dcuda.h99 cudaError_t cuda_error_code = cudaFree(pointer); in free()
123 const cudaError_t error_code = cudaFree(device_ptr); in delete_device_data()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/parallel-libs/acxxel/examples/
H A Dsimple_example.cu79 cudaFree(DeviceX); in cudaSaxpy()
80 cudaFree(DeviceY); in cudaSaxpy()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/parallel-libs/acxxel/examples/
H A Dsimple_example.cu79 cudaFree(DeviceX); in cudaSaxpy()
80 cudaFree(DeviceY); in cudaSaxpy()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/parallel-libs/acxxel/examples/
H A Dsimple_example.cu79 cudaFree(DeviceX); in cudaSaxpy()
80 cudaFree(DeviceY); in cudaSaxpy()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/parallel-libs/acxxel/examples/
H A Dsimple_example.cu79 cudaFree(DeviceX); in cudaSaxpy()
80 cudaFree(DeviceY); in cudaSaxpy()
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/testrender/
H A Doptix_stringtable.cpp33 OSL::cudaFree (m_ptr); in freetable()
154 OSL::cudaFree (m_ptr); in reallocTable()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/parallel-libs/acxxel/examples/
H A Dsimple_example.cu79 cudaFree(DeviceX); in cudaSaxpy()
80 cudaFree(DeviceY); in cudaSaxpy()
/dports/devel/llvm13/llvm-project-13.0.1.src/parallel-libs/acxxel/examples/
H A Dsimple_example.cu79 cudaFree(DeviceX); in cudaSaxpy()
80 cudaFree(DeviceY); in cudaSaxpy()
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/testrender/
H A Doptix_stringtable.cpp33 OSL::cudaFree (m_ptr); in freetable()
154 OSL::cudaFree (m_ptr); in reallocTable()
/dports/misc/darknet/darknet-darknet_yolo_v4_pre/src/
H A Dconv_lstm_layer.c307 if (l->delta_gpu) cudaFree(l->delta_gpu); in resize_conv_lstm_layer()
316 if (l->cell_gpu) cudaFree(l->cell_gpu); in resize_conv_lstm_layer()
319 if (l->f_gpu) cudaFree(l->f_gpu); in resize_conv_lstm_layer()
322 if (l->i_gpu) cudaFree(l->i_gpu); in resize_conv_lstm_layer()
325 if (l->g_gpu) cudaFree(l->g_gpu); in resize_conv_lstm_layer()
328 if (l->o_gpu) cudaFree(l->o_gpu); in resize_conv_lstm_layer()
331 if (l->c_gpu) cudaFree(l->c_gpu); in resize_conv_lstm_layer()
334 if (l->h_gpu) cudaFree(l->h_gpu); in resize_conv_lstm_layer()
337 if (l->temp_gpu) cudaFree(l->temp_gpu); in resize_conv_lstm_layer()
346 if (l->dc_gpu) cudaFree(l->dc_gpu); in resize_conv_lstm_layer()
[all …]
/dports/devel/taskflow/taskflow-3.2.0/doxygen/examples/
H A Dkmeans_cudaflow.dox172 cudaFree(d_px);
173 cudaFree(d_py);
174 cudaFree(d_mx);
175 cudaFree(d_my);
176 cudaFree(d_sx);
177 cudaFree(d_sy);
178 cudaFree(d_c);
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/tce/ttlg/
H A Dtest.cpp133 cudaFree(d_A); in main()
134 cudaFree(d_B); in main()

12345678910>>...27