//==============================================================================
// Copyright (c) 2015 Advanced Micro Devices, Inc. All rights reserved.
/// \author AMD Developer Tools Team
/// \file
/// \brief Entry point for computing occupancy
//==============================================================================

#ifndef _CL_OCCUPANCY_AGENT_H_
#define _CL_OCCUPANCY_AGENT_H_

#include <CL/cl_agent_amd.h>

cl_icd_dispatch_table* GetDispatchTable();

#endif
