GPUCoalescer.hh (11308:7d8836fd043d) | GPUCoalescer.hh (11660:cfa97c37117a) |
---|---|
1/* 2 * Copyright (c) 2013-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: --- 277 unchanged lines hidden (view full) --- 286 std::unordered_map<int, PacketPtr> kernelEndList; 287 std::vector<int> newKernelEnds; 288 289 int m_store_waiting_on_load_cycles; 290 int m_store_waiting_on_store_cycles; 291 int m_load_waiting_on_store_cycles; 292 int m_load_waiting_on_load_cycles; 293 | 1/* 2 * Copyright (c) 2013-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: --- 277 unchanged lines hidden (view full) --- 286 std::unordered_map<int, PacketPtr> kernelEndList; 287 std::vector<int> newKernelEnds; 288 289 int m_store_waiting_on_load_cycles; 290 int m_store_waiting_on_store_cycles; 291 int m_load_waiting_on_store_cycles; 292 int m_load_waiting_on_load_cycles; 293 |
294 bool m_usingNetworkTester; | 294 bool m_runningGarnetStandalone; |
295 296 class GPUCoalescerWakeupEvent : public Event 297 { 298 private: 299 GPUCoalescer *m_GPUCoalescer_ptr; 300 301 public: 302 GPUCoalescerWakeupEvent(GPUCoalescer *_seq) : --- 66 unchanged lines hidden --- | 295 296 class GPUCoalescerWakeupEvent : public Event 297 { 298 private: 299 GPUCoalescer *m_GPUCoalescer_ptr; 300 301 public: 302 GPUCoalescerWakeupEvent(GPUCoalescer *_seq) : --- 66 unchanged lines hidden --- |