Hi Andrew,
I was testing this patch locally, and wanted to see if we get some perf
improvements with some benchmarks available on the default image. What
benchmark do you recommend testing this against?
I ran '/runLinpack/' on the tisdk-default-image on j7200 and did not see
any difference in the reported performance with and without this
patch... is this expected?
With the default image built on latest SDK, WITHOUT the patch:
Unrolled Single Precision 1845878 Kflops ; 10 Reps
With default image built WITH the patch:
Unrolled Single Precision 1857362 Kflops ; 10 Reps
Thanks,
Aniket
On 2/16/2024 2:56 AM, Andrew Davis via lists.yoctoproject.org wrote:
All current K3 devices use either A53 or A72. Use the compile tune
configuration specific for these to allow the compiler to make better
optimizations. Signed-off-by: Andrew Davis <afd@ ti. com> ---
meta-ti-bsp/conf/machine/include/k3. inc
ZjQcmQRYFpfptBannerStart
This message was sent from outside of Texas Instruments.
Do not click links or open attachments unless you recognize the source
of this email and know the content is safe.
ZjQcmQRYFpfptBannerEnd
All current K3 devices use either A53 or A72. Use the compile tune
configuration specific for these to allow the compiler to make
better optimizations.
Signed-off-by: Andrew Davis<[email protected]>
---
meta-ti-bsp/conf/machine/include/k3.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-ti-bsp/conf/machine/include/k3.inc
b/meta-ti-bsp/conf/machine/include/k3.inc
index 2415f0ba..7c3579af 100644
--- a/meta-ti-bsp/conf/machine/include/k3.inc
+++ b/meta-ti-bsp/conf/machine/include/k3.inc
@@ -3,7 +3,7 @@
require conf/machine/include/ti-soc.inc
SOC_FAMILY:append = ":k3"
-require conf/machine/include/arm/arch-arm64.inc
+require conf/machine/include/arm/armv8a/tune-cortexa72-cortexa53.inc
BBMULTICONFIG += "k3r5"
--
2.39.2
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#17483):
https://lists.yoctoproject.org/g/meta-ti/message/17483
Mute This Topic: https://lists.yoctoproject.org/mt/104381861/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-