Qt + Eigen + SYCL in GPU
Unsolved
3rd Party Software
-
Hello everybody:
Please help me...
I am programing mathematica calculation in Qt with Eigen.
Eigen allows used calculation in GPU (Tensor matrix).
Activation calculations in Eigen on GPU: #define EIGEN_USE_SYCL (in main.c before #include <Eigen/Core>)
Problem:
Compilation wants cl/sycl.hpp
I tests install OpenSYCL,OpenCL,vexCL,TrySYCL,hipSYCL....
All have problem width Eigen<=>Sycl compilation.
which version to use:
Qt (compiler MSVC, MinGW)
+ Eigen version (gitHub source)
+ in main.c define -> #define EIGEN_USE_SYCL
+ SYCL version/type(gitHub source)
+ Setting cmakelist (or sample project)
On calculate Eigen matrix on GPU is OK?
Very thanks on ideas....