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] Add support for -foffload-fp32-prec-div/sqrt options. #15836

Open
wants to merge 28 commits into
base: sycl
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
f8caf83
Add support for -ftarget-prec-div/sqrt options.
zahiraam Oct 23, 2024
00ffb5a
Added fast-math run lines to LIT tests.
zahiraam Oct 23, 2024
795dd38
Renamed the options accordingly.
zahiraam Oct 24, 2024
78a9005
Fix format.
zahiraam Oct 24, 2024
50e71c0
Changed the place where the options are added in order for the options
zahiraam Oct 28, 2024
54f2409
Fix format.
zahiraam Oct 28, 2024
bdf78d7
Addresed review comments.
zahiraam Oct 29, 2024
8cd6d8b
Put the code to handle the options in RenderFloatingPointOptions
zahiraam Oct 30, 2024
755d630
Addressed review comments.
zahiraam Oct 30, 2024
27011c8
Fixed up condition to clearer code.
zahiraam Oct 31, 2024
ff2b3d9
Addressed review comments.
zahiraam Nov 4, 2024
07752e2
Add extension SPV_INTEL_fp_max_error.
zahiraam Nov 5, 2024
aa909d2
Fixed LIT test.
zahiraam Nov 5, 2024
fcc4786
Addressed review comment.
zahiraam Nov 5, 2024
24711fd
Addressed review comments.
zahiraam Nov 8, 2024
56314b7
Renamed function.
zahiraam Nov 12, 2024
e643027
Addressed review comments.
zahiraam Nov 13, 2024
b25e5ac
Changed SplitFPAccuracyVal to be a static function instead of a lambda.
zahiraam Nov 13, 2024
ce00296
Restricting the use of the options to sycl only.
zahiraam Nov 15, 2024
bc01759
Remove restriction on Cuda/Hip and changed the code so that the div
zahiraam Nov 18, 2024
c5fffc5
Removed unused lines in CodeGenSYC/offload-fp32-div-sqrt.cpp.
zahiraam Nov 21, 2024
f2fb8b2
Renamed div to fdiv to avoid confusion.
zahiraam Nov 22, 2024
83c9b31
This is an attempt to fix the DeviceLib/cmath_test.cpp issue.
zahiraam Nov 25, 2024
0efc825
Removing the latest change that attempted to fix the LIT issue.
zahiraam Dec 2, 2024
e1de775
Merge remote-tracking branch 'origin/sycl' into TargetPrecOption
zahiraam Jan 15, 2025
34f07cc
Merge remote-tracking branch 'origin/sycl' into TargetPrecOption
zahiraam Jan 15, 2025
e18930f
Fix sync error.
zahiraam Jan 16, 2025
410856d
Merge remote-tracking branch 'origin/sycl' into TargetPrecOption
zahiraam Jan 30, 2025
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
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin/sycl' into TargetPrecOption
  • Loading branch information
zahiraam committed Jan 15, 2025
commit 34f07ccc1f574b1b4838c3eb2777f86214cbf12e

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.