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

Method IsDevUptodate

ngscuda/unifiedvector.hpp:62–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 void InvalidateDevice() const { dev_uptodate = false; }
61 bool IsHostUptodate() const { return host_uptodate; }
62 bool IsDevUptodate() const { return dev_uptodate; }
63
64 virtual ostream & Print (ostream & ost) const override;
65 virtual ostream & PrintStatus (ostream & ost) const;

Callers 1

UnifiedVectorWrapperMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected