JayBeams
0.1
Another project to have fun coding.
|
#include <jb/opencl/build_simple_kernel.hpp>
#include <jb/opencl/device_selector.hpp>
#include <boost/compute/context.hpp>
#include <boost/test/unit_test.hpp>
#include <sstream>
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (build_simple_kernel) | |
BOOST_AUTO_TEST_CASE (build_simple_program) | |
Variables | |
char const | valid_program [] |
char const | invalid_program [] |
BOOST_AUTO_TEST_CASE | ( | build_simple_kernel | ) |
Definition at line 42 of file ut_build_simple_kernel.cpp.
References jb::opencl::build_simple_kernel(), jb::opencl::device_selector(), invalid_program, and valid_program.
BOOST_AUTO_TEST_CASE | ( | build_simple_program | ) |
Definition at line 73 of file ut_build_simple_kernel.cpp.
References jb::opencl::build_simple_program(), jb::opencl::device_selector(), invalid_program, and valid_program.
char const invalid_program[] |
Definition at line 29 of file ut_build_simple_kernel.cpp.
Referenced by BOOST_AUTO_TEST_CASE().
char const valid_program[] |
Definition at line 9 of file ut_build_simple_kernel.cpp.
Referenced by BOOST_AUTO_TEST_CASE().