![]() |
Ginkgo
Generated from tags/v1.0.0^0 branch based on master. Ginkgo version 1.0.0
A numerical linear algebra library targeting many-core architectures
|
This is the complete list of members for gko::CudaExecutor, including all inherited members.
add_logger(std::shared_ptr< const Logger > logger) override | gko::log::EnableLogging< Executor > | inlinevirtual |
alloc(size_type num_elems) const | gko::Executor | inline |
copy_from(const Executor *src_exec, size_type num_elems, const T *src_ptr, T *dest_ptr) const | gko::Executor | inline |
create(int device_id, std::shared_ptr< Executor > master) | gko::CudaExecutor | static |
Executor()=default (defined in gko::Executor) | gko::Executor | |
Executor(Executor &)=delete (defined in gko::Executor) | gko::Executor | |
Executor(Executor &&)=default (defined in gko::Executor) | gko::Executor | |
ExecutorBase< CudaExecutor > (defined in gko::CudaExecutor) | gko::CudaExecutor | friend |
free(void *ptr) const noexcept | gko::Executor | inline |
get_cublas_handle() const | gko::CudaExecutor | inline |
get_cusparse_handle() const | gko::CudaExecutor | inline |
get_device_id() const noexcept | gko::CudaExecutor | inline |
get_major_version() const noexcept | gko::CudaExecutor | inline |
get_master() noexcept override | gko::CudaExecutor | virtual |
get_master() const noexcept override | gko::CudaExecutor | virtual |
get_minor_version() const noexcept | gko::CudaExecutor | inline |
get_num_cores_per_sm() const noexcept | gko::CudaExecutor | inline |
get_num_devices() | gko::CudaExecutor | static |
get_num_multiprocessor() const noexcept | gko::CudaExecutor | inline |
get_num_warps() const noexcept | gko::CudaExecutor | inline |
operator=(Executor &)=delete (defined in gko::Executor) | gko::Executor | |
operator=(Executor &&)=default (defined in gko::Executor) | gko::Executor | |
remove_logger(const Logger *logger) override | gko::log::EnableLogging< Executor > | inlinevirtual |
run(const Operation &op) const override | gko::CudaExecutor | virtual |
gko::detail::ExecutorBase::run(const ClosureOmp &op_omp, const ClosureCuda &op_cuda) const | gko::Executor | inline |
synchronize() const override | gko::CudaExecutor | virtual |
~CudaExecutor() (defined in gko::CudaExecutor) | gko::CudaExecutor | inline |
~Executor()=default (defined in gko::Executor) | gko::Executor | virtual |
~Loggable()=default (defined in gko::log::Loggable) | gko::log::Loggable | virtual |