*** Venemo has joined #maemo | 00:07 | |
kerio | DocScrutinizer05: what if i'm doing numerical analysis :< | 00:07 |
---|---|---|
kerio | well i don't use float32 | 00:07 |
kerio | only poor people do that | 00:07 |
DocScrutinizer05 | sorry, I can't take you serious. You got to know what datatype you need for which problem to solve. I just can say that floats of all kinds more often than not are used out of mere laziness or incompetence, and then impose a massive workload on CPU/FPU for no reason, while same time usually even introducing errors to your algo since many coders don't grok that you never compare floats for equality | 00:10 |
*** parazyd has quit IRC | 00:13 | |
*** Trizt has quit IRC | 00:14 | |
*** luke-jr has quit IRC | 00:14 | |
*** luke-jr has joined #maemo | 00:14 | |
*** Trizt has joined #maemo | 00:15 | |
*** parazyd has joined #maemo | 00:15 | |
kerio | well if you're doing any differential equation solving you want floats of some kind | 00:17 |
kerio | and it's almost always doubles if you're running on a cpu or float32 if you're coding for a gpu | 00:17 |
kerio | unless you're seriously constrained in space, or something | 00:18 |
DocScrutinizer05 | so? | 00:18 |
kerio | why would anyone actually use floats when dealing with ints, anyway? | 00:19 |
DocScrutinizer05 | huh? | 00:19 |
CatButts | a kind of a vague question | 00:20 |
CatButts | but | 00:20 |
CatButts | rough estimate, how much would be saved in heavy computations when using floats instead of doubles | 00:21 |
DocScrutinizer05 | 355 | 00:21 |
CatButts | I realize this answer depends on the CPU | 00:21 |
*** trumee has quit IRC | 00:21 | |
kerio | CatButts: you save on memory access | 00:22 |
kerio | but you actually *add* overhead on the cpu | 00:22 |
DocScrutinizer05 | and on the actual type of "heavy calculation" | 00:22 |
kerio | unless you're doing vectorized operations perhaps | 00:22 |
kerio | but modern CPUs will actually convert the floats to long doubles to operate on them, internally | 00:22 |
DocScrutinizer05 | OMAP3 is no "modern CPU" | 00:23 |
kerio | yeah i wonder how the FPU operates | 00:23 |
DocScrutinizer05 | slow ;-) | 00:24 |
DocScrutinizer05 | and energy hungry | 00:24 |
kerio | apparently the FPU on the omap3 is optimized for single precision floats | 00:25 |
ShadowJK | I guess it depends on whether you use vfp or neon.. I forget if omap3 has both, but I think it does? | 00:25 |
kerio | ah yes | 00:25 |
kerio | neon is fp32 | 00:25 |
CatButts | where does Cortex A8 stand? | 00:25 |
CatButts | oh | 00:26 |
CatButts | >vf3 | 00:26 |
CatButts | >vfp | 00:26 |
CatButts | >vfp3 | 00:26 |
ShadowJK | And in theory you're able to execute neon and regular arm in parallell, though they share the same decoder | 00:26 |
CatButts | what if I just replace all the float/double math with int and bit magic | 00:27 |
CatButts | hahahahahaha | 00:27 |
kerio | i wonder what's going to be the first portable device with a nvidia pascal gpu | 00:35 |
DocScrutinizer05 | then your calculations will speed up significantly | 00:35 |
ShadowJK | a laptop, for certain definitions of "portable" | 00:35 |
ShadowJK | Pascal will show up in tegra too eventually, though nobody is using Tegra for portable devices anymore | 00:35 |
CatButts | so you're telling me to go ahead with replacing float math with int math and bit magic? | 00:35 |
DocScrutinizer05 | hi ShadowJK, long time no see | 00:36 |
ShadowJK | hello | 00:36 |
kerio | i want a lappy with a desktop gtx 1080 :< | 00:36 |
CatButts | uhllo | 00:36 |
ShadowJK | I have a laptop with the equivalent of desktop gtx 970 | 00:36 |
ShadowJK | (gtx 980m) | 00:36 |
kerio | DocScrutinizer05: 7W when idling is totally fine right | 00:36 |
ShadowJK | kerio, they made laptops with desktop gtx 980, so why not :) | 00:37 |
DocScrutinizer05 | kerio: please don't ask me such questions that nobody can answer | 00:37 |
kerio | ShadowJK: surely the equivalent of a desktop gtx 970 is a gtx 970 | 00:37 |
kerio | which is a thing that they did put in laptops | 00:37 |
DocScrutinizer05 | for a Boing 747 a 7W in idling are great | 00:37 |
kerio | and it's only 173W average when on load | 00:38 |
ShadowJK | My house idles at about 150W | 00:38 |
DocScrutinizer05 | for your average car it's probably already on the heavy side | 00:38 |
kerio | oh so slightly less than a gtx 1080 :D | 00:38 |
kerio | surely we can fit a gtx 1080 in the neo900 somehow | 00:38 |
DocScrutinizer05 | I'd rather try to fit 3 Neo900 into a GTX1080 | 00:39 |
kerio | a gtx 1080 can probably emulate 3 neo900s | 00:39 |
DocScrutinizer05 | not probably | 00:40 |
kerio | well, gpus are pretty bad at normal computing stuff | 00:40 |
DocScrutinizer05 | nope, that depends | 00:40 |
kerio | and you've got a bunch of different processors running at different clock speeds | 00:40 |
kerio | emulating a super nintendo *accurately* takes about 3ghz of a normal modern CPU :D | 00:40 |
kerio | but yeah a gtx 1080 can probably bruteforce the shit out of an omap3 emulator and get out fine | 00:42 |
DocScrutinizer05 | >>install base obviously<<? | 00:43 |
*** trumee has joined #maemo | 01:24 | |
*** Valle_ has quit IRC | 01:44 | |
*** githogori has quit IRC | 02:07 | |
*** drrz has quit IRC | 02:14 | |
*** Pali has quit IRC | 03:12 | |
*** githogori has joined #maemo | 03:17 | |
*** florian has quit IRC | 03:22 | |
*** M4rtinK has quit IRC | 04:12 | |
*** eMHa has joined #maemo | 04:43 | |
*** eMHa__ has quit IRC | 04:46 | |
*** Defiant has quit IRC | 04:49 | |
*** Defiant has joined #maemo | 04:50 | |
*** geaaru has quit IRC | 04:52 | |
*** cyphase has quit IRC | 05:53 | |
*** cyphase has joined #maemo | 05:58 | |
*** lxp has joined #maemo | 06:01 | |
*** lxp1 has quit IRC | 06:04 | |
*** shamus has quit IRC | 06:56 | |
*** shamus has joined #maemo | 06:57 | |
*** DocScrutinizer05 has quit IRC | 07:01 | |
*** DocScrutinizer05 has joined #maemo | 07:01 | |
*** LauRoman|Alt has joined #maemo | 07:17 | |
*** LauRoman has quit IRC | 07:20 | |
*** pagurus` has joined #maemo | 07:22 | |
*** pagurus` has joined #maemo | 07:22 | |
*** pagurus` has quit IRC | 07:24 | |
*** pagurus has quit IRC | 07:24 | |
*** pagurus` has joined #maemo | 07:25 | |
*** Venusaur has quit IRC | 07:39 | |
*** Venusaur has joined #maemo | 07:56 | |
KotCzarny | kerio: even old thinkpads could take pcie card in a dock :P | 08:03 |
KotCzarny | and there are generic external solutions too | 08:04 |
KotCzarny | https://www.amazon.com/Laptop-External-PCI-Graphics-Card/dp/B00Q4VMLF6 | 08:06 |
KotCzarny | he he | 08:06 |
CatButts | >6 new from $62.00 | 08:07 |
CatButts | >1 used from $119.99 | 08:07 |
CatButts | discrepancy much? | 08:08 |
KotCzarny | just an example, there are different takes on that, if your lappy has thunderbolt its better to use those | 08:08 |
KotCzarny | i wonder how big em noise this thing would produce | 08:09 |
*** cyphase has quit IRC | 08:23 | |
*** cyphase has joined #maemo | 08:28 | |
*** SpeedEvil has quit IRC | 08:35 | |
*** RedM has joined #maemo | 09:22 | |
*** RedW has quit IRC | 09:22 | |
kerio | KotCzarny: the razer core actually charges the laptop and has an internal power supply | 09:26 |
kerio | because usb C | 09:26 |
KotCzarny | only if your laptop supports charging via usb | 09:36 |
*** LauRoman has joined #maemo | 09:46 | |
kerio | usb c is amazing :3 | 09:47 |
CatButts | keri-on, my wayward son | 09:56 |
CatButts | there will be peace when you are done | 09:56 |
CatButts | https://www.youtube.com/watch?v=9pS5xzOWbwo | 09:56 |
CatButts | while I'm at it, might as well post https://www.youtube.com/watch?v=baExq6xNhQ8 | 10:03 |
*** Valle_ has joined #maemo | 10:09 | |
*** louisdk has joined #maemo | 10:48 | |
*** LauRoman has quit IRC | 10:55 | |
*** LauRoman has joined #maemo | 10:56 | |
Defiant | hmm strange. Just soldered the usb connect tor the n900. The connecttor is fine, so are the connections on the mainboard it seems. Jet charging failed | 10:59 |
*** LauRoman has quit IRC | 12:04 | |
*** louisdk has quit IRC | 12:37 | |
*** L29Ah has left #maemo | 12:54 | |
*** shentey has joined #maemo | 13:01 | |
*** florian has joined #maemo | 13:09 | |
*** Pali has joined #maemo | 13:09 | |
*** L29Ah has joined #maemo | 13:10 | |
*** BitEvil has joined #maemo | 13:49 | |
*** Oksanaa has joined #maemo | 14:36 | |
*** ced117 has quit IRC | 14:50 | |
*** M4rtinK has joined #maemo | 14:59 | |
*** shentey_ has joined #maemo | 15:04 | |
*** ced117 has joined #maemo | 15:04 | |
*** shentey_ has quit IRC | 15:15 | |
*** Valle_ has quit IRC | 15:15 | |
*** shentey has quit IRC | 15:20 | |
*** Valle_ has joined #maemo | 15:29 | |
*** Valle_ has quit IRC | 15:57 | |
*** Valle_ has joined #maemo | 16:00 | |
*** Oksanaa has quit IRC | 16:01 | |
*** BitEvil is now known as SpeedEvil | 16:09 | |
*** Venemo has quit IRC | 16:39 | |
*** Oksanaa has joined #maemo | 17:13 | |
Oksanaa | gucharmap should be maemonised. Probably, forked... First, moving desktop shortcut. Second, making menu smaller: file->close is redundant, help->contents is useless, find->next and find->previous are redundant as well. And where is icon?.. | 17:25 |
*** M4rtinK has quit IRC | 18:03 | |
*** Valle_ has quit IRC | 18:23 | |
*** krnlyng has quit IRC | 18:38 | |
*** Oksanaa has quit IRC | 18:48 | |
*** krnlyng has joined #maemo | 18:50 | |
*** cyphase has quit IRC | 18:57 | |
*** cyphase has joined #maemo | 19:01 | |
*** shentey has joined #maemo | 19:41 | |
*** shentey has quit IRC | 19:55 | |
*** Oksanaa has joined #maemo | 20:32 | |
*** Tenhi has joined #maemo | 20:41 | |
*** Tenhi has quit IRC | 20:43 | |
*** Valle_ has joined #maemo | 21:26 | |
*** Sicelo009N has joined #maemo | 21:30 | |
*** Valle_ has quit IRC | 21:52 | |
*** M4rtinK has joined #maemo | 22:10 | |
*** AndrewX192 has quit IRC | 22:21 | |
*** AndrewX192 has joined #maemo | 22:25 | |
*** Valle_ has joined #maemo | 22:34 | |
*** xes_ has joined #maemo | 22:48 | |
*** xes has quit IRC | 22:51 | |
*** N-Mi has quit IRC | 23:09 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!