Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

[ESIMD] Enable math functions: cos,sin,exp,log #312

Merged
merged 4 commits into from
Jul 20, 2021

Conversation

DenisBakhvalov
Copy link

No description provided.

Pass &= test<MathOp::sin, VL>(Q, "sin", InitDataFuncWide{});
Pass &= test<MathOp::cos, VL>(Q, "cos", InitDataFuncWide{});
Pass &= test<MathOp::exp, VL>(Q, "exp");
Pass &= test<MathOp::exp, VL>(Q, "exp", InitDataInRange0_5{});
Copy link
Author

Choose a reason for hiding this comment

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

The precision of FP operations gets lower towards bigger numbers, that's why we use the smaller value range.

@DenisBakhvalov DenisBakhvalov marked this pull request as ready for review June 18, 2021 17:19
kbobrovs
kbobrovs previously approved these changes Jun 25, 2021
@DenisBakhvalov
Copy link
Author

DenisBakhvalov commented Jun 25, 2021

We need to wait until the next GPU driver uplift happens. The test will pass starting from the 21.24.20098 version.

@vladimirlaz
Copy link

The 21.24.20098 driver is going to be used since 02/30/2021 nightly

@vladimirlaz
Copy link

@DenisBakhvalov it looks like the modified test is failing on Windows. Could you please address the issue?

@DenisBakhvalov
Copy link
Author

@kbobrovs, please review/approve.

@kbobrovs kbobrovs merged commit 6a8d13d into intel:intel Jul 20, 2021
smaslov-intel pushed a commit to smaslov-intel/llvm-test-suite that referenced this pull request Aug 12, 2021
* [ESIMD] Enable math functions: cos,sin,exp,log
myler pushed a commit to myler/llvm-test-suite that referenced this pull request Apr 12, 2022
CMPLRLLVM-29952: Specify an absolute path to clang for SYCL testing
aelovikov-intel pushed a commit to aelovikov-intel/llvm that referenced this pull request Mar 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants