MCPcopy Create free account
hub / github.com/Meshcapade/difflocks / CusolverApi

Method CusolverApi

extensions/include/cuMat/src/CusolverApi.h:76–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 CUMAT_DISALLOW_COPY_AND_ASSIGN(CusolverApi);
75 private:
76 CusolverApi(Context& ctx)
77 : ctx_(&ctx)
78 , handle_(nullptr)
79 , stream_(ctx.stream())
80 {
81 CUSOLVER_SAFE_CALL(cusolverDnCreate(&handle_));
82 CUSOLVER_SAFE_CALL(cusolverDnSetStream(handle_, stream_));
83 }
84 public:
85 ~CusolverApi()
86 {

Callers

nothing calls this directly

Calls 1

streamMethod · 0.80

Tested by

no test coverage detected