This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

OpenCL strange error codes

I'm trying to run the parboil benchmark suite on a Mali-T628 using the Mali OpenCL SDK.

I created Makefile.conf with the following values:

OPENCL_PATH =/PATH/TO/Mali_OpenCL_SDK_V1.1.0

OPENCL_INC_PATH = $(OPENCL_PATH)/include

OPENCL_LIB_PATH = $(OPENCL_PATH)/lib

I then compile the code with this command: ./parboil compile bfs opencl_base

Compilation completes with no errors.

Now, when I try and run the code I start to get some strange values returned. clGetPlatformIDs() returns -1094731096 platforms, with 1077010432 devices for platform 0

The stencil benchmark has a similar problem, expect it hits and error code for clBuildProgram(), the error code returned is -1093244224