Informal Benchmark HW C vs HW D
|
10-15-2018, 08:01 AM
Post: #21
|
|||
|
|||
RE: Informal Benchmark HW C vs HW D
(10-14-2018 09:44 PM)akmon Wrote:(10-13-2018 08:50 AM)CyberAngel Wrote: Time the Inversion ONLY (leave the display out): With eight times the RAM and perhaps a eight times the MatInv speed it's a shame that the G2 crashes. Can anyone try on their phone up to 800, please. |
|||
10-15-2018, 02:01 PM
(This post was last modified: 10-15-2018 02:04 PM by StephenG1CMZ.)
Post: #22
|
|||
|
|||
RE: Informal Benchmark HW C vs HW D
On Android it can reach up to 141 before crashing.
Stephen Lewkowicz (G1CMZ) https://my.numworks.com/python/steveg1cmz |
|||
10-15-2018, 09:16 PM
Post: #23
|
|||
|
|||
RE: Informal Benchmark HW C vs HW D
(10-15-2018 05:52 AM)parisse Wrote:(10-14-2018 09:00 PM)akmon Wrote: I´ve just executed the python mendelbrot program, in G2 version, chronograph on hand. G1: 66 s G2: 16 s Numworks: ? With this code, the program is quite faster, on both models. |
|||
10-15-2018, 09:32 PM
(This post was last modified: 10-16-2018 05:17 AM by akmon.)
Post: #24
|
|||
|
|||
RE: Informal Benchmark HW C vs HW D
(10-15-2018 02:01 PM)StephenG1CMZ Wrote: On Android it can reach up to 141 before crashing. On physical calculators G1 InvMat1(800): makes a warmstart after 25 secs. G2 InvMat1(800): crashes About the example above: In G1 InvMat1(141): average: 2,988s In G2: InvMat1(141): average: 0,21s In G1 InvMat1(142): after a strange error message, average: 3,083s In G2: InvMat1(142): crashes So it confirms that the crashes happens with n>141 hope this data will help to HP team. |
|||
10-15-2018, 11:38 PM
Post: #25
|
|||
|
|||
RE: Informal Benchmark HW C vs HW D
If any size greater than 141 causes a crash, there must be a limit of 20000 elements somewhere, since 141 is IP(SQRT(20000)).
Also an 800 x 800 matrix requires 64 times as much memory as a 100 x 100 matrix, not 8 times. I doubt that any hand-held device could invert an 800 x 800 matrix but I'm prepared to be pleasantly surprised. |
|||
10-16-2018, 12:57 AM
(This post was last modified: 10-21-2018 03:07 PM by Albert Chan.)
Post: #26
|
|||
|
|||
RE: Informal Benchmark HW C vs HW D
(10-15-2018 09:32 PM)akmon Wrote: In G1 I know the inverse were not displayed, but is it any good ? I think it is better for a benchmark do double duty, timing and verifying. Instead of display nothing (but timing), we could add this to InvMat1: err := Mat1 - inv(inv(Mat1)) ; print(dot(err, err)); // dot product, so just 1 (hopefully small) number |
|||
10-16-2018, 05:23 AM
Post: #27
|
|||
|
|||
RE: Informal Benchmark HW C vs HW D
You can do that for matrix inverses (no display, time and check):
a:=ranm(150,150)*0.1:; time(b:=inv(a)); maxnorm(a*b-identity(a)) |
|||
10-21-2018, 02:35 PM
Post: #28
|
|||
|
|||
RE: Informal Benchmark HW C vs HW D
(10-16-2018 05:23 AM)parisse Wrote: You can do that for matrix inverses (no display, time and check): On my Prime (hardware version C) around 3.65 seconds. On the emulator says 0.013 seconds, which seems impossible (7 year old Win7 laptop). Both running latest beta firmware. |
|||
10-21-2018, 03:44 PM
Post: #29
|
|||
|
|||
RE: Informal Benchmark HW C vs HW D
(10-21-2018 02:35 PM)John Keith Wrote:(10-16-2018 05:23 AM)parisse Wrote: You can do that for matrix inverses (no display, time and check): On my Prime (hardware version A around 3.713 seconds. ( Other runs: 3.71 ; 3.723 ; 3.72 ; 3.721 ) On the emulator says 0.024 seconds, which seems impossible (7 year old Win10 laptop). ( Other runs: 0.012 ; 0.0199 ; 0.0187 ; 0.0191 ) Former running 2.0.0.13865, latter running 2.1.14091 beta firmware. AND Xiaomi Mi Max 2 running HP Prime Pro 13443 : time= 0.532 seconds. MIUI 9.6.3.0 Global Stable, Android 7.1.1, patch level 2018-06-01 ( Other runs: 0.461 ; 0.434 ; 0.434 ; 0.425 ) - the duplicate is correct! VPN |
|||
10-21-2018, 06:07 PM
Post: #30
|
|||
|
|||
RE: Informal Benchmark HW C vs HW D
I confirm that inverting a 150x150 float matrices takes about 0.01s on my old laptop (7 years old) with Xcas. The emulator timing is perhaps correct (I don't know how precise it is).
|
|||
11-01-2018, 10:06 PM
Post: #31
|
|||
|
|||
RE: Informal Benchmark HW C vs HW D
(10-15-2018 09:32 PM)akmon Wrote:(10-15-2018 02:01 PM)StephenG1CMZ Wrote: On Android it can reach up to 141 before crashing. After doing the same example with 14181 firmaware, InvMat(142) still crashes, but at least it restarts automatically, not needed to use a clip on its back. Curious, before restarting it warns you: "your unit will reboot in 3 seconds". |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)