vector_register_file.hh (11642:46cffde5d8a6) vector_register_file.hh (11800:54436a1784dc)
1/*
2 * Copyright (c) 2015 Advanced Micro Devices, Inc.
3 * All rights reserved.
4 *
5 * For use for simulation and test purposes only
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are met:

--- 25 unchanged lines hidden (view full) ---

34 */
35
36#ifndef __VECTOR_REGISTER_FILE_HH__
37#define __VECTOR_REGISTER_FILE_HH__
38
39#include <list>
40
41#include "base/statistics.hh"
1/*
2 * Copyright (c) 2015 Advanced Micro Devices, Inc.
3 * All rights reserved.
4 *
5 * For use for simulation and test purposes only
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are met:

--- 25 unchanged lines hidden (view full) ---

34 */
35
36#ifndef __VECTOR_REGISTER_FILE_HH__
37#define __VECTOR_REGISTER_FILE_HH__
38
39#include <list>
40
41#include "base/statistics.hh"
42#include "base/trace.hh"
42#include "base/types.hh"
43#include "debug/GPUVRF.hh"
44#include "gpu-compute/vector_register_state.hh"
45#include "sim/sim_object.hh"
46
47class ComputeUnit;
48class Shader;
49class SimplePoolManager;

--- 96 unchanged lines hidden ---
43#include "base/types.hh"
44#include "debug/GPUVRF.hh"
45#include "gpu-compute/vector_register_state.hh"
46#include "sim/sim_object.hh"
47
48class ComputeUnit;
49class Shader;
50class SimplePoolManager;

--- 96 unchanged lines hidden ---