We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WITH_OPENCL
--gpu
The one in the CUDA workflow works because
ci-gha-workflow/.github/workflows/OCV-PR-5.x-U20-Cuda.yaml
Line 38 in f683cf6
which is missed in normal workflows (but CMake detects OpenCL libraries and WITH_OPENCL is set to ON).
ON
Solution:
WITH_OPENCL=OFF
The text was updated successfully, but these errors were encountered:
@asmorkalov
Sorry, something went wrong.
asmorkalov
No branches or pull requests
The one in the CUDA workflow works because
ci-gha-workflow/.github/workflows/OCV-PR-5.x-U20-Cuda.yaml
Line 38 in f683cf6
which is missed in normal workflows (but CMake detects OpenCL libraries and
WITH_OPENCL
is set toON
).Solution:
WITH_OPENCL=OFF
for these workflows.The text was updated successfully, but these errors were encountered: