wavefront.hh (11696:80c30bd0c7d6) wavefront.hh (12334:e0ab29a34764)
1/*
2 * Copyright (c) 2011-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:

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

38
39#include <cassert>
40#include <deque>
41#include <memory>
42#include <stack>
43#include <vector>
44
45#include "arch/gpu_isa.hh"
1/*
2 * Copyright (c) 2011-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:

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

38
39#include <cassert>
40#include <deque>
41#include <memory>
42#include <stack>
43#include <vector>
44
45#include "arch/gpu_isa.hh"
46#include "base/misc.hh"
46#include "base/logging.hh"
47#include "base/types.hh"
48#include "config/the_gpu_isa.hh"
49#include "gpu-compute/condition_register_state.hh"
50#include "gpu-compute/lds_state.hh"
51#include "gpu-compute/misc.hh"
52#include "gpu-compute/ndrange.hh"
53#include "params/Wavefront.hh"
54#include "sim/sim_object.hh"

--- 341 unchanged lines hidden ---
47#include "base/types.hh"
48#include "config/the_gpu_isa.hh"
49#include "gpu-compute/condition_register_state.hh"
50#include "gpu-compute/lds_state.hh"
51#include "gpu-compute/misc.hh"
52#include "gpu-compute/ndrange.hh"
53#include "params/Wavefront.hh"
54#include "sim/sim_object.hh"

--- 341 unchanged lines hidden ---