#include <SYCL/sycl.hpp>
#include <iostream>
#include "tensor_benchmarks.h"
Go to the source code of this file.
#define BM_FuncGPU |
( |
|
FUNC | ) |
|
Value:static void BM_##FUNC(
int iters,
int N) {
\ cl::sycl::queue
q = sycl_queue<cl::sycl::gpu_selector>(); \
Eigen::SyclDevice device(q); \
BenchmarkSuite<Eigen::SyclDevice, float> suite(device, N); \
suite.FUNC(iters); \
#define BENCHMARK_RANGE(bench, lo, hi)
EIGEN_DEVICE_FUNC const Scalar & q
void StopBenchmarkTiming()
Definition at line 26 of file tensor_benchmarks_sycl.cc.
BM_FuncGPU |
( |
broadcasting |
| ) |
|
BM_FuncGPU |
( |
coeffWiseOp |
| ) |
|
template<typename device_selector >
cl::sycl::queue sycl_queue |
( |
| ) |
|