ginkgo/core/base/fwd_decls.hpp Source File
ginkgo/core/base/fwd_decls.hpp Source File
Reference API: ginkgo/core/base/fwd_decls.hpp Source File
5#ifndef GKO_PUBLIC_CORE_BASE_FWD_DECLS_HPP_
6#define GKO_PUBLIC_CORE_BASE_FWD_DECLS_HPP_
9#include <ginkgo/config.hpp>
14struct cusparseContext;
22struct hipsparseContext;
24#if GINKGO_HIP_PLATFORM_HCC
27#define GKO_HIP_STREAM_STRUCT ihipStream_t
28#define GKO_HIP_EVENT_STRUCT ihipEvent_t
30#define GKO_HIP_STREAM_STRUCT CUstream_st
31#define GKO_HIP_EVENT_STRUCT CUevent_st