gpu_exec_context.hh (11696:80c30bd0c7d6) gpu_exec_context.hh (11714:511b47e9b9bc)
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:

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

50 ComputeUnit* computeUnit();
51
52 TheGpuISA::MiscReg readMiscReg(int opIdx) const;
53 void writeMiscReg(int opIdx, TheGpuISA::MiscReg operandVal);
54
55 protected:
56 ComputeUnit *cu;
57 Wavefront *wf;
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:

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

50 ComputeUnit* computeUnit();
51
52 TheGpuISA::MiscReg readMiscReg(int opIdx) const;
53 void writeMiscReg(int opIdx, TheGpuISA::MiscReg operandVal);
54
55 protected:
56 ComputeUnit *cu;
57 Wavefront *wf;
58 TheGpuISA::GPUISA &gpuISA;
58 TheGpuISA::GPUISA *gpuISA;
59};
60
61#endif // __GPU_EXEC_CONTEXT_HH__
59};
60
61#endif // __GPU_EXEC_CONTEXT_HH__