<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[谁跑过D1a的core_mark分数吗,我这里有T113的跑分,想来对比下]]></title><description><![CDATA[<pre><code>2K performance run parameters for coremark.
CoreMark Size    : 666
Total ticks      : 12751
Total time (secs): 12
Iterations/Sec   : 4166
Iterations       : 50000
Compiler version : GCC6.3.1 20170215 (release) [ARM/embedded-6-branch revision 245512]
Compiler flags   :
Memory location  : STACK
seedcrc          : 0xe9f5
[0]crclist       : 0xe714
[0]crcmatrix     : 0x1fd7
[0]crcstate      : 0x8e3a
[0]crcfinal      : 0xa14c
Correct operation validated. See README.md for run and reporting rules.
CoreMark 1.0 : 4166 / GCC6.3.1 20170215 (release) [ARM/embedded-6-branch revision 245512]  / STACK
</code></pre>
<p dir="auto">另外我想问一下,我使用smp和不使用,跑分是一样的,这个smp到底是怎么用的啊,是不是没啥用,在rtt里面建立任务的时候会自动分配cpu还是需要人为去指定<br />
或者能不能一个任务两个核一起来用,<br />
另外在附上memory_perf的分数</p>
<pre><code>MemoryPerf version 1.0.0
Copyright (c) 2022 SummerGift (summergift2019@gmail.com)
Licensed under the MIT License version.

Memory performance testing start...
address: 0x40100000, length: 0x100000, iterations: 200
Data length : 209 MB.
--------------------------------------
8-bit write speed test begin.

[2022-04-18 15:41:26.787]# RECV ASCII&gt;
Spend time : 0.223000 s.
8-bit write speed: 940.426880 M/s.
8-bit read speed test begin.

[2022-04-18 15:41:27.346]# RECV ASCII&gt;
Spend time : 0.559000 s.
8-bit Read speed: 375.161346 M/s.
--------------------------------------
16-bit write speed test begin.

[2022-04-18 15:41:27.472]# RECV ASCII&gt;
Spend time : 0.111000 s.
16-bit write speed: 1889.326050 M/s.
16-bit read speed test begin.

[2022-04-18 15:41:27.802]# RECV ASCII&gt;
Spend time : 0.328000 s.
16-bit Read speed: 639.375610 M/s.
--------------------------------------
32-bit write speed test begin.

[2022-04-18 15:41:27.896]# RECV ASCII&gt;
Spend time : 0.091000 s.
32-bit Write speed: 2304.562744 M/s.
32-bit read speed test begin.

[2022-04-18 15:41:28.067]# RECV ASCII&gt;
Spend time : 0.160000 s.
32-bit Read speed: 1310.719971 M/s.
Memory performance completed.
</code></pre>
<p dir="auto">有没有大神拿其他片子来对比一下,这个a7到底什么水平啊</p>
]]></description><link>https://bbs.aw-ol.com/topic/1317/谁跑过d1a的core_mark分数吗-我这里有t113的跑分-想来对比下</link><generator>RSS for Node</generator><lastBuildDate>Wed, 20 May 2026 21:59:53 GMT</lastBuildDate><atom:link href="https://bbs.aw-ol.com/topic/1317.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 18 Apr 2022 07:51:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 谁跑过D1a的core_mark分数吗,我这里有T113的跑分,想来对比下 on Wed, 20 Apr 2022 01:27:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/122">@aozima</a> 大神能讲解一下smp方面的rtt问题吗,我现在只开启了一个定时器,然后rtconfig里面定义了RT_USING_SMP,然后跑gui发现非常丝滑,<br />
我把RT_USING_SMP这个定义关闭了在跑gui发现非常卡了</p>
<p dir="auto">然后我想着不是还有一个定时器没有开启吗,我就在void secondary_cpu_c_start(void)<br />
{<br />
int timer_irq_number;</p>
<pre><code>timer_irq_number = 92;

rt_hw_vector_init();

rt_hw_spin_lock(&amp;_cpus_lock);

arm_gic_cpu_init(0, platform_get_gic_cpu_base());
</code></pre>
<p dir="auto">// arm_gic_set_cpu(0, timer_irq_number, 0x2); // timer1</p>
<p dir="auto">//  timer1_init();<br />
//rt_hw_interrupt_install(timer_irq_number, rt_hw_timer1_isr, RT_NULL, "tick1");<br />
//rt_hw_interrupt_umask(timer_irq_number);</p>
<pre><code>rt_system_scheduler_start();
</code></pre>
<p dir="auto">}<br />
这里把定时器2也开启了,现在发现之前开启的那个定时器1中断不进去了,进去的都是定时器2的中断,gui的任务夜跑不起来了,也就是说我在second cpu里面在开启一个定时器就不正常了,找了资料说smp需要开启2个定时器,为什么我这里开启2个定时器之后,前面那个定时器中断进不去了呢,然后我把second cpu的定时器关闭,性能上也达到了双核的提升了呀,因为我如果禁止smp,那么性能比较差的明显的,我现在迷糊了,定时器到底要不要开启2个,能否讲解一下这方面的疑惑,非常感谢</p>
]]></description><link>https://bbs.aw-ol.com/post/6052</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/6052</guid><dc:creator><![CDATA[smiletiger]]></dc:creator><pubDate>Wed, 20 Apr 2022 01:27:08 GMT</pubDate></item><item><title><![CDATA[Reply to 谁跑过D1a的core_mark分数吗,我这里有T113的跑分,想来对比下 on Wed, 20 Apr 2022 01:23:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/339">@randolph</a> 谢谢大家提供的数据,我实际测试下来发现t113s3优势非常大,我来跑rtt+awtk  t113s3开启smp模式可以丝滑跑120帧,但是f133只能跑60帧,而且60帧还不稳定,不知道是riscv64的开发环境刚出来没优化好还是其他问题,</p>
]]></description><link>https://bbs.aw-ol.com/post/6051</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/6051</guid><dc:creator><![CDATA[smiletiger]]></dc:creator><pubDate>Wed, 20 Apr 2022 01:23:00 GMT</pubDate></item><item><title><![CDATA[Reply to 谁跑过D1a的core_mark分数吗,我这里有T113的跑分,想来对比下 on Fri, 10 Mar 2023 08:13:58 GMT]]></title><description><![CDATA[<p dir="auto"><img src="/assets/uploads/files/1650376267996-e2384fc5-bfab-4949-8efc-bf23aaa8577b-image.png" alt="e2384fc5-bfab-4949-8efc-bf23aaa8577b-image.png" class=" img-responsive img-markdown" width="766" height="366" /><br />
麻雀D1s跑的，优化等级o3</p>
]]></description><link>https://bbs.aw-ol.com/post/6048</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/6048</guid><dc:creator><![CDATA[Randolph]]></dc:creator><pubDate>Fri, 10 Mar 2023 08:13:58 GMT</pubDate></item><item><title><![CDATA[Reply to 谁跑过D1a的core_mark分数吗,我这里有T113的跑分,想来对比下 on Tue, 19 Apr 2022 06:32:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/1057">@smiletiger</a> 这个是F133-B的分数，我估计跟平台应该有关</p>
]]></description><link>https://bbs.aw-ol.com/post/6031</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/6031</guid><dc:creator><![CDATA[YuzukiTsuru]]></dc:creator><pubDate>Tue, 19 Apr 2022 06:32:20 GMT</pubDate></item><item><title><![CDATA[Reply to 谁跑过D1a的core_mark分数吗,我这里有T113的跑分,想来对比下 on Tue, 19 Apr 2022 03:10:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/317">@yuzukitsuru</a> 又随手跑了一下 Dhrystones<br />
dhrystone_test</p>
<p dir="auto">Dhrystone Benchmark, Version 2.1 (Language: C)</p>
<p dir="auto">Program compiled without 'register' attribute</p>
<p dir="auto">Execution starts, 32000000 runs through Dhrystone</p>
<p dir="auto">[2022-04-19 11:07:53.418]# RECV ASCII&gt;<br />
Execution ends</p>
<p dir="auto">Final values of the variables used in the benchmark:</p>
<p dir="auto">Int_Glob:            5<br />
should be:   5<br />
Bool_Glob:           1<br />
should be:   1<br />
Ch_1_Glob:           A<br />
should be:   A<br />
Ch_2_Glob:           B<br />
should be:   B<br />
Arr_1_Glob[8]:       7<br />
should be:   7<br />
Arr_2_Glob[8][7]:    32000010<br />
should be:   Number_Of_Runs + 10<br />
Ptr_Glob-&gt;<br />
Ptr_Comp:          1073951700<br />
should be:   (implementation-dependent)<br />
Discr:             0<br />
should be:   0<br />
Enum_Comp:         2<br />
should be:   2<br />
Int_Comp:          17<br />
should be:   17<br />
Str_Comp:          DHRYSTONE PROGRAM, SOME STRING<br />
should be:   DHRYSTONE PROGRAM, SOME STRING<br />
Next_Ptr_Glob-&gt;<br />
Ptr_Comp:          1073951700<br />
should be:   (implementation-dependent), same as above<br />
Discr:             0<br />
should be:   0<br />
Enum_Comp:         1<br />
should be:   1<br />
Int_Comp:          18<br />
should be:   18<br />
Str_Comp:          DHRYSTONE<br />
[2022-04-19 11:07:53.538]# RECV ASCII&gt;<br />
PROGRAM, SOME STRING<br />
should be:   DHRYSTONE PROGRAM, SOME STRING<br />
Int_1_Loc:           5<br />
should be:   5<br />
Int_2_Loc:           13<br />
should be:   13<br />
Int_3_Loc:           7<br />
should be:   7<br />
Enum_Loc:            1<br />
should be:   1<br />
Str_1_Loc:           DHRYSTONE PROGRAM, 1'ST STRING<br />
should be:   DHRYSTONE PROGRAM, 1'ST STRING<br />
Str_2_Loc:           DHRYSTONE PROGRAM, 2'ND STRING<br />
should be:   DHRYSTONE PROGRAM, 2'ND STRING</p>
<p dir="auto">Microseconds for one run through Dhrystone: 0<br />
Dhrystones per Second:                      4484933<br />
VAX  MIPS rating:                           2552</p>
<p dir="auto">msh /&gt;</p>
<p dir="auto">因为一直在纠结用f133还是t113,在两者之间徘徊,所以才想测试一下性能,以便决定以后用哪个</p>
]]></description><link>https://bbs.aw-ol.com/post/6025</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/6025</guid><dc:creator><![CDATA[smiletiger]]></dc:creator><pubDate>Tue, 19 Apr 2022 03:10:35 GMT</pubDate></item><item><title><![CDATA[Reply to 谁跑过D1a的core_mark分数吗,我这里有T113的跑分,想来对比下 on Tue, 19 Apr 2022 03:06:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/317">@yuzukitsuru</a> 请问你这个是f133的分数吗 或者是d1或者d1s吗,这个core-Mark在linux下和rtthread下面跑分是不是不一样啊,我优化了一下代码下载可以跑到4170了<br />
2K performance run parameters for coremark.<br />
CoreMark Size    : 666<br />
Total ticks      : 11990<br />
Total time (secs): 11.990000<br />
Iterations/Sec   : 4170.141785<br />
Iterations       : 50000<br />
Compiler version : GCC6.3.1 20170215 (release) [ARM/embedded-6-branch revision 245512]<br />
Compiler flags   :<br />
Memory location  : STACK<br />
seedcrc          : 0xe9f5<br />
[0]crclist       : 0xe714<br />
[0]crcmatrix     : 0x1fd7<br />
[0]crcstate      : 0x8e3a<br />
[0]crcfinal      : 0xa14c<br />
Correct operation validated. See <a href="http://README.md" target="_blank" rel="noopener noreferrer nofollow ugc">README.md</a> for run and reporting rules.<br />
CoreMark 1.0 : 4170.141785 / GCC6.3.1 20170215 (release) [ARM/embedded-6-branch revision 245512]  / STACK<br />
msh /&gt;</p>
]]></description><link>https://bbs.aw-ol.com/post/6024</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/6024</guid><dc:creator><![CDATA[smiletiger]]></dc:creator><pubDate>Tue, 19 Apr 2022 03:06:03 GMT</pubDate></item><item><title><![CDATA[Reply to 谁跑过D1a的core_mark分数吗,我这里有T113的跑分,想来对比下 on Tue, 19 Apr 2022 00:58:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/1057">@smiletiger</a> 没心跳只是与时间相关的不正常，主动让出不受影响。<br />
建议把cpu1的心跳也开起来吧，期待！</p>
]]></description><link>https://bbs.aw-ol.com/post/6020</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/6020</guid><dc:creator><![CDATA[aozima]]></dc:creator><pubDate>Tue, 19 Apr 2022 00:58:40 GMT</pubDate></item><item><title><![CDATA[Reply to 谁跑过D1a的core_mark分数吗,我这里有T113的跑分,想来对比下 on Mon, 18 Apr 2022 15:48:49 GMT]]></title><description><![CDATA[<p dir="auto">Linux TinaLinux 5.4.61 #265 PREEMPT Mon Apr 18 15:41:13 UTC 2022 riscv64 GNU/Linux</p>
<pre><code>2K performance run parameters for coremark.
CoreMark Size    : 666
Total ticks      : 13456
Total time (secs): 13.456000
Iterations/Sec   : 2972.651605
Iterations       : 40000
Compiler version : GCC8.1.0
Compiler flags   : -O2   -lrt
Memory location  : Please put data memory location here
                        (e.g. code in flash, data on heap etc)
seedcrc          : 0xe9f5
[0]crclist       : 0xe714
[0]crcmatrix     : 0x1fd7
[0]crcstate      : 0x8e3a
[0]crcfinal      : 0x25b5
Correct operation validated. See README.md for run and reporting rules.
CoreMark 1.0 : 2972.651605 / GCC8.1.0 -O2   -lrt / Heap
</code></pre>
<p dir="auto">MemoryPerf 不知道能不能在RV上跑，没测试</p>
]]></description><link>https://bbs.aw-ol.com/post/6017</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/6017</guid><dc:creator><![CDATA[YuzukiTsuru]]></dc:creator><pubDate>Mon, 18 Apr 2022 15:48:49 GMT</pubDate></item><item><title><![CDATA[Reply to 谁跑过D1a的core_mark分数吗,我这里有T113的跑分,想来对比下 on Mon, 18 Apr 2022 14:11:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/122">@aozima</a> 我已经开启了cpu1的心跳,<br />
cpu2的心跳不开启的话cpu2不能参与任务调度吗,但是我用rt_thread_control(tid, RT_THREAD_CTRL_BIND_CPU, (void *)1);这个绑定cpu是可以正常调度的呀</p>
]]></description><link>https://bbs.aw-ol.com/post/6015</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/6015</guid><dc:creator><![CDATA[smiletiger]]></dc:creator><pubDate>Mon, 18 Apr 2022 14:11:20 GMT</pubDate></item><item><title><![CDATA[Reply to 谁跑过D1a的core_mark分数吗,我这里有T113的跑分,想来对比下 on Mon, 18 Apr 2022 09:02:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/1057">@smiletiger</a> 注意下，那个移植里面，不光第2核的心跳没启动，0核的心跳也没启动呢。</p>
]]></description><link>https://bbs.aw-ol.com/post/6009</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/6009</guid><dc:creator><![CDATA[aozima]]></dc:creator><pubDate>Mon, 18 Apr 2022 09:02:13 GMT</pubDate></item><item><title><![CDATA[Reply to 谁跑过D1a的core_mark分数吗,我这里有T113的跑分,想来对比下 on Mon, 18 Apr 2022 08:55:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/1057">@smiletiger</a> 你要测性能的话要开启的，我那个代码是从qemu那边复制过来的，要重新适配T113才行，你可以试试加上心跳。</p>
]]></description><link>https://bbs.aw-ol.com/post/6008</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/6008</guid><dc:creator><![CDATA[aozima]]></dc:creator><pubDate>Mon, 18 Apr 2022 08:55:43 GMT</pubDate></item><item><title><![CDATA[Reply to 谁跑过D1a的core_mark分数吗,我这里有T113的跑分,想来对比下 on Mon, 18 Apr 2022 08:39:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/122">@aozima</a> 怎么同时跑两份啊,我用的是你移植的rtt,smp部分不太懂,启动第二个核心的时候那个时钟tick要不要开启啊,你那边的代码里面注释掉了定时器,</p>
]]></description><link>https://bbs.aw-ol.com/post/6007</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/6007</guid><dc:creator><![CDATA[smiletiger]]></dc:creator><pubDate>Mon, 18 Apr 2022 08:39:48 GMT</pubDate></item><item><title><![CDATA[Reply to 谁跑过D1a的core_mark分数吗,我这里有T113的跑分,想来对比下 on Mon, 18 Apr 2022 08:06:37 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">rtt里面建立任务的时候会自动分配cpu还是需要人为去指定<br />
或者能不能一个任务两个核一起来用,</p>
</blockquote>
<p dir="auto">默认会自动分配吧，也可以绑定。你这跑分，可以改下代码，同时跑2份core_mark看看部分。</p>
]]></description><link>https://bbs.aw-ol.com/post/6006</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/6006</guid><dc:creator><![CDATA[aozima]]></dc:creator><pubDate>Mon, 18 Apr 2022 08:06:37 GMT</pubDate></item><item><title><![CDATA[Reply to 谁跑过D1a的core_mark分数吗,我这里有T113的跑分,想来对比下 on Mon, 18 Apr 2022 08:06:19 GMT]]></title><description><![CDATA[<p dir="auto">A7 大概1.6个DMIPS/MHZ,平均下来每个clk执行1.6条指令，和谷歌标称的A7 1.9 DMIPS/Mhz差别不大，中间可能有编译器优化，运行环境不同引入的差别。</p>
]]></description><link>https://bbs.aw-ol.com/post/6005</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/6005</guid><dc:creator><![CDATA[caozilong]]></dc:creator><pubDate>Mon, 18 Apr 2022 08:06:19 GMT</pubDate></item></channel></rss>