JayBeams
0.1
Another project to have fun coding.
|
#include <jb/clfft/plan.hpp>
#include <jb/opencl/device_selector.hpp>
#include <jb/opencl/microbenchmark_config.hpp>
#include <jb/testing/microbenchmark.hpp>
#include <jb/testing/microbenchmark_group_main.hpp>
#include <boost/compute/command_queue.hpp>
#include <chrono>
#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 19 of file bm_single_fft.cpp.
References jb::clfft::create_forward_plan_1d(), jb::opencl::device_selector(), jb::clfft::plan< in_timeseries_type, out_timeseries_type >::enqueue(), jb::log::init(), jb::testing::microbenchmark_group_main(), jb::detail::nsamples(), jb::testing::microbenchmark< Fixture >::run(), and jb::testing::defaults::size.