Skip to content

Update ocl_common.cpp#24

Open
mr2pop wants to merge 1 commit intodcti:masterfrom
mr2pop:patch-1
Open

Update ocl_common.cpp#24
mr2pop wants to merge 1 commit intodcti:masterfrom
mr2pop:patch-1

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