![]() |
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::Executor, 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 |
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 | |
free(void *ptr) const noexcept | gko::Executor | inline |
get_master() noexcept=0 | gko::Executor | pure virtual |
get_master() const noexcept=0 | gko::Executor | pure virtual |
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 =0 | gko::Executor | pure virtual |
run(const ClosureOmp &op_omp, const ClosureCuda &op_cuda) const | gko::Executor | inline |
synchronize() const =0 | gko::Executor | pure virtual |
~Executor()=default (defined in gko::Executor) | gko::Executor | virtual |
~Loggable()=default (defined in gko::log::Loggable) | gko::log::Loggable | virtual |