Skip to content

Commit 415592c

Browse files
axsaucedoArnoChenFx
authored andcommitted
Fix noexcept missing from OpMemoryBarrier (KomputeProject#413)
Signed-off-by: Alejandro Saucedo <alejandro.saucedo@zalando.de>
1 parent 940ce32 commit 415592c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/kompute/operations/OpMemoryBarrier.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class OpMemoryBarrier : public OpBase
5454
* Default destructor, which is in charge of destroying the reference to the
5555
* tensors and all the relevant access / stage masks created
5656
*/
57-
virtual ~OpMemoryBarrier() override;
57+
virtual ~OpMemoryBarrier() noexcept override;
5858

5959
/**
6060
* This records the memory barrier with the access and stage masks provided

0 commit comments

Comments
 (0)