10 #include "Tpetra_Details_WrappedDualView.hpp"
20 throw std::runtime_error(
"WrappedDualView refcount tracking is already enabled!");
27 throw std::runtime_error(
"WrappedDualView refcount tracking is already disabled!");
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 ...
void disableWDVTracking()
Disable WrappedDualView reference-count tracking and syncing. Call this before entering a host-parall...