Member List#
|
Reference API
|
gko::OmpExecutor Member List
This is the complete list of members for gko::OmpExecutor, including all inherited members.
| add_logger(std::shared_ptr< const log::Logger > logger) override | gko::Executor | inlinevirtual |
| alloc(size_type num_elems) const | gko::Executor | inline |
| alloc_ (defined in gko::OmpExecutor) | gko::OmpExecutor | protected |
| clear_loggers() override | gko::log::EnableLogging< Executor > | inlinevirtual |
| copy(size_type num_elems, const T *src_ptr, T *dest_ptr) const | gko::Executor | inline |
| copy_from(ptr_param< const Executor > src_exec, size_type num_elems, const T *src_ptr, T *dest_ptr) const | gko::Executor | inline |
| copy_val_to_host(const T *ptr) const | gko::Executor | inline |
| create(std::shared_ptr< CpuAllocatorBase > alloc=std::make_shared< CpuAllocator >()) | gko::OmpExecutor | inlinestatic |
| exec_info_ (defined in gko::Executor) | gko::Executor | protected |
| Executor()=default (defined in gko::Executor) | gko::Executor | |
| Executor(Executor &)=delete (defined in gko::Executor) | gko::Executor | |
| Executor(Executor &&)=delete (defined in gko::Executor) | gko::Executor | |
| free(void *ptr) const noexcept | gko::Executor | inline |
| get_description() const override | gko::OmpExecutor | virtual |
| get_exec_info() const | gko::Executor | inlineprotected |
| get_exec_info() | gko::Executor | inlineprotected |
| get_loggers() const override | gko::log::EnableLogging< Executor > | inlinevirtual |
| get_master() noexcept override | gko::OmpExecutor | virtual |
| get_master() const noexcept override | gko::OmpExecutor | virtual |
| get_num_cores() const (defined in gko::OmpExecutor) | gko::OmpExecutor | inline |
| get_num_omp_threads() (defined in gko::OmpExecutor) | gko::OmpExecutor | static |
| get_num_threads_per_core() const (defined in gko::OmpExecutor) | gko::OmpExecutor | inline |
| get_scoped_device_id_guard() const override (defined in gko::OmpExecutor) | gko::OmpExecutor | virtual |
| log_propagation_mode_ (defined in gko::Executor) | gko::Executor | protected |
| memory_accessible(const std::shared_ptr< const Executor > &other) const | gko::Executor | inline |
| OmpExecutor(std::shared_ptr< CpuAllocatorBase > alloc) (defined in gko::OmpExecutor) | gko::OmpExecutor | inlineprotected |
| operator=(Executor &)=delete (defined in gko::Executor) | gko::Executor | |
| operator=(Executor &&)=delete (defined in gko::Executor) | gko::Executor | |
| populate_exec_info(const machine_topology *mach_topo) override | gko::OmpExecutor | protectedvirtual |
| propagating_logger_refcount_ (defined in gko::Executor) | gko::Executor | protected |
| raw_alloc(size_type size) const override | gko::OmpExecutor | protectedvirtual |
| raw_copy_from(const Executor *src_exec, size_type n_bytes, const void *src_ptr, void *dest_ptr) const =0 | gko::Executor | protectedpure virtual |
| raw_copy_to(const OmpExecutor *dest_exec, size_type n_bytes, const void *src_ptr, void *dest_ptr) const override (defined in gko::OmpExecutor) | gko::OmpExecutor | protectedvirtual |
| raw_copy_to(const HipExecutor *dest_exec, size_type n_bytes, const void *src_ptr, void *dest_ptr) const override (defined in gko::OmpExecutor) | gko::OmpExecutor | protectedvirtual |
| raw_copy_to(const DpcppExecutor *dest_exec, size_type n_bytes, const void *src_ptr, void *dest_ptr) const override (defined in gko::OmpExecutor) | gko::OmpExecutor | protectedvirtual |
| raw_copy_to(const CudaExecutor *dest_exec, size_type n_bytes, const void *src_ptr, void *dest_ptr) const override (defined in gko::OmpExecutor) | gko::OmpExecutor | protectedvirtual |
| raw_free(void *ptr) const noexcept override | gko::OmpExecutor | protectedvirtual |
| remove_logger(const log::Logger *logger) override | gko::Executor | inlinevirtual |
| run(const Operation &op) const=0 | gko::OmpExecutor | virtual |
| run(const ClosureOmp &op_omp, const ClosureCuda &op_cuda, const ClosureHip &op_hip, const ClosureDpcpp &op_dpcpp) const | gko::OmpExecutor | inline |
| run(std::string name, const ClosureReference &op_ref, const ClosureOmp &op_omp, const ClosureCuda &op_cuda, const ClosureHip &op_hip, const ClosureDpcpp &op_dpcpp) const | gko::OmpExecutor | inline |
| set_log_propagation_mode(log_propagation_mode mode) | gko::Executor | inline |
| should_propagate_log() const | gko::Executor | inline |
| synchronize() const override | gko::OmpExecutor | virtual |
| verify_memory_from(const Executor *src_exec) const =0 | gko::Executor | protectedpure virtual |
| verify_memory_to(const OmpExecutor *other) const override (defined in gko::OmpExecutor) | gko::OmpExecutor | inlineprotectedvirtual |
| verify_memory_to(const ReferenceExecutor *other) const override (defined in gko::OmpExecutor) | gko::OmpExecutor | inlineprotectedvirtual |
| verify_memory_to(const HipExecutor *other) const override (defined in gko::OmpExecutor) | gko::OmpExecutor | inlineprotectedvirtual |
| verify_memory_to(const CudaExecutor *other) const override (defined in gko::OmpExecutor) | gko::OmpExecutor | inlineprotectedvirtual |
| verify_memory_to(const DpcppExecutor *dest_exec) const override (defined in gko::OmpExecutor) | gko::OmpExecutor | protectedvirtual |
| ~Executor()=default (defined in gko::Executor) | gko::Executor | virtual |
| ~Loggable()=default (defined in gko::log::Loggable) | gko::log::Loggable | virtual |
Generated by