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

Conversation

v-klochkov
Copy link

Signed-off-by: Vyacheslav N Klochkov [email protected]

@v-klochkov v-klochkov requested a review from a team as a code owner August 25, 2022 21:18
@v-klochkov
Copy link
Author

/verify with intel/llvm#6647

@v-klochkov v-klochkov force-pushed the esimd_dpas_tf32_nosrc0_test branch from d6472c1 to c8d4cf7 Compare August 26, 2022 18:20
@v-klochkov
Copy link
Author

/verify with intel/llvm#6647

@v-klochkov v-klochkov requested a review from kbobrovs August 27, 2022 04:45
using namespace sycl::ext::intel::experimental::esimd;

int main() {
queue Q;

Choose a reason for hiding this comment

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

why not use custom selector and exception handler as in ESIMD tests?
queue q(esimd_test::ESIMDSelector{}, esimd_test::createExceptionHandler());

Copy link
Author

Choose a reason for hiding this comment

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

because the way how CI works, the GPU selector will be chosen anyway.
Regarding exception handler..., Ok, I'll add it.

Copy link
Author

Choose a reason for hiding this comment

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

Fixed in 21db007

}).wait();

unsigned ErrCnt = 0;
for (unsigned I = 0; I < M * N && ErrCnt < 10; ++I) {

Choose a reason for hiding this comment

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

Nit: this will likely give warnings on linux and suggestion to add braces

Copy link
Author

Choose a reason for hiding this comment

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

I compiled it on Linux and no-warnings. But no problems, I added braces: 1667d58
Thank you.

@v-klochkov
Copy link
Author

/verify with intel/llvm#6647

@v-klochkov v-klochkov merged commit 90738b1 into intel:intel Aug 29, 2022
@v-klochkov v-klochkov deleted the esimd_dpas_tf32_nosrc0_test branch August 29, 2022 15:31
@v-klochkov
Copy link
Author

The fails on Windows are unrelated and known (there is internal tracker).

myler pushed a commit to myler/llvm-test-suite that referenced this pull request Mar 22, 2023
…l#1180)

* [ESIMD] Add a LIT test verifying DPAS with 2 tfloat32 arguments

Signed-off-by: Vyacheslav N Klochkov <[email protected]>
aelovikov-intel pushed a commit to aelovikov-intel/llvm that referenced this pull request Mar 27, 2023
…l/llvm-test-suite#1180)

* [ESIMD] Add a LIT test verifying DPAS with 2 tfloat32 arguments

Signed-off-by: Vyacheslav N Klochkov <[email protected]>
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.

2 participants