bjorn3 opened PR #1301 from group_small_memcpy_load_store
to master
:
[x] This has been discussed in issue #..., or if not, please tell us why
here. This is mostly a cleanup.[x] A short description of what this does, why it is needed; if the
description becomes long, the matter should probably be discussed in an issue
first. They share a lot of code. Also by performing all loads before all stores, the performance of the simple-raytracer cg_clif benchmark increases by 1%.[x] This PR contains test cases, if meaningful. N/A
- [ ] A reviewer from the core maintainer team has been assigned for this PR.
If you don't know who could review this, please indicate so and/or ping
bnjbvr
. <strike>The list of suggested reviewers on the right can help you.</strike> (no list for non members)<!-- Please ensure all communication adheres to the code of conduct. -->
bjorn3 updated PR #1301 from group_small_memcpy_load_store
to master
:
[x] This has been discussed in issue #..., or if not, please tell us why
here. This is mostly a cleanup.[x] A short description of what this does, why it is needed; if the
description becomes long, the matter should probably be discussed in an issue
first. They share a lot of code. Also by performing all loads before all stores, the performance of the simple-raytracer cg_clif benchmark increases by 1%.[x] This PR contains test cases, if meaningful. N/A
- [ ] A reviewer from the core maintainer team has been assigned for this PR.
If you don't know who could review this, please indicate so and/or ping
bnjbvr
. <strike>The list of suggested reviewers on the right can help you.</strike> (no list for non members)<!-- Please ensure all communication adheres to the code of conduct. -->
bjorn3 submitted PR Review.
bjorn3 submitted PR Review.
bjorn3 created PR Review Comment:
Pre-existing, but this needs to compare
{src,dest}_align
withaccess_size
.
bnjbvr requested eqrion for a review on PR #1301.
eqrion submitted PR Review.
eqrion created PR Review Comment:
src cq dest
Is
cq
a typo or am I missing an abbreviation?
eqrion submitted PR Review.
bjorn3 updated PR #1301 from group_small_memcpy_load_store
to master
:
[x] This has been discussed in issue #..., or if not, please tell us why
here. This is mostly a cleanup.[x] A short description of what this does, why it is needed; if the
description becomes long, the matter should probably be discussed in an issue
first. They share a lot of code. Also by performing all loads before all stores, the performance of the simple-raytracer cg_clif benchmark increases by 1%.[x] This PR contains test cases, if meaningful. N/A
- [ ] A reviewer from the core maintainer team has been assigned for this PR.
If you don't know who could review this, please indicate so and/or ping
bnjbvr
. <strike>The list of suggested reviewers on the right can help you.</strike> (no list for non members)<!-- Please ensure all communication adheres to the code of conduct. -->
bjorn3 created PR Review Comment:
It seems that
cq
is a Dutch abbreviation: https://nl.m.wikipedia.org/wiki/Casu_quo. I also used it wrong. :man_facepalming: I meant:src_align
is the upper-bound on the alignment ofsrc
anddest_align
is the upper-bound on the alignment ofdest
. I replaced it withrespectively
.
bjorn3 submitted PR Review.
eqrion merged PR #1301.
Last updated: Nov 22 2024 at 17:03 UTC