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

[SYCL][ESIMD] Fix Stencil test result mismatch with large input. #148

Merged
merged 1 commit into from
Feb 18, 2021

Conversation

kychendev
Copy link

Updated GPU kernel to make FP computation order consistent with CPU.

@vladimirlaz vladimirlaz merged commit 36e7560 into intel:intel Feb 18, 2021
DenisBakhvalov added a commit to DenisBakhvalov/llvm-test-suite that referenced this pull request Apr 22, 2021
I analyzed the history of ESIMD stencil tests in CI and found that
stencil tests are sensitive to the time limit. I.e. they are not
hanging but timing out before finishing the job.
Since intel#148 Stencil.cpp was failing several times per day.

This patch reduces back the working set for the two tests allowing
them to finish before in required time limit. Also, added a test
parameter to run with a bigger dimension size.
vladimirlaz pushed a commit that referenced this pull request Apr 23, 2021
* [ESIMD] Fix stencil tests timeouts

I analyzed the history of ESIMD stencil tests in CI and found that
stencil tests are sensitive to the time limit. I.e. they are not
hanging but timing out before finishing the job.
Since #148 Stencil.cpp was failing several times per day.

This patch reduces back the working set for the two tests allowing
them to finish before in required time limit. Also, added a test
parameter to run with a bigger dimension size.

* Address review comments
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