Namespaces | |
internal | |
Functions | |
template<typename Expr , typename Dev > | |
void | run (Expr &expr, Dev &dev) |
void Eigen::TensorSycl::run | ( | Expr & | expr, |
Dev & | dev | ||
) |
The run function in tensor sycl convert the expression tree to a buffer based expression tree; creates the expression tree for the device with accessor to buffers; construct the kernel and submit it to the sycl queue.
Definition at line 33 of file TensorSyclRun.h.