vector_register_file.cc (11699:c7453f485a5f) vector_register_file.cc (12334:e0ab29a34764)
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:

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

32 *
33 * Author: John Kalamatianos
34 */
35
36#include "gpu-compute/vector_register_file.hh"
37
38#include <string>
39
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:

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

32 *
33 * Author: John Kalamatianos
34 */
35
36#include "gpu-compute/vector_register_file.hh"
37
38#include <string>
39
40#include "base/misc.hh"
40#include "base/logging.hh"
41#include "gpu-compute/compute_unit.hh"
42#include "gpu-compute/gpu_dyn_inst.hh"
43#include "gpu-compute/shader.hh"
44#include "gpu-compute/simple_pool_manager.hh"
45#include "gpu-compute/wavefront.hh"
46#include "params/VectorRegisterFile.hh"
47
48VectorRegisterFile::VectorRegisterFile(const VectorRegisterFileParams *p)

--- 202 unchanged lines hidden ---
41#include "gpu-compute/compute_unit.hh"
42#include "gpu-compute/gpu_dyn_inst.hh"
43#include "gpu-compute/shader.hh"
44#include "gpu-compute/simple_pool_manager.hh"
45#include "gpu-compute/wavefront.hh"
46#include "params/VectorRegisterFile.hh"
47
48VectorRegisterFile::VectorRegisterFile(const VectorRegisterFileParams *p)

--- 202 unchanged lines hidden ---