Skip to content

[RUNTIME][OPENCL] Make OpenCL runtime Compatible with OpenCL2.0 #2897 - #2950

Merged
yzhliu merged 1 commit into
apache:masterfrom
mshawcroft:fix-2897
Apr 3, 2019
Merged

yzhliu merged 1 commit into
apache:masterfrom
mshawcroft:fix-2897

Conversation

@ghost

@ghost ghost commented Apr 2, 2019

Copy link
Copy Markdown

There are many OpenCL platforms that do not yet support OpenCL 2.0,
hence we use 1.2 APIs, some of which are now deprecated. In order
to turn off the deprecation warnings (elevated to errors by
-Werror) we explicitly disable the 1.2 deprecation warnings.

At the point TVM supports minimum version 2.0, this commit can be
reverted.

There are many OpenCL platforms that do not yet support OpenCL 2.0,
hence we use 1.2 APIs, some of which are now deprecated.  In order
to turn off the deprecation warnings (elevated to errors by
-Werror) we explicitly disable the 1.2 deprecation warnings.

At the point TVM supports minimum version 2.0, this commit can be
reverted.
@yzhliu

yzhliu commented Apr 2, 2019

Copy link
Copy Markdown
Member

@kazum could you take a look?

@kazum kazum left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@yzhliu

yzhliu commented Apr 3, 2019

Copy link
Copy Markdown
Member

Thanks @mjs-arm @kazum

@yzhliu
yzhliu merged commit 6be2418 into apache:master Apr 3, 2019
@ghost
ghost deleted the fix-2897 branch April 3, 2019 08:17
wweic pushed a commit to wweic/tvm that referenced this pull request Apr 7, 2019
…e#2897 (apache#2950)

There are many OpenCL platforms that do not yet support OpenCL 2.0,
hence we use 1.2 APIs, some of which are now deprecated.  In order
to turn off the deprecation warnings (elevated to errors by
-Werror) we explicitly disable the 1.2 deprecation warnings.

At the point TVM supports minimum version 2.0, this commit can be
reverted.
wweic pushed a commit to wweic/tvm that referenced this pull request Apr 7, 2019
…e#2897 (apache#2950)

There are many OpenCL platforms that do not yet support OpenCL 2.0,
hence we use 1.2 APIs, some of which are now deprecated.  In order
to turn off the deprecation warnings (elevated to errors by
-Werror) we explicitly disable the 1.2 deprecation warnings.

At the point TVM supports minimum version 2.0, this commit can be
reverted.
wweic pushed a commit to wweic/tvm that referenced this pull request Apr 8, 2019
…e#2897 (apache#2950)

There are many OpenCL platforms that do not yet support OpenCL 2.0,
hence we use 1.2 APIs, some of which are now deprecated.  In order
to turn off the deprecation warnings (elevated to errors by
-Werror) we explicitly disable the 1.2 deprecation warnings.

At the point TVM supports minimum version 2.0, this commit can be
reverted.
wweic pushed a commit to wweic/tvm that referenced this pull request Apr 10, 2019
…e#2897 (apache#2950)

There are many OpenCL platforms that do not yet support OpenCL 2.0,
hence we use 1.2 APIs, some of which are now deprecated.  In order
to turn off the deprecation warnings (elevated to errors by
-Werror) we explicitly disable the 1.2 deprecation warnings.

At the point TVM supports minimum version 2.0, this commit can be
reverted.
wweic pushed a commit to neo-ai/tvm that referenced this pull request Apr 11, 2019
…e#2897 (apache#2950)

There are many OpenCL platforms that do not yet support OpenCL 2.0,
hence we use 1.2 APIs, some of which are now deprecated.  In order
to turn off the deprecation warnings (elevated to errors by
-Werror) we explicitly disable the 1.2 deprecation warnings.

At the point TVM supports minimum version 2.0, this commit can be
reverted.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants