Skip to content

[SYCL][COMPAT] Util header updated to latest version #11267

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

Closed
wants to merge 22 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
e6ef465
[SYCL][COMPAT] Updated util.hpp and math.hpp to latest version
Alcpz Sep 28, 2023
2cd6fea
[SYCL][COMPAT] Updated Documentation with new util.hpp and math.hpp
Alcpz Sep 28, 2023
a48f471
[SYCL][COMPAT] Added math.hpp to syclcompat.hpp
Alcpz Sep 28, 2023
eeae744
[SYCL][COMPAT] Fixed memory_order for AMD devices
Alcpz Sep 28, 2023
3778593
[SYCL][COMPAT] Reverted memory_order changes for CUDA devices
Alcpz Oct 6, 2023
2400af7
[SYCL][COMPAT] Updated README to reflect changes that have been remov…
Alcpz Jan 29, 2024
354806e
[SYCL][COMPAT] Updated complex header include
Alcpz Jan 29, 2024
8c0593e
[SYCL][COMPAT] Updated math.hpp min and max definitions
Alcpz Jan 29, 2024
b49b360
Fixed wrong assert in SYCLcompat documentation
Alcpz Feb 19, 2024
4de6c8f
[SYCL][COMPAT] cmul_add, relu and pow tests
Alcpz Feb 19, 2024
b2dd5a9
[SYCL][COMPAT] compute length test
Alcpz Feb 19, 2024
83b8097
[SYCL][COMPAT] isnan and compare tests. Default assertion on unchecke…
Alcpz Feb 19, 2024
a187141
[SYCL][COMPAT] Vec version of ordered and unordered compare.
Alcpz Feb 19, 2024
040ecbf
[SYCL][COMPAT] unorderd and ordered compare both.
Alcpz Feb 19, 2024
2f5e625
[SYCL][COMPAT] fnin_nan and fmax_nan tests. Extended both for mixed f…
Alcpz Feb 19, 2024
8e2a9d2
[SYCL][COMPAT] Fixed (unordered_)?compare_mask implementation. Added …
Alcpz Feb 23, 2024
8437467
[SYCL][COMPAT] Removed unnecessary commented code from math_compare
Alcpz Feb 23, 2024
5d6e53c
[SYCL][COMPAT] Refactored name of fp_type_list
Alcpz Feb 23, 2024
2006ebf
[SYCL][COMPAT] Fixed NaN values causing math tests to fail
Alcpz Feb 23, 2024
32bc5bb
[SYCL][COMPAT] Added tests for theh vectorized binary classes
Alcpz Feb 23, 2024
7293dca
[SYCL][COMPAT] match_*_over_sub_group tests. Fixed match_all to match…
Alcpz Feb 27, 2024
8a72a75
[SYCL][COMPAT] Added tests for args_selector and int_to_queue_ptr hel…
Alcpz Feb 29, 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
470 changes: 426 additions & 44 deletions sycl/doc/syclcompat/README.md

Large diffs are not rendered by default.

1,004 changes: 1,004 additions & 0 deletions sycl/include/syclcompat/math.hpp

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions sycl/include/syclcompat/syclcompat.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@
#include <syclcompat/id_query.hpp>
#include <syclcompat/kernel.hpp>
#include <syclcompat/launch.hpp>
#include <syclcompat/math.hpp>
#include <syclcompat/memory.hpp>
#include <syclcompat/util.hpp>
Loading