Bitcoin Forum
April 18, 2024, 09:57:30 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [REMOVED]  (Read 1046 times)
losh11 (OP)
Full Member
***
Offline Offline

Activity: 299
Merit: 100



View Profile
September 25, 2013, 11:20:24 PM
Last edit: February 16, 2014, 12:12:32 AM by losh11
 #1

[REMOVED]
1713434250
Hero Member
*
Offline Offline

Posts: 1713434250

View Profile Personal Message (Offline)

Ignore
1713434250
Reply with quote  #2

1713434250
Report to moderator
1713434250
Hero Member
*
Offline Offline

Posts: 1713434250

View Profile Personal Message (Offline)

Ignore
1713434250
Reply with quote  #2

1713434250
Report to moderator
1713434250
Hero Member
*
Offline Offline

Posts: 1713434250

View Profile Personal Message (Offline)

Ignore
1713434250
Reply with quote  #2

1713434250
Report to moderator
"This isn't the kind of software where we can leave so many unresolved bugs that we need a tracker for them." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
tytanick
Legendary
*
Offline Offline

Activity: 2660
Merit: 1096


Simplemining.net Admin


View Profile WWW
September 25, 2013, 11:28:50 PM
 #2

if i am correct, openCL is extension that only works on gpu, .
cpu dont need that extension because it nativly supports all operations.
if you want gpu to make calculations, then you will eed openCL Smiley
so cpu and openCL ? wtf ... nooo Smiley

Manage your GPU farm the easy way with Mining OS (30 days free):  SimpleMining.net
Support available at Discord: https://simplemining.net/page/discord and admin@simplemining.net
Bitcointalk thread: https://bitcointalk.org/index.php?topic=1541084.0
atavacron
Full Member
***
Offline Offline

Activity: 224
Merit: 100


The definition of insanity is doing the same thing


View Profile
September 26, 2013, 12:24:38 AM
 #3

If I understand Intel correctly it does appear that you can run OpenCL on Intel® Core™ Processors.  It might be an interesting project but I wouldn't bet on it beating a GPU, that is unless you had a server farm and a wad of cash for power.

Intel® SDK for OpenCL* Applications 2013
http://software.intel.com/en-us/vcsource/tools/opencl-sdk



 
ssvb
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
September 26, 2013, 12:49:09 PM
 #4

Good luck trying to beat cpuminer when you are hindered by an extra abstraction layer and can't use assembly instructions directly Smiley
Dipnoi
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
September 26, 2013, 01:23:38 PM
 #5

Good luck trying to beat cpuminer when you are hindered by an extra abstraction layer and can't use assembly instructions directly Smiley
I agree. Also a GPU will always be faster, unless you have something like a Xeon Phi.
3gghead
Newbie
*
Offline Offline

Activity: 9
Merit: 0



View Profile
December 15, 2013, 02:33:21 AM
 #6

There's no reason to force a choice between CPU and GPU and opencl is likely the best choice for scheduling and partitioning the work.  A couple CPU cores could be used to pre-initialize the initial work state before being queued for hashing in a GPU command queue.  If it's a CPU-only kernel, you can still make use of calls to inline-assembly in the host program for the opencl kernel(s) if you want (and can do better than SSEx optimization).  Have fun with it.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!