cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

jaykob141
Journeyman III

Firerays Standalone APP not working

Hi, Im using Firerays SDK 1.0 for ray intersection.

The compilation and execution of a simple example works fine in Firerays but when I try to run the standalone app included in the SDK displays the next error:

   Segmentation fault (core dumped)

The error comes from the function InitCL() (from main.cpp) in the line 

     CLWPlatform::CreateAllPlatforms(platforms);

at the same time in

     CreateAllPlatforms(platforms) (from CLWPlatform.cpp )

the program stops at

     status = clGetPlatformIDs(0, nullptr, &numPlatforms);

The Firerays API is supposed to run on any enviroment. My system's specification

     SO: Ubuntu 15.10 64-bits

    

My questions are:

0 Likes
1 Reply
jaykob141
Journeyman III

Sorry! The error was on the graphics card supporting open cl 1.2  and the app requires 2.0+

but i still have a question, the standalone app also works on any graphics card (with opencl 2.0+)?

0 Likes