
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I can't get the cursor out of the code insertion for some reason. And if I quote someone, the same thing happens. Is this a bug in the forum?
With your hardware it's almost clear, you only have the host being an OpenCL device. On the other hand, it is strange where such a high result came from earlier (p. 51):
I can't get the cursor out of the code insertion for some reason. And if I quote someone, the same thing happens. Is this a forum bug?
That's how you interpret it. You may think it's a bug. It all depends on the task :))
You must be pasting code in the last available line. I try to take care of that at least one line below the place of insertion.
Because if I yawn, I have to switch to html-format and add <br> at the very end (it always works by itself... :)
P.S. Of course, it's possible that device = 0 in your case corresponds to something other than CPU. Well then experiment (from 0 to 3). The longest GPU time should correspond to CPU naked, i.e. host.
I have device=0 unambiguously CPU, CPU OpenCL device=1
I'll post the test now. It counts for now.
Because if I yawn I have to switch to html-format and add at the very end <br> (That always works itself... :)
Well I have Opera, now I purposely tried it, deleted last <br> in html, and then in "visuals" down arrow all the way and wrote a message.
So it's not a bug but a feature ).PS: In your test one core is working not four.
1. I've been on Win 7 x64 for a long time now and I'm not complaining. In the beginning I was clinging to XP x32 too. My brother and I cooperate mutually: I encouraged him to upgrade the hardware and he encouraged me to upgrade the operating system.
2. Sure, it's one thing, who can argue with that. But it's on the slowest computations - on CPUs without OpenCL.
And with OpenCL all cores are loaded to 100% (if on host).
Yes, interesting. But if there is only one device, it is always the host (CPU); there is nothing else to count on.
Yeah, MD, you're not doing so well on a bare CPU. Intel's all over the place, though...
Oh, come on, you've got a great graphics card.
Well I have Opera, now specifically tried it, removed the last <br> in html, and then in the "visual" arrow down to the end and wrote the message.
So it's not a runaway but a bug ).It turns out that in html code you can write the first word at the end, then when you switch it is displayed outside the frame.
Huh.
Here are your results:
The line highlighted in red (fifth) shows single-core calculations, not a hint of OpenCL there.
The line highlighted in blue (second) shows that my calculations are done on all cores (look it up yourself, I have already checked it both on my dual-core and quad-core i3-2120), as there is intense code optimization on vector instructions SSEx.