Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. Qt + Eigen + SYCL in GPU
QtWS25 Last Chance

Qt + Eigen + SYCL in GPU

Scheduled Pinned Locked Moved Unsolved 3rd Party Software
1 Posts 1 Posters 334 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    Tomikin
    wrote on last edited by
    #1

    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....

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved