Files
rocm-systems/rocclr/runtime/device/cpu/cpubuiltins.hpp
T
2014-07-04 16:17:05 -04:00

21 строка
330 B
C++

//
// Copyright (c) 2008 Advanced Micro Devices, Inc. All rights reserved.
//
#ifndef BUILTINS_HPP_
#define BUILTINS_HPP_
#include "top.hpp"
#include "amdocl/cl_kernel.h"
namespace cpu {
struct Builtins : public amd::AllStatic
{
static const clk_builtins_t dispatchTable_;
};
} // namespace cpu
#endif /*BUILTINS_HPP_*/