JayBeams
0.1
Another project to have fun coding.
|
#include <jb/opencl/build_simple_kernel.hpp>
#include <jb/opencl/device_selector.hpp>
#include <jb/opencl/microbenchmark_config.hpp>
#include <jb/testing/microbenchmark.hpp>
#include <boost/compute/algorithm/copy.hpp>
#include <boost/compute/command_queue.hpp>
#include <boost/compute/utility/wait_list.hpp>
#include <iostream>
#include <stdexcept>
#include <string>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 52 of file bm_launch_kernel.cpp.
References jb::opencl::device_selector(), jb::usage::exit_status(), and jb::testing::microbenchmark< Fixture >::run().