gpu-compute,misc: Fix Clang missing override errors
authorBobby R. Bruce <bbruce@ucdavis.edu>
Tue, 2 Feb 2021 19:51:41 +0000 (11:51 -0800)
committerBobby R. Bruce <bbruce@ucdavis.edu>
Wed, 3 Feb 2021 19:08:02 +0000 (19:08 +0000)
Clang fails to compile GCN3 due to missing overrides in
`src/gpu-compute/gpu_command_processor.hh`. This commit fixes this
errror.

Change-Id: I6da9fce7c3eb86a5418a931ee4f225cceda488a5
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/40396
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Reviewed-by: Matt Sinclair <mattdsinclair@gmail.com>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Maintainer: Matt Sinclair <mattdsinclair@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/gpu-compute/gpu_command_processor.hh

index 8f6bfe279080289db0aae78936cda9ff8fc34412..ebdf9ae7a6a6cc48a22bd2e8fec30b1a9b53a6bd 100644 (file)
@@ -87,7 +87,7 @@ class GPUCommandProcessor : public HSADevice
 
     void updateHsaSignal(Addr signal_handle, uint64_t signal_value) override;
 
-    uint64_t functionalReadHsaSignal(Addr signal_handle);
+    uint64_t functionalReadHsaSignal(Addr signal_handle) override;
 
     Addr getHsaSignalValueAddr(Addr signal_handle)
     {