Ginkgo
Generated from pipelines/1330831941 branch based on master. Ginkgo version 1.8.0
A numerical linear algebra library targeting many-core architectures
|
This is the complete list of members for gko::HipExecutor, 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 |
clear_loggers() override (defined in gko::log::EnableLogging< Executor >) | 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(int device_id, std::shared_ptr< Executor > master, bool device_reset, allocation_mode alloc_mode=default_hip_alloc_mode, CUstream_st *stream=nullptr) | gko::HipExecutor | static |
create(int device_id, std::shared_ptr< Executor > master, std::shared_ptr< HipAllocatorBase > alloc=std::make_shared< HipAllocator >(), CUstream_st *stream=nullptr) (defined in gko::HipExecutor) | gko::HipExecutor | static |
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_closest_numa() const | gko::HipExecutor | inline |
get_closest_pus() const | gko::HipExecutor | inline |
get_device_id() const noexcept | gko::HipExecutor | inline |
get_hipblas_handle() const | gko::HipExecutor | inline |
get_hipsparse_handle() const | gko::HipExecutor | inline |
get_loggers() const override (defined in gko::log::EnableLogging< Executor >) | gko::log::EnableLogging< Executor > | inlinevirtual |
get_major_version() const noexcept | gko::HipExecutor | inline |
get_master() noexcept override | gko::HipExecutor | virtual |
get_master() const noexcept override | gko::HipExecutor | virtual |
get_minor_version() const noexcept | gko::HipExecutor | inline |
get_num_devices() | gko::HipExecutor | static |
get_num_multiprocessor() const noexcept | gko::HipExecutor | inline |
get_num_warps() const noexcept | gko::HipExecutor | inline |
get_num_warps_per_sm() const noexcept | gko::HipExecutor | inline |
get_scoped_device_id_guard() const override (defined in gko::HipExecutor) | gko::HipExecutor | virtual |
get_stream() const (defined in gko::HipExecutor) | gko::HipExecutor | inline |
get_warp_size() const noexcept | gko::HipExecutor | inline |
memory_accessible(const std::shared_ptr< const Executor > &other) const | gko::Executor | inline |
operator=(Executor &)=delete (defined in gko::Executor) | gko::Executor | |
operator=(Executor &&)=delete (defined in gko::Executor) | gko::Executor | |
remove_logger(const log::Logger *logger) override | gko::Executor | inlinevirtual |
remove_logger(ptr_param< const Logger > logger) (defined in gko::log::EnableLogging< Executor >) | gko::log::EnableLogging< Executor > | inline |
run(const Operation &op) const =0 | gko::Executor | pure virtual |
run(const ClosureOmp &op_omp, const ClosureCuda &op_cuda, const ClosureHip &op_hip, const ClosureDpcpp &op_dpcpp) const | gko::Executor | inline |
set_log_propagation_mode(log_propagation_mode mode) | gko::Executor | inline |
should_propagate_log() const | gko::Executor | inline |
synchronize() const override | gko::HipExecutor | virtual |
~Executor()=default (defined in gko::Executor) | gko::Executor | virtual |
~Loggable()=default (defined in gko::log::Loggable) | gko::log::Loggable | virtual |