dispatcher.hh (11308:7d8836fd043d) dispatcher.hh (11534:7106f550afad)
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:

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

152 PortID idx);
153
154 AddrRangeList getAddrRanges() const;
155 Tick read(PacketPtr pkt);
156 Tick write(PacketPtr pkt);
157
158 // helper functions to retrieve/set GPU attributes
159 int getNumCUs();
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:

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

152 PortID idx);
153
154 AddrRangeList getAddrRanges() const;
155 Tick read(PacketPtr pkt);
156 Tick write(PacketPtr pkt);
157
158 // helper functions to retrieve/set GPU attributes
159 int getNumCUs();
160 int wfSize() const;
160 void setFuncargsSize(int funcargs_size);
161};
162
163#endif // __GPU_DISPATCHER_HH__
161 void setFuncargsSize(int funcargs_size);
162};
163
164#endif // __GPU_DISPATCHER_HH__