GPUCoalescer.hh (12697:cd71b966be1e) GPUCoalescer.hh (12749:223c83ed9979)
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:

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

53
54class DataBlock;
55class CacheMsg;
56class MachineID;
57class CacheMemory;
58
59class RubyGPUCoalescerParams;
60
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:

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

53
54class DataBlock;
55class CacheMsg;
56class MachineID;
57class CacheMemory;
58
59class RubyGPUCoalescerParams;
60
61HSAScope reqScopeToHSAScope(Request* req);
62HSASegment reqSegmentToHSASegment(Request* req);
61HSAScope reqScopeToHSAScope(const RequestPtr &req);
62HSASegment reqSegmentToHSASegment(const RequestPtr &req);
63
64struct GPUCoalescerRequest
65{
66 PacketPtr pkt;
67 RubyRequestType m_type;
68 Cycles issue_time;
69
70 GPUCoalescerRequest(PacketPtr _pkt, RubyRequestType _m_type,

--- 289 unchanged lines hidden ---
63
64struct GPUCoalescerRequest
65{
66 PacketPtr pkt;
67 RubyRequestType m_type;
68 Cycles issue_time;
69
70 GPUCoalescerRequest(PacketPtr _pkt, RubyRequestType _m_type,

--- 289 unchanged lines hidden ---