Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
static void SyncNGSStream()
15
{
16
cudaStreamSynchronize(ngs_cuda::ngs_cuda_stream);
17
}
18
19
void DevCGSolver::Mult(const BaseVector& rhs, BaseVector& sol) const
20
{
Callers
1
Mult
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected