10#include "Tpetra_Details_WrappedDualView.hpp" 
   19    throw std::runtime_error(
"WrappedDualView refcount tracking is already enabled!");
 
 
   25    throw std::runtime_error(
"WrappedDualView refcount tracking is already disabled!");
 
 
Implementation details of Tpetra.
 
void disableWDVTracking()
Disable WrappedDualView reference-count tracking and syncing. Call this before entering a host-parall...
 
bool wdvTrackingEnabled
Whether WrappedDualView reference count checking is enabled. Initially true. Since the DualView sync ...
 
void enableWDVTracking()
Enable WrappedDualView reference-count tracking and syncing. Call this after exiting a host-parallel ...
 
Namespace Tpetra contains the class and methods constituting the Tpetra library.