cpu: Rename GpuThread in gpu_ruby_test tester
The GpuThread class will be used as an abstract class for any thread type (CPU, GPU, DMA) therefore changing to a more appropriate name. Change-Id: If241edb53ea405c95b0315c609176c6470b29931 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/39935 Reviewed-by: Matt Sinclair <mattdsinclair@gmail.com> Reviewed-by: Jason Lowe-Power <power.jg@gmail.com> Maintainer: Matt Sinclair <mattdsinclair@gmail.com> Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2017-2020 Advanced Micro Devices, Inc.
|
||||
* Copyright (c) 2017-2021 Advanced Micro Devices, Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* For use for simulation and test purposes only
|
||||
@@ -34,11 +34,11 @@
|
||||
#ifndef CPU_TESTERS_PROTOCOL_TESTER_CPU_THREAD_HH_
|
||||
#define CPU_TESTERS_PROTOCOL_TESTER_CPU_THREAD_HH_
|
||||
|
||||
#include "cpu/testers/gpu_ruby_test/gpu_thread.hh"
|
||||
#include "cpu/testers/gpu_ruby_test/tester_thread.hh"
|
||||
#include "params/CpuThread.hh"
|
||||
#include "sim/clocked_object.hh"
|
||||
|
||||
class CpuThread : public GpuThread
|
||||
class CpuThread : public TesterThread
|
||||
{
|
||||
public:
|
||||
typedef CpuThreadParams Params;
|
||||
|
||||
Reference in New Issue
Block a user