18 lines
145 B
C++
18 lines
145 B
C++
#ifndef ATIDLAS_VECTOR_HPP_
|
|
#define ATIDLAS_VECTOR_HPP_
|
|
|
|
#include "CL/cl.hpp"
|
|
|
|
#include "atidlas/forwards.h"
|
|
|
|
|
|
namespace atidlas
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
#endif
|