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][COMPAT] Add math extend_v*4 to SYCLCompat #14078

Merged
merged 28 commits into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
2f908c4
[SYCL][COMPAT] add math extend_v*2 to SYCLCompat
OuadiElfarouki May 29, 2024
f5b7e11
Merge branch 'sycl' into math_extend_v2
OuadiElfarouki May 30, 2024
3fa6edd
minor layout changes
OuadiElfarouki May 30, 2024
033164e
Update sycl/test-e2e/syclcompat/math/math_extend_v.cpp
OuadiElfarouki May 31, 2024
ca1f991
Fixed some gaps in test cases and other typo fixes
OuadiElfarouki May 31, 2024
a9d33b3
Explicit casting to extended uint type
OuadiElfarouki Jun 2, 2024
cd86f19
Minor fixes & reformatting
OuadiElfarouki Jun 2, 2024
d65ab3b
Extended some tests to cover mixed types
OuadiElfarouki Jun 3, 2024
065d920
fix to zero_or_signed_extend
OuadiElfarouki Jun 5, 2024
29ae741
Added extend_v2 APIs doc to readme
OuadiElfarouki Jun 5, 2024
5e577bf
Apply suggestions from code review
OuadiElfarouki Jun 6, 2024
7018d4f
fixed formatting
OuadiElfarouki Jun 6, 2024
18c0163
Merge branch 'sycl' into math_extend_v2
OuadiElfarouki Jun 6, 2024
d9d295c
Merge branch 'sycl' into math_extend_v2
OuadiElfarouki Jun 6, 2024
cfa08ae
[SYCL][COMPAT] add math extend_v*4 to SYCLCompat
OuadiElfarouki Jun 4, 2024
1e04a11
Added missing test
OuadiElfarouki Jun 6, 2024
f1de443
Added extend_v4 APIs doc
OuadiElfarouki Jun 6, 2024
bcd3698
replaced enable_if with static assertion for extend_vbinary2
OuadiElfarouki Jun 6, 2024
00c7f16
Merge branch 'math_extend_v2' into math_extend_v4
OuadiElfarouki Jun 6, 2024
00e97d1
replaced enable_if with static assertion for extend_vbinary4
OuadiElfarouki Jun 6, 2024
8594248
Merge branch 'sycl' into math_extend_v4
OuadiElfarouki Jun 7, 2024
6f0e5a0
typo fix
OuadiElfarouki Jun 10, 2024
d78dfc8
Merge branch 'sycl' into math_extend_v4
OuadiElfarouki Jun 10, 2024
2105e49
Update sycl/include/syclcompat/math.hpp
OuadiElfarouki Jun 11, 2024
92be153
Addressed PR comments
OuadiElfarouki Jun 11, 2024
274363d
tidy values concat using sycl::vec
OuadiElfarouki Jun 11, 2024
5e6ad05
Simplified int/uint static type check
OuadiElfarouki Jun 12, 2024
9a538ad
Merge branch 'sycl' into math_extend_v4
OuadiElfarouki Jun 12, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading