gpu_isa.hh (11883:3bfed693ff22) gpu_isa.hh (12334:e0ab29a34764)
1/*
2 * Copyright (c) 2016 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:

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

34 */
35
36#ifndef __ARCH_HSAIL_GPU_ISA_HH__
37#define __ARCH_HSAIL_GPU_ISA_HH__
38
39#include <cstdint>
40
41#include "arch/hsail/gpu_types.hh"
1/*
2 * Copyright (c) 2016 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:

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

34 */
35
36#ifndef __ARCH_HSAIL_GPU_ISA_HH__
37#define __ARCH_HSAIL_GPU_ISA_HH__
38
39#include <cstdint>
40
41#include "arch/hsail/gpu_types.hh"
42#include "base/misc.hh"
42#include "base/logging.hh"
43#include "gpu-compute/misc.hh"
44
45namespace HsailISA
46{
47 typedef uint64_t MiscReg;
48
49 class GPUISA
50 {

--- 28 unchanged lines hidden ---
43#include "gpu-compute/misc.hh"
44
45namespace HsailISA
46{
47 typedef uint64_t MiscReg;
48
49 class GPUISA
50 {

--- 28 unchanged lines hidden ---