This is an archive of the discontinued LLVM Phabricator instance.

[OpenCL] Reuse C++ for OpenCL 1.0 address space tests for version 2021
Needs ReviewPublic

Authored by Topotuna on Sep 21 2021, 10:01 AM.

Details

Reviewers
Anastasia
Summary

Adds RUN lines in C++ for OpenCL address space tests to cover
version 2021. With all optional core features enabled by default,
C++ for OpenCL 2021 is expected to behave exactly the same way as
C++ for OpenCL 1.0. Therefore, no adjustments were needed in test
code itself.

Diff Detail