We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 940ce32 commit 415592cCopy full SHA for 415592c
src/include/kompute/operations/OpMemoryBarrier.hpp
@@ -54,7 +54,7 @@ class OpMemoryBarrier : public OpBase
54
* Default destructor, which is in charge of destroying the reference to the
55
* tensors and all the relevant access / stage masks created
56
*/
57
- virtual ~OpMemoryBarrier() override;
+ virtual ~OpMemoryBarrier() noexcept override;
58
59
/**
60
* This records the memory barrier with the access and stage masks provided
0 commit comments