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

[SYCL][ESIMD] More updates to print performance data in uniform way #528

Merged
merged 3 commits into from
Oct 26, 2021

Conversation

sndmitriev
Copy link

This patch changes stencil, linear, mandelbrot, BitonicSort and
Prefix_local_sum tests to print performance data the same way as it
was done in PR#524 for histogram tests.

Signed-off-by: Sergey Dmitriev [email protected]

This patch changes stencil, linear, mandelbrot, BitonicSort and
Prefix_local_sum tests to print performance data the same way as it
was done in PR#524 for histogram tests.

Signed-off-by: Sergey Dmitriev <[email protected]>
v-klochkov
v-klochkov previously approved these changes Oct 25, 2021
Copy link

@v-klochkov v-klochkov left a comment

Choose a reason for hiding this comment

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

Looks good to me.

I noticed that malloc_shared calls may be written more compact way and also if use free(ptr, q) instead of 'free(ptr, ctxt)', then 'ctxt' can be removed. This is a non-blocking comment.

@kbobrovs kbobrovs merged commit 8d98508 into intel Oct 26, 2021
@vladimirlaz vladimirlaz deleted the review/sndmitriev/esimd-perf-1 branch December 30, 2021 06:19
aelovikov-intel pushed a commit to aelovikov-intel/llvm that referenced this pull request Mar 27, 2023
…ntel/llvm-test-suite#528)

* [SYCL][ESIMD] More updates to print performance data in uniform way

This patch changes stencil, linear, mandelbrot, BitonicSort and
Prefix_local_sum tests to print performance data the same way as it
was done in PR#524 for histogram tests.

Signed-off-by: Sergey Dmitriev <[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.

3 participants