unisa-hpc / sycl-bench

SYCL Benchmark Suite
BSD 3-Clause "New" or "Revised" License
56 stars 31 forks source link

Fix verification for reduction #51

Closed sommerlukas closed 1 year ago

sommerlukas commented 1 year ago

Fix the reduction benchmark. Verification fails because the wrong index of the final output buffer is accessed, due to the host accessor being created with a wrong offset.

sommerlukas commented 1 year ago

Thanks for the review and feedback @illuhad! Do you know who would be the best person to merge this PR?

illuhad commented 1 year ago

@sommerlukas I have the rights to do this ;)

sommerlukas commented 1 year ago

@sommerlukas I have the rights to do this ;)

Great, thanks a lot!