11 строки
339 B
C
11 строки
339 B
C
|
|
//
|
||
|
|
// Copyright (c) 2011 Advanced Micro Devices, Inc. All rights reserved.
|
||
|
|
//
|
||
|
|
// This is a compatibility header file. Either define the version
|
||
|
|
// of the compiler library to use or include the version specific
|
||
|
|
// header file directly.
|
||
|
|
#ifndef _CL_LIB_UTILS_H_
|
||
|
|
#define _CL_LIB_UTILS_H_
|
||
|
|
#include "v0_8/libUtils.h"
|
||
|
|
#endif // _CL_LIB_UTILS_H_
|