clang-tidy-11 fixes for topology, gpu_utils, and selection
[alexxy/gromacs.git] / src / gromacs / gpu_utils / device_stream.h
index c93ffdce5f88ce767a36be5006517c8fdbd6525c..e9794e087ebcc4350ba84a26660eaaac0edb048a 100644 (file)
@@ -101,6 +101,7 @@ public:
     DeviceStream(const DeviceContext& deviceContext, DeviceStreamPriority priority, bool useTiming);
 
     //! Destructor
+    // NOLINTNEXTLINE(performance-trivially-destructible)
     ~DeviceStream();
 
     /*! \brief Check if the underlying stream is valid.