Skip to content
New issue

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

[SYCL] Make SYCL geometrical functions overloads instead of templates #10014

Merged
merged 6 commits into from
Jun 25, 2023

Conversation

KornevNikita
Copy link
Contributor

@KornevNikita KornevNikita commented Jun 21, 2023

It was decided to change all built-in functions from templates to overloads. This patch changes non-marray part of "4.17.8. Geometric functions".

Marray part: #10048

Spec: KhronosGroup/SYCL-Docs#428

It was decided to change all built-in functions from templates to
overloads. This patch changes non-marray part of "4.17.8. Geometric
functions".

Spec: KhronosGroup/SYCL-Docs#428

Co-authored-by: Steffen Larsen <steffen.larsen@intel.com>
@KornevNikita KornevNikita requested a review from a team as a code owner June 21, 2023 17:00
@KornevNikita KornevNikita temporarily deployed to aws June 21, 2023 17:34 — with GitHub Actions Inactive
@KornevNikita KornevNikita temporarily deployed to aws June 21, 2023 18:31 — with GitHub Actions Inactive
@KornevNikita KornevNikita temporarily deployed to aws June 22, 2023 11:06 — with GitHub Actions Inactive
@KornevNikita KornevNikita temporarily deployed to aws June 22, 2023 12:02 — with GitHub Actions Inactive
@KornevNikita KornevNikita temporarily deployed to aws June 22, 2023 15:18 — with GitHub Actions Inactive
@KornevNikita KornevNikita temporarily deployed to aws June 22, 2023 16:11 — with GitHub Actions Inactive
Copy link
Contributor

@dm-vodopyanov dm-vodopyanov left a comment

Choose a reason for hiding this comment

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

Sorry, revoked "Approved"

sycl/include/sycl/builtins.hpp Show resolved Hide resolved
@KornevNikita KornevNikita temporarily deployed to aws June 23, 2023 09:32 — with GitHub Actions Inactive
@KornevNikita
Copy link
Contributor Author

Converting to draft to check something.

@KornevNikita KornevNikita marked this pull request as ready for review June 23, 2023 13:20
@KornevNikita KornevNikita linked an issue Jun 23, 2023 that may be closed by this pull request
@KornevNikita KornevNikita temporarily deployed to aws June 23, 2023 13:35 — with GitHub Actions Inactive
@KornevNikita KornevNikita temporarily deployed to aws June 23, 2023 14:18 — with GitHub Actions Inactive
@dm-vodopyanov dm-vodopyanov merged commit 49bbcbf into intel:sycl Jun 25, 2023
dm-vodopyanov pushed a commit that referenced this pull request Jun 26, 2023
…mplates (#10048)

It was decided to change all built-in functions from templates to
overloads. This patch changes marray part of "4.17.8. Geometric
functions".

Non-marray part: #10014

Spec: KhronosGroup/SYCL-Docs#428
steffenlarsen added a commit to steffenlarsen/llvm that referenced this pull request Jul 3, 2023
steffenlarsen added a commit that referenced this pull request Jul 3, 2023
This partially reverts the following patches:

- #9753
- #10050
- #10048
- #10014
- #10026

General fixes have been kept.

---------

Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
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.

CTAD bug in vector length
2 participants