Member List#
|
Reference API
|
gko::CudaExecutor Member List
This is the complete list of members for gko::CudaExecutor, 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 | 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_cuda_alloc_mode, CUstream_st *stream=nullptr) | gko::CudaExecutor | static |
| create(int device_id, std::shared_ptr< Executor > master, std::shared_ptr< CudaAllocatorBase > alloc=std::make_shared< CudaAllocator >(), CUstream_st *stream=nullptr) | gko::CudaExecutor | static |
| CudaExecutor(int device_id, std::shared_ptr< Executor > master, std::shared_ptr< CudaAllocatorBase > alloc, CUstream_st *stream) (defined in gko::CudaExecutor) | gko::CudaExecutor | inlineprotected |
| 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_blas_handle() const | gko::CudaExecutor | inline |
| get_closest_numa() const | gko::CudaExecutor | inline |
| get_closest_pus() const | gko::CudaExecutor | inline |
| get_cublas_handle() const | gko::CudaExecutor | inline |
| get_cusparse_handle() const | gko::CudaExecutor | inline |
| get_description() const override | gko::CudaExecutor | virtual |
| get_device_id() const noexcept | gko::CudaExecutor | inline |
| get_exec_info() const | gko::Executor | inlineprotected |
| get_exec_info() | gko::Executor | inlineprotected |
| get_loggers() const override | gko::log::EnableLogging< Executor > | inlinevirtual |
| get_major_version() const noexcept | gko::CudaExecutor | inline |
| get_master() noexcept override | gko::CudaExecutor | virtual |
| get_master() const noexcept override | gko::CudaExecutor | virtual |
| get_minor_version() const noexcept | gko::CudaExecutor | inline |
| get_num_devices() | gko::CudaExecutor | static |
| get_num_multiprocessor() const noexcept | gko::CudaExecutor | inline |
| get_num_warps() const noexcept | gko::CudaExecutor | inline |
| get_num_warps_per_sm() const noexcept | gko::CudaExecutor | inline |
| get_scoped_device_id_guard() const override (defined in gko::CudaExecutor) | gko::CudaExecutor | virtual |
| get_sparselib_handle() const | gko::CudaExecutor | inline |
| get_stream() const | gko::CudaExecutor | inline |
| get_warp_size() const noexcept | gko::CudaExecutor | inline |
| init_handles() (defined in gko::CudaExecutor) | gko::CudaExecutor | protected |
| log_propagation_mode_ (defined in gko::Executor) | gko::Executor | protected |
| 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 | |
| populate_exec_info(const machine_topology *mach_topo) override | gko::CudaExecutor | protectedvirtual |
| propagating_logger_refcount_ (defined in gko::Executor) | gko::Executor | protected |
| raw_alloc(size_type size) const override | gko::CudaExecutor | 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::CudaExecutor) | gko::CudaExecutor | protectedvirtual |
| raw_copy_to(const HipExecutor *dest_exec, size_type n_bytes, const void *src_ptr, void *dest_ptr) const override (defined in gko::CudaExecutor) | gko::CudaExecutor | protectedvirtual |
| raw_copy_to(const DpcppExecutor *dest_exec, size_type n_bytes, const void *src_ptr, void *dest_ptr) const override (defined in gko::CudaExecutor) | gko::CudaExecutor | protectedvirtual |
| raw_copy_to(const CudaExecutor *dest_exec, size_type n_bytes, const void *src_ptr, void *dest_ptr) const override (defined in gko::CudaExecutor) | gko::CudaExecutor | protectedvirtual |
| raw_free(void *ptr) const noexcept override | gko::CudaExecutor | protectedvirtual |
| remove_logger(const log::Logger *logger) override | gko::Executor | inlinevirtual |
| run(const Operation &op) const=0 | gko::CudaExecutor | virtual |
| run(const ClosureOmp &op_omp, const ClosureCuda &op_cuda, const ClosureHip &op_hip, const ClosureDpcpp &op_dpcpp) const | gko::CudaExecutor | 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::CudaExecutor | inline |
| set_gpu_property() (defined in gko::CudaExecutor) | gko::CudaExecutor | protected |
| set_log_propagation_mode(log_propagation_mode mode) | gko::Executor | inline |
| should_propagate_log() const | gko::Executor | inline |
| synchronize() const override | gko::CudaExecutor | 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::CudaExecutor) | gko::CudaExecutor | inlineprotectedvirtual |
| verify_memory_to(const ReferenceExecutor *other) const override (defined in gko::CudaExecutor) | gko::CudaExecutor | inlineprotectedvirtual |
| verify_memory_to(const DpcppExecutor *other) const override (defined in gko::CudaExecutor) | gko::CudaExecutor | inlineprotectedvirtual |
| verify_memory_to(const HipExecutor *dest_exec) const override (defined in gko::CudaExecutor) | gko::CudaExecutor | protectedvirtual |
| verify_memory_to(const CudaExecutor *dest_exec) const override (defined in gko::CudaExecutor) | gko::CudaExecutor | protectedvirtual |
| ~Executor()=default (defined in gko::Executor) | gko::Executor | virtual |
| ~Loggable()=default (defined in gko::log::Loggable) | gko::log::Loggable | virtual |
Generated by