Member List

Member List#

Reference API: Member List
Reference API
gko::HipExecutor Member List

This is the complete list of members for gko::HipExecutor, including all inherited members.

add_logger(std::shared_ptr< const log::Logger > logger) overridegko::Executorinlinevirtual
alloc(size_type num_elems) constgko::Executorinline
clear_loggers() overridegko::log::EnableLogging< Executor >inlinevirtual
copy(size_type num_elems, const T *src_ptr, T *dest_ptr) constgko::Executorinline
copy_from(ptr_param< const Executor > src_exec, size_type num_elems, const T *src_ptr, T *dest_ptr) constgko::Executorinline
copy_val_to_host(const T *ptr) constgko::Executorinline
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::HipExecutorstatic
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::HipExecutorstatic
exec_info_ (defined in gko::Executor)gko::Executorprotected
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 noexceptgko::Executorinline
get_blas_handle() constgko::HipExecutorinline
get_closest_numa() constgko::HipExecutorinline
get_closest_pus() constgko::HipExecutorinline
get_description() const overridegko::HipExecutorvirtual
get_device_id() const noexceptgko::HipExecutorinline
get_exec_info() constgko::Executorinlineprotected
get_exec_info()gko::Executorinlineprotected
get_hipblas_handle() constgko::HipExecutorinline
get_hipsparse_handle() constgko::HipExecutorinline
get_loggers() const overridegko::log::EnableLogging< Executor >inlinevirtual
get_major_version() const noexceptgko::HipExecutorinline
get_master() noexcept overridegko::HipExecutorvirtual
get_master() const noexcept overridegko::HipExecutorvirtual
get_minor_version() const noexceptgko::HipExecutorinline
get_num_devices()gko::HipExecutorstatic
get_num_multiprocessor() const noexceptgko::HipExecutorinline
get_num_warps() const noexceptgko::HipExecutorinline
get_num_warps_per_sm() const noexceptgko::HipExecutorinline
get_scoped_device_id_guard() const override (defined in gko::HipExecutor)gko::HipExecutorvirtual
get_sparselib_handle() constgko::HipExecutorinline
get_stream() const (defined in gko::HipExecutor)gko::HipExecutorinline
get_warp_size() const noexceptgko::HipExecutorinline
HipExecutor(int device_id, std::shared_ptr< Executor > master, std::shared_ptr< HipAllocatorBase > alloc, CUstream_st *stream) (defined in gko::HipExecutor)gko::HipExecutorinlineprotected
init_handles() (defined in gko::HipExecutor)gko::HipExecutorprotected
log_propagation_mode_ (defined in gko::Executor)gko::Executorprotected
memory_accessible(const std::shared_ptr< const Executor > &other) constgko::Executorinline
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) overridegko::HipExecutorprotectedvirtual
propagating_logger_refcount_ (defined in gko::Executor)gko::Executorprotected
raw_alloc(size_type size) const overridegko::HipExecutorprotectedvirtual
raw_copy_from(const Executor *src_exec, size_type n_bytes, const void *src_ptr, void *dest_ptr) const =0gko::Executorprotectedpure virtual
raw_copy_to(const OmpExecutor *dest_exec, size_type n_bytes, const void *src_ptr, void *dest_ptr) const override (defined in gko::HipExecutor)gko::HipExecutorprotectedvirtual
raw_copy_to(const HipExecutor *dest_exec, size_type n_bytes, const void *src_ptr, void *dest_ptr) const override (defined in gko::HipExecutor)gko::HipExecutorprotectedvirtual
raw_copy_to(const DpcppExecutor *dest_exec, size_type n_bytes, const void *src_ptr, void *dest_ptr) const override (defined in gko::HipExecutor)gko::HipExecutorprotectedvirtual
raw_copy_to(const CudaExecutor *dest_exec, size_type n_bytes, const void *src_ptr, void *dest_ptr) const override (defined in gko::HipExecutor)gko::HipExecutorprotectedvirtual
raw_free(void *ptr) const noexcept overridegko::HipExecutorprotectedvirtual
remove_logger(const log::Logger *logger) overridegko::Executorinlinevirtual
run(const Operation &op) const=0gko::HipExecutorvirtual
run(const ClosureOmp &op_omp, const ClosureCuda &op_cuda, const ClosureHip &op_hip, const ClosureDpcpp &op_dpcpp) constgko::HipExecutorinline
run(std::string name, const ClosureReference &op_ref, const ClosureOmp &op_omp, const ClosureCuda &op_cuda, const ClosureHip &op_hip, const ClosureDpcpp &op_dpcpp) constgko::HipExecutorinline
set_gpu_property() (defined in gko::HipExecutor)gko::HipExecutorprotected
set_log_propagation_mode(log_propagation_mode mode)gko::Executorinline
should_propagate_log() constgko::Executorinline
synchronize() const overridegko::HipExecutorvirtual
verify_memory_from(const Executor *src_exec) const =0gko::Executorprotectedpure virtual
verify_memory_to(const OmpExecutor *other) const override (defined in gko::HipExecutor)gko::HipExecutorinlineprotectedvirtual
verify_memory_to(const ReferenceExecutor *other) const override (defined in gko::HipExecutor)gko::HipExecutorinlineprotectedvirtual
verify_memory_to(const DpcppExecutor *other) const override (defined in gko::HipExecutor)gko::HipExecutorinlineprotectedvirtual
verify_memory_to(const CudaExecutor *dest_exec) const override (defined in gko::HipExecutor)gko::HipExecutorprotectedvirtual
verify_memory_to(const HipExecutor *dest_exec) const override (defined in gko::HipExecutor)gko::HipExecutorprotectedvirtual
~Executor()=default (defined in gko::Executor)gko::Executorvirtual
~Loggable()=default (defined in gko::log::Loggable)gko::log::Loggablevirtual