Skip to content

Conversation

@mr2pop
Copy link

@mr2pop mr2pop commented Aug 15, 2024

status = clBuildProgram(cont->program, 1, &cont->deviceID, "-cl-std=CL1.1", NULL, NULL);

remove "-cl-std=CL1.1" solves this problem.

status = clBuildProgram(cont->program, 1, &cont->deviceID, "-cl-std=CL1.1", NULL, NULL);

remove "-cl-std=CL1.1" solves this problem.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant