MCPcopy Create free account
hub / github.com/NGSolve/ngsolve / SyncNGSStream

Function SyncNGSStream

ngscuda/cuda_krylov.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12{
13
14static void SyncNGSStream()
15{
16 cudaStreamSynchronize(ngs_cuda::ngs_cuda_stream);
17}
18
19void DevCGSolver::Mult(const BaseVector& rhs, BaseVector& sol) const
20{

Callers 1

MultMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected