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

Method InvalidateHost

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

Source from the content-addressed store, hash-verified

57 void UpdateHost () const;
58 void UpdateDevice () const;
59 void InvalidateHost() const { host_uptodate = false; }
60 void InvalidateDevice() const { dev_uptodate = false; }
61 bool IsHostUptodate() const { return host_uptodate; }
62 bool IsDevUptodate() const { return dev_uptodate; }

Callers 10

UnifiedVectorWrapperMethod · 0.80
MultAddMethod · 0.80
MultTransAddMethod · 0.80
MultMethod · 0.80
MultAddMethod · 0.80
MultTransAddMethod · 0.80
MultMethod · 0.80
MultTransMethod · 0.80
ProjectMethod · 0.80
MultAddMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected