![]() |
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::ReferenceExecutor, 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() (defined in gko::ReferenceExecutor) | gko::ReferenceExecutor | inlinestatic |
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 override | gko::OmpExecutor | virtual |
get_master() const noexcept override | gko::OmpExecutor | 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 override | gko::ReferenceExecutor | inlinevirtual |
gko::OmpExecutor::run(const ClosureOmp &op_omp, const ClosureCuda &op_cuda) const | gko::Executor | inline |
synchronize() const override | gko::OmpExecutor | virtual |
~Executor()=default (defined in gko::Executor) | gko::Executor | virtual |
~Loggable()=default (defined in gko::log::Loggable) | gko::log::Loggable | virtual |