Home
last modified time | relevance | path

Searched defs:copy_to_host (Results 1 – 25 of 25) sorted by relevance

/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/base/
H A Dcuda.h132 copy_to_host(const ArrayView<const T, MemorySpace::CUDA> &in, in copy_to_host() function
164 copy_to_host(const T *pointer_dev, std::vector<T> &vector_host) in copy_to_host() function
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/compute/algorithm/detail/
H A Dcopy_to_host.hpp29 inline HostIterator copy_to_host(DeviceIterator first, in copy_to_host() function
131 inline HostIterator copy_to_host(svm_ptr<T> first, in copy_to_host() function
/dports/security/pgpin/pgp263in/src/
H A Dztrees.c29 * which is itself a Huffman encoding of the lengths of in copy_to_host()
131 * - if compression is not successful for a file smaller than 64K, we can in copy_to_host()
/dports/devel/boost-python-libs/boost_1_72_0/boost/compute/algorithm/detail/
H A Dcopy_to_host.hpp29 inline HostIterator copy_to_host(DeviceIterator first, in copy_to_host() function
137 inline HostIterator copy_to_host(svm_ptr<T> first, in copy_to_host() function
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/compute/algorithm/detail/
H A Dcopy_to_host.hpp29 inline HostIterator copy_to_host(DeviceIterator first, in copy_to_host() function
137 inline HostIterator copy_to_host(svm_ptr<T> first, in copy_to_host() function
/dports/devel/R-cran-BH/BH/inst/include/boost/compute/algorithm/detail/
H A Dcopy_to_host.hpp29 inline HostIterator copy_to_host(DeviceIterator first, in copy_to_host() function
137 inline HostIterator copy_to_host(svm_ptr<T> first, in copy_to_host() function
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/compute/algorithm/detail/
H A Dcopy_to_host.hpp29 inline HostIterator copy_to_host(DeviceIterator first, in copy_to_host() function
137 inline HostIterator copy_to_host(svm_ptr<T> first, in copy_to_host() function
/dports/devel/boost-libs/boost_1_72_0/boost/compute/algorithm/detail/
H A Dcopy_to_host.hpp29 inline HostIterator copy_to_host(DeviceIterator first, in copy_to_host() function
137 inline HostIterator copy_to_host(svm_ptr<T> first, in copy_to_host() function
/dports/devel/hyperscan/boost_1_75_0/boost/compute/algorithm/detail/
H A Dcopy_to_host.hpp29 inline HostIterator copy_to_host(DeviceIterator first, in copy_to_host() function
137 inline HostIterator copy_to_host(svm_ptr<T> first, in copy_to_host() function
/dports/devel/boost-docs/boost_1_72_0/boost/compute/algorithm/detail/
H A Dcopy_to_host.hpp29 inline HostIterator copy_to_host(DeviceIterator first, in copy_to_host() function
137 inline HostIterator copy_to_host(svm_ptr<T> first, in copy_to_host() function
/dports/science/py-dlib/dlib-19.22/dlib/cuda/
H A Dgpu_data.cpp131 copy_to_host() const in copy_to_host() function in dlib::gpu_data
/dports/science/dlib-cpp/dlib-19.22/dlib/cuda/
H A Dgpu_data.cpp131 copy_to_host() const in copy_to_host() function in dlib::gpu_data
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/runtime/
H A Ddevice_interface.h22 int (*copy_to_host)(void *user_context, struct halide_buffer_t *buf); member
H A DHalideRuntime.h728 int (*copy_to_host)(void *user_context, struct halide_buffer_t *buf); member
/dports/devel/py-numba/numba-0.51.2/numba/roc/hsadrv/
H A Ddevicearray.py176 def copy_to_host(self, ary=None, stream=None): member in DeviceNDArrayBase
/dports/misc/mnn/MNN-1.2.0/include/MNN/
H A DHalideRuntime.h150 int (*copy_to_host)(void *user_context, struct halide_buffer_t *buf); member
/dports/misc/mnn/MNN-1.2.0/demo/android/app/includes/MNN/
H A DHalideRuntime.h150 int (*copy_to_host)(void *user_context, struct halide_buffer_t *buf); member
/dports/math/mfem/mfem-4.3/linalg/
H A Dvector.hpp186 void DeleteDevice(bool copy_to_host = true) in DeleteDevice()
/dports/devel/py-numba/numba-0.51.2/numba/cuda/simulator/cudadrv/
H A Ddevicearray.py127 def copy_to_host(self, ary=None, stream=0): member in FakeCUDAArray
/dports/devel/py-numba/numba-0.51.2/numba/cuda/cudadrv/
H A Ddevicearray.py230 def copy_to_host(self, ary=None, stream=0): member in DeviceNDArrayBase
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/python/pyarrow/
H A D_cuda.pyx448 def copy_to_host(self, int64_t position=0, int64_t nbytes=-1, member in CudaBuffer
/dports/databases/arrow/apache-arrow-6.0.1/python/pyarrow/
H A D_cuda.pyx449 def copy_to_host(self, int64_t position=0, int64_t nbytes=-1, member in CudaBuffer
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/python/pyarrow/
H A D_cuda.pyx448 def copy_to_host(self, int64_t position=0, int64_t nbytes=-1, member in CudaBuffer
/dports/math/mfem/mfem-4.3/general/
H A Dmem_manager.hpp988 inline void Memory<T>::DeleteDevice(bool copy_to_host) in DeleteDevice()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DFunc.cpp2026 Func Func::copy_to_host() { in copy_to_host() function in Halide::Func