Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. GPGPU on Qt
Qt 6.11 is out! See what's new in the release blog

GPGPU on Qt

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 1.7k Views 1 Watching
  • 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.
  • sajis997S Offline
    sajis997S Offline
    sajis997
    wrote on last edited by
    #1

    Hello forum,

    I have downloaded the OpenCL wrapper for Qt from the repository. But failed to compile it. I have the Qt version 4.7 and the most updated opencl enabled driver. i have already tested the sample OpenCL application , but could not compile the QtOpenCL.

    i entered the following command:

    [code]
    sajjad@sajjad-G74Sx:~/Downloads/opencl$ ./configure -I/usr/local/cuda/include/CL -L/usr/lib/ -lOpenCL

    This is the QtOpenCL configuration utility.

    Qt version ............. 4.7.4
    qmake .................. /usr/bin/qmake
    OpenCL 1.0 ............. no
    OpenCL 1.1 ............. no
    OpenCL/OpenGL interop .. no
    Extra QMAKE_CXXFLAGS ...
    Extra INCLUDEPATH ...... /usr/local/cuda/include/CL
    Extra LIBS ............. -L/usr/lib/ -lOpenCL

    Could not detect an OpenCL implementation ... aborting
    Use the -verbose option for more information
    [/code]

    The extra paths are confirmed before entering .

    Any hint to make it work?

    Regards
    Sajjad

    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