Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

msdk compile failed due to incorrect reference to cl.hpp #2190

Closed
androniychuk opened this issue Jun 29, 2020 · 0 comments · Fixed by #2195
Closed

msdk compile failed due to incorrect reference to cl.hpp #2190

androniychuk opened this issue Jun 29, 2020 · 0 comments · Fixed by #2195
Assignees

Comments

@androniychuk
Copy link

androniychuk commented Jun 29, 2020

https://github.com/KhronosGroup/OpenCL-CLHPP/tree/v2.0.11/include/CL - CL/ch.hpp is there
https://github.com/KhronosGroup/OpenCL-CLHPP/tree/v2.0.12/include/CL - it is missed

And this was done within KhronosGroup/OpenCL-CLHPP#100.

opencl-cpp-headers now comes with cl2.hpp https://github.khronos.org/OpenCL-CLHPP/

rpm -qf /usr/include/CL/cl2.hpp
opencl-cpp-headers-2.0.12-7.1.noarch

the error in question
intel-mediasdk-20.3~pre/samples/sample_plugins/rotate_opencl/include/sample_opencl_plugin.h:50:10: fatal error: CL/cl.hpp: No such file or directory
#include "CL/cl.hpp"

@onabiull onabiull self-assigned this Jun 30, 2020
onabiull pushed a commit to onabiull/MediaSDK that referenced this issue Jul 1, 2020
Since [v2.0.12](https://github.com/KhronosGroup/OpenCL-CLHPP/tree/v2.0.12/include/CL) KronosGroup removed outdated cl.h header.
This change introduce minimal compatibility fix. According to https://github.com/intel/compute-runtime/blob/master/README.md
supported OpenCL API version on Apollo Lake and Gemini Lake platforms is 1.2

Fixes Intel-Media-SDK#2190
onabiull pushed a commit to onabiull/MediaSDK that referenced this issue Jul 1, 2020
Since [v2.0.12](https://github.com/KhronosGroup/OpenCL-CLHPP/tree/v2.0.12/include/CL) KronosGroup removed outdated cl.h header.
This change introduce minimal compatibility fix. According to https://github.com/intel/compute-runtime/blob/master/README.md
supported OpenCL API version on Apollo Lake and Gemini Lake platforms is 1.2

Fixes Intel-Media-SDK#2190
onabiull pushed a commit to onabiull/MediaSDK that referenced this issue Jul 1, 2020
Since [v2.0.12](https://github.com/KhronosGroup/OpenCL-CLHPP/tree/v2.0.12/include/CL) KronosGroup removed outdated cl.h header.
This change introduce minimal compatibility fix. According to https://github.com/intel/compute-runtime/blob/master/README.md
supported OpenCL API version on Apollo Lake and Gemini Lake platforms is 1.2

Fixes Intel-Media-SDK#2190
onabiull pushed a commit to onabiull/MediaSDK that referenced this issue Jul 2, 2020
Since [v2.0.12](https://github.com/KhronosGroup/OpenCL-CLHPP/tree/v2.0.12/include/CL) KronosGroup removed outdated cl.h header.
This change introduce minimal compatibility fix. According to https://github.com/intel/compute-runtime/blob/master/README.md
supported OpenCL API version on Apollo Lake and Gemini Lake platforms is 1.2

Fixes Intel-Media-SDK#2190
onabiull pushed a commit that referenced this issue Jul 2, 2020
Since [v2.0.12](https://github.com/KhronosGroup/OpenCL-CLHPP/tree/v2.0.12/include/CL) KronosGroup removed outdated cl.h header.
This change introduce minimal compatibility fix. According to https://github.com/intel/compute-runtime/blob/master/README.md
supported OpenCL API version on Apollo Lake and Gemini Lake platforms is 1.2

Fixes #2190
onabiull pushed a commit to onabiull/MediaSDK that referenced this issue Jul 2, 2020
Since [v2.0.12](https://github.com/KhronosGroup/OpenCL-CLHPP/tree/v2.0.12/include/CL) KronosGroup removed outdated cl.h header.
This change introduce minimal compatibility fix. According to https://github.com/intel/compute-runtime/blob/master/README.md
supported OpenCL API version on Apollo Lake and Gemini Lake platforms is 1.2

Fixes Intel-Media-SDK#2190
onabiull pushed a commit that referenced this issue Jul 2, 2020
Since [v2.0.12](https://github.com/KhronosGroup/OpenCL-CLHPP/tree/v2.0.12/include/CL) KronosGroup removed outdated cl.h header.
This change introduce minimal compatibility fix. According to https://github.com/intel/compute-runtime/blob/master/README.md
supported OpenCL API version on Apollo Lake and Gemini Lake platforms is 1.2

Fixes #2190
onabiull pushed a commit to onabiull/MediaSDK that referenced this issue Jul 27, 2020
Remove outdated include and defines. Amendment for Intel-Media-SDK#2190.
onabiull pushed a commit to onabiull/MediaSDK that referenced this issue Jul 28, 2020
Remove outdated include and defines. Amendment for Intel-Media-SDK#2190.
onabiull pushed a commit to onabiull/MediaSDK that referenced this issue Jul 28, 2020
Remove outdated include and defines. Amendment for Intel-Media-SDK#2190.
onabiull pushed a commit to onabiull/MediaSDK that referenced this issue Jul 29, 2020
Remove outdated include and defines. Amendment for Intel-Media-SDK#2190.
onabiull pushed a commit to onabiull/MediaSDK that referenced this issue Jul 30, 2020
Remove outdated include and defines. Amendment for Intel-Media-SDK#2190.
Includes changes from Intel-Media-SDK#2043

Co-authored-by: abelaykov <belaykov.alexander.a@gmail.com>
onabiull pushed a commit that referenced this issue Jul 31, 2020
Remove outdated include and defines. Amendment for #2190.
Includes changes from #2043

Co-authored-by: abelaykov <belaykov.alexander.a@gmail.com>
onabiull pushed a commit to onabiull/MediaSDK that referenced this issue Aug 3, 2020
Remove outdated include and defines. Amendment for Intel-Media-SDK#2190.
Includes changes from Intel-Media-SDK#2043

Co-authored-by: abelaykov <belaykov.alexander.a@gmail.com>
onabiull pushed a commit that referenced this issue Aug 3, 2020
Remove outdated include and defines. Amendment for #2190.
Includes changes from #2043

Co-authored-by: abelaykov <belaykov.alexander.a@gmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants