Bitcoin Forum
April 30, 2024, 10:39:50 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: 1 2 3 4 [All]
  Print  
Author Topic: Intel HD Graphics  (Read 32161 times)
Liberate (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10


Freedom is Free


View Profile
March 21, 2012, 05:17:46 PM
 #1

I want a full explanation of why you cannot mine on this, other than non opencl comparability(why not)
and any ideas on how to circumvent restrictions and make a miner.

Will code for coins, python c#, php(+html, jss, sql) scripts can also pen testing(not a skid) PM me https://bitcointalk.org/index.php?topic=71889.msg813212#msg813212

BTC: 1X8Uwr6vxtuudvxgPv9SqP2c6omWUC3qn
LTC: LaZ8A9YTHbNiFuhRFdCt7KNRuU2XFPXgfA
It is a common myth that Bitcoin is ruled by a majority of miners. This is not true. Bitcoin miners "vote" on the ordering of transactions, but that's all they do. They can't vote to change the network rules.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714516790
Hero Member
*
Offline Offline

Posts: 1714516790

View Profile Personal Message (Offline)

Ignore
1714516790
Reply with quote  #2

1714516790
Report to moderator
DeathAndTaxes
Donator
Legendary
*
Offline Offline

Activity: 1218
Merit: 1079


Gerald Davis


View Profile
March 21, 2012, 05:19:52 PM
 #2

Intel doesn't provide any OpenCL SDK.  There is no way to "program" the GPU.
kokjo
Legendary
*
Offline Offline

Activity: 1050
Merit: 1000

You are WRONG!


View Profile
March 21, 2012, 05:24:09 PM
 #3

I want a full explanation of why you cannot mine on this, other than non opencl comparability(why not)
and any ideas on how to circumvent restrictions and make a miner.
because its specialized hardware, basically is can only draw lines and circles on the screen, thats why its called a graphics card.
ati and nvidia, have also provided some interface, to use the card to other things then drawing... this is possible becuase much of the stuff on a gpu, is similar to a cpu, except that its much simpler.

"The whole problem with the world is that fools and fanatics are always so certain of themselves and wiser people so full of doubts." -Bertrand Russell
Liberate (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10


Freedom is Free


View Profile
March 21, 2012, 05:26:48 PM
 #4

Thanks for the reply's guys, is the limitation hardware based or could as super assembly coder create some sort of programming interface?

Will code for coins, python c#, php(+html, jss, sql) scripts can also pen testing(not a skid) PM me https://bitcointalk.org/index.php?topic=71889.msg813212#msg813212

BTC: 1X8Uwr6vxtuudvxgPv9SqP2c6omWUC3qn
LTC: LaZ8A9YTHbNiFuhRFdCt7KNRuU2XFPXgfA
DeathAndTaxes
Donator
Legendary
*
Offline Offline

Activity: 1218
Merit: 1079


Gerald Davis


View Profile
March 21, 2012, 05:29:45 PM
 #5

It is both.

1) the hardware has to be capable of being programmed
2) you need an interface.

no super coder is going to program hardware they have no data on. 

A couple thousand coders with specs provided by AMD haven't made OpenCL capable drivers for AMD GPUs.  Doing it in the dark is never going to happen. 

It isn't much loss.  The GPU is beyond worthless.  The cheapest (and I do mean cheapest as in $49 special) AMD graphics card has much higher computation power than Intel's GPUs. 
Liberate (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10


Freedom is Free


View Profile
March 21, 2012, 05:32:01 PM
 #6

It is both.

1) the hardware has to be capable of being programmed
2) you need an interface.

no super coder is going to program hardware they have no data on. 

A couple thousand coders with specs provided by AMD haven't made OpenCL capable drivers for AMD GPUs.  Doing it in the dark is never going to happen. 

It isn't much loss.  The GPU is beyond worthless.  The cheapest (and I do mean cheapest as in $49 special) AMD graphics card has much higher computation power than Intel's GPUs. 
All hope is gone...
Thank you for ending my delusion.

Will code for coins, python c#, php(+html, jss, sql) scripts can also pen testing(not a skid) PM me https://bitcointalk.org/index.php?topic=71889.msg813212#msg813212

BTC: 1X8Uwr6vxtuudvxgPv9SqP2c6omWUC3qn
LTC: LaZ8A9YTHbNiFuhRFdCt7KNRuU2XFPXgfA
doublebuffer
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
March 21, 2012, 07:02:15 PM
 #7

I want a full explanation of why you cannot mine on this, other than non opencl comparability(why not)
and any ideas on how to circumvent restrictions and make a miner.

It's also slow as fuck, right guys?  Even if it could mine, it wouldn't even make a few cents a day....
kokjo
Legendary
*
Offline Offline

Activity: 1050
Merit: 1000

You are WRONG!


View Profile
March 21, 2012, 08:18:40 PM
 #8

I want a full explanation of why you cannot mine on this, other than non opencl comparability(why not)
and any ideas on how to circumvent restrictions and make a miner.

It's also slow as fuck, right guys?  Even if it could mine, it wouldn't even make a few cents a day....
its incomparable, its like comparing a toaster and a spoon. you will not get anything useful of comparing.

"The whole problem with the world is that fools and fanatics are always so certain of themselves and wiser people so full of doubts." -Bertrand Russell
ionbasa
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
March 22, 2012, 01:02:31 AM
 #9

Intel doesn't provide any OpenCL SDK.  There is no way to "program" the GPU.
That's untrue, starting with sandy bridge and up Intel's IGP supports OpenCL.
Their SDK can be downloaded from here:
http://software.intel.com/en-us/articles/vcsource-tools-opencl-sdk/
Liberate (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10


Freedom is Free


View Profile
March 22, 2012, 01:19:04 AM
 #10

Intel doesn't provide any OpenCL SDK.  There is no way to "program" the GPU.
That's untrue, starting with sandy bridge and up Intel's IGP supports OpenCL.
Their SDK can be downloaded from here:
http://software.intel.com/en-us/articles/vcsource-tools-opencl-sdk/
Cant DL right now, but will definitively look at it tomorrow and possible slap something together even if its shit .

Will code for coins, python c#, php(+html, jss, sql) scripts can also pen testing(not a skid) PM me https://bitcointalk.org/index.php?topic=71889.msg813212#msg813212

BTC: 1X8Uwr6vxtuudvxgPv9SqP2c6omWUC3qn
LTC: LaZ8A9YTHbNiFuhRFdCt7KNRuU2XFPXgfA
Littleshop
Legendary
*
Offline Offline

Activity: 1386
Merit: 1003



View Profile WWW
March 22, 2012, 02:22:30 AM
 #11

I am sure someone who knows more could estimate the speed, but if someone went through all of the work with programming just for it, it might do a few times more then a good CPU. 

Manufacturer   Intel

HD Graphics 3000 12@350-1350MHz


Codename   Sandy Bridge
Pipelines   12 - unified
Core Speed *   350-1350 MHz
Shader Speed *   350-1350 MHz
Shared Memory   yes
DirectX   DirectX 10.1, Shader 4.1
technology   32 nm

DeathAndTaxes
Donator
Legendary
*
Offline Offline

Activity: 1218
Merit: 1079


Gerald Davis


View Profile
March 22, 2012, 04:10:32 AM
 #12

Intel doesn't provide any OpenCL SDK.  There is no way to "program" the GPU.
That's untrue, starting with sandy bridge and up Intel's IGP supports OpenCL.
Their SDK can be downloaded from here:
http://software.intel.com/en-us/articles/vcsource-tools-opencl-sdk/

Do you read before you claim things are untrue....

Quote
Hardware Requirements

Intel® OpenCL SDK 1.5 requires support for the Intel® Streaming SIMD Extensions 4.1 (Intel® SSE 4.1) or higher (Intel SSE 4.2, Intel® Advanced Vector Extensions (Intel® AVX)). SDK works on the CPU's which contain support for the required instruction set extensions:

Mobile and Desktop Products:
2nd Generation Intel® Core™ i7 Extreme Processors
2nd Generation Intel® Core™ i7 Processors
2nd Generation Intel® Core™ i5 Processors
2nd Generation Intel® Core™ i3 Processors
Previous Generation Intel® Core™ i7 Extreme Processors
Previous Generation Intel® Core™ i7 Processors
Previous Generation Intel® Core™ i5 Processors
Previous Generation Intel® Core™ i3 Processors
Intel® Core™ 2 Extreme Processor, 9000 series
Intel® Core™ 2 Quad Processor
Intel® Core™ 2 Duo Processor, 8000 series
Intel® Core™ 2 Duo Processor E7200.

Server Products:
Intel® Xeon® Processors, 7500, 7400 series
Intel® Xeon® Processors, 5500 series
Quad-Core Intel® Xeon® Processor 5400, 3300 series
Dual-Core Intel® Xeon® Processor, 5200, 3100 series.

http://software.intel.com/en-us/articles/opencl-release-notes/


See any GPU in there?  Intel has long supported OpenCL on CPU ONLY.  I will wait for your retraction.  If you still don't believe me install the SDK and try to run the samples on an Intel GPU.  No need for a miner to prove it is possible just use their samples.

No intel GPU to date supports OpenCL.  No ifs, and, or buts.  That may change in the future but given the lackluster performance I doubt Intel wants a direct comparison.  They would much rather companies buying $8,000 server CPUs.
Jello
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
March 22, 2012, 10:46:58 AM
 #13

Rumor has it that the upcoming Ivy Bridge IGP will support OpenCL.
"The Ivy Bridge GPU adds support for OpenCL 1.1, DirectX 11 and OpenGL 3.1"
See http://www.anandtech.com/show/4830/intels-ivy-bridge-architecture-exposed/5 for more details.

As for why it's so difficult to mine on IGPs, it's because they weren't designed to compute. AMD and Nvidia specifically gave the hardware computational abilities. That's why you cannot mine with an old ATI 3870 or Geforce 7900GTX. They came out before APP and CUDA.
Liberate (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10


Freedom is Free


View Profile
March 22, 2012, 01:58:50 PM
 #14

Intel doesn't provide any OpenCL SDK.  There is no way to "program" the GPU.
That's untrue, starting with sandy bridge and up Intel's IGP supports OpenCL.
Their SDK can be downloaded from here:
http://software.intel.com/en-us/articles/vcsource-tools-opencl-sdk/

Do you read before you claim things are untrue....

Quote
Hardware Requirements

Intel® OpenCL SDK 1.5 requires support for the Intel® Streaming SIMD Extensions 4.1 (Intel® SSE 4.1) or higher (Intel SSE 4.2, Intel® Advanced Vector Extensions (Intel® AVX)). SDK works on the CPU's which contain support for the required instruction set extensions:

Mobile and Desktop Products:
2nd Generation Intel® Core™ i7 Extreme Processors
2nd Generation Intel® Core™ i7 Processors
2nd Generation Intel® Core™ i5 Processors
2nd Generation Intel® Core™ i3 Processors
Previous Generation Intel® Core™ i7 Extreme Processors
Previous Generation Intel® Core™ i7 Processors
Previous Generation Intel® Core™ i5 Processors
Previous Generation Intel® Core™ i3 Processors
Intel® Core™ 2 Extreme Processor, 9000 series
Intel® Core™ 2 Quad Processor
Intel® Core™ 2 Duo Processor, 8000 series
Intel® Core™ 2 Duo Processor E7200.

Server Products:
Intel® Xeon® Processors, 7500, 7400 series
Intel® Xeon® Processors, 5500 series
Quad-Core Intel® Xeon® Processor 5400, 3300 series
Dual-Core Intel® Xeon® Processor, 5200, 3100 series.

http://software.intel.com/en-us/articles/opencl-release-notes/


See any GPU in there?  Intel has long supported OpenCL on CPU ONLY.  I will wait for your retraction.  If you still don't believe me install the SDK and try to run the samples on an Intel GPU.  No need for a miner to prove it is possible just use their samples.

No intel GPU to date supports OpenCL.  No ifs, and, or buts.  That may change in the future but given the lackluster performance I doubt Intel wants a direct comparison.  They would much rather companies buying $8,000 server CPUs.
I could be wrong here but i think HD graphics is embedded into all of those chips.

Will code for coins, python c#, php(+html, jss, sql) scripts can also pen testing(not a skid) PM me https://bitcointalk.org/index.php?topic=71889.msg813212#msg813212

BTC: 1X8Uwr6vxtuudvxgPv9SqP2c6omWUC3qn
LTC: LaZ8A9YTHbNiFuhRFdCt7KNRuU2XFPXgfA
DeathAndTaxes
Donator
Legendary
*
Offline Offline

Activity: 1218
Merit: 1079


Gerald Davis


View Profile
March 22, 2012, 01:59:32 PM
Last edit: March 22, 2012, 02:21:36 PM by DeathAndTaxes
 #15

You would be wrong. Grin
ionbasa
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
March 22, 2012, 02:19:00 PM
 #16

Intel doesn't provide any OpenCL SDK.  There is no way to "program" the GPU.
That's untrue, starting with sandy bridge and up Intel's IGP supports OpenCL.
Their SDK can be downloaded from here:
http://software.intel.com/en-us/articles/vcsource-tools-opencl-sdk/

Do you read before you claim things are untrue....

Quote
Hardware Requirements

Intel® OpenCL SDK 1.5 requires support for the Intel® Streaming SIMD Extensions 4.1 (Intel® SSE 4.1) or higher (Intel SSE 4.2, Intel® Advanced Vector Extensions (Intel® AVX)). SDK works on the CPU's which contain support for the required instruction set extensions:

Mobile and Desktop Products:
2nd Generation Intel® Core™ i7 Extreme Processors
2nd Generation Intel® Core™ i7 Processors
2nd Generation Intel® Core™ i5 Processors
2nd Generation Intel® Core™ i3 Processors
Previous Generation Intel® Core™ i7 Extreme Processors
Previous Generation Intel® Core™ i7 Processors
Previous Generation Intel® Core™ i5 Processors
Previous Generation Intel® Core™ i3 Processors
Intel® Core™ 2 Extreme Processor, 9000 series
Intel® Core™ 2 Quad Processor
Intel® Core™ 2 Duo Processor, 8000 series
Intel® Core™ 2 Duo Processor E7200.

Server Products:
Intel® Xeon® Processors, 7500, 7400 series
Intel® Xeon® Processors, 5500 series
Quad-Core Intel® Xeon® Processor 5400, 3300 series
Dual-Core Intel® Xeon® Processor, 5200, 3100 series.

http://software.intel.com/en-us/articles/opencl-release-notes/


See any GPU in there?  Intel has long supported OpenCL on CPU ONLY.  I will wait for your retraction.  If you still don't believe me install the SDK and try to run the samples on an Intel GPU.  No need for a miner to prove it is possible just use their samples.

No intel GPU to date supports OpenCL.  No ifs, and, or buts.  That may change in the future but given the lackluster performance I doubt Intel wants a direct comparison.  They would much rather companies buying $8,000 server CPUs.
Im sorry if I was mis-informed in making my claim, but several "white-sheets" from Intel suggests it may be possible.

http://software.intel.com/en-us/articles/introduction-to-intel-opencl-tools/
"There are multiple tools packaged under Intel GPA, for OpenCL we will only use Intel GPA monitor (to collect traces) and Intel GPA Platform Analyzer (to view traces).

Intel GPA Platform Analyzer aligns clocks across all cores to provide uniform timeline for CPU and GPU workloads and running tasks/threads."

Also another interesting find: http://software.intel.com/en-us/forums/showthread.php?t=79766
Intel rep, says it might be possible in the future.

For now all that Intel has said is:
http://software.intel.com/en-us/articles/opencl-sdk-frequently-asked-questions/#9
"11. Will Intel support OpenCL on its new platforms?
Intel will support OpenCL on future tools and platforms. Intel is evaluating when and where OpenCL support will intercept our products, but no announcement has been made."

Again sorry for my mistake, but hopefully OpenCl can be implemented in the near future with Ivy Bridge around the corner.
Vbs
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500


View Profile
March 22, 2012, 03:38:25 PM
 #17

Rumor has it that the upcoming Ivy Bridge IGP will support OpenCL.
"The Ivy Bridge GPU adds support for OpenCL 1.1, DirectX 11 and OpenGL 3.1"
See http://www.anandtech.com/show/4830/intels-ivy-bridge-architecture-exposed/5 for more details.

This.

OpenCL is currently only supported at the CPU level, in Intel CPUs. It will be supported in future on-dye GPUs of Ivy Bridge, but it isn't supported in Sandy Bridge GPUs atm.

Remember that "OpenCL" doesn't mean that it's GPU-only. You can even compile CUDA to run code on CPU, right now.
Dabs
Legendary
*
Offline Offline

Activity: 3416
Merit: 1912


The Concierge of Crypto


View Profile
April 04, 2012, 02:12:15 AM
 #18

Here is my best guess:

1. CPU only = 1-2 mhash
2. Intel HD Graphics = 3-10 mhash
3. ATI video card = 200+  mhash

Until someone comes up with a miner that actually uses Intel HD... My laptop has a T4400, I think it has Intel 4 series graphics. I'll try your miner to see how many hashes I can do. Incidentally, suggest this to the guy making vanitygen.

BlackPrapor
Hero Member
*****
Offline Offline

Activity: 627
Merit: 504



View Profile WWW
April 10, 2012, 09:04:53 AM
 #19

As far as I know, the best use for intel HD is to use it for rendering desktop so the rest of GPUs in the rig are dedicated to mining. But that's only useful if you're using your rig for something other than mining as well.

There is no place like 127.0.0.1
In blockchain we trust
MrTeal
Legendary
*
Offline Offline

Activity: 1274
Merit: 1004


View Profile
April 23, 2012, 08:18:11 PM
 #20

Rumor has it that the upcoming Ivy Bridge IGP will support OpenCL.
"The Ivy Bridge GPU adds support for OpenCL 1.1, DirectX 11 and OpenGL 3.1"
See http://www.anandtech.com/show/4830/intels-ivy-bridge-architecture-exposed/5 for more details.

As for why it's so difficult to mine on IGPs, it's because they weren't designed to compute. AMD and Nvidia specifically gave the hardware computational abilities. That's why you cannot mine with an old ATI 3870 or Geforce 7900GTX. They came out before APP and CUDA.

Well, reviews are up for Ivy Bridge, but it looks like the OpenCL driver is still MIA. It might be awhile before we get any mining benchmarks for Ivy Bridge.

At what point would IB (and Haswell) make CPU mining relevant again? Or, more troubling, would it make botnets that much more dangerous? If IVB was good for 10MH/s and Haswell GT3 was good for 20MH/s, it could really add a new wrinkle to the casual mining market. Even though 10-20MH/s might not be a lot, when you're shipping 150M desktop PCs a year even a small percentage of users mining would make a large impact on the network.
daybyter
Legendary
*
Offline Offline

Activity: 965
Merit: 1000


View Profile
April 24, 2012, 10:58:56 AM
 #21

Has anyone tried yet to run BrookGPU or some GLSL code on Intel HD hardware?

miscreanity
Legendary
*
Offline Offline

Activity: 1316
Merit: 1005


View Profile
April 27, 2012, 03:46:42 AM
 #22

From:
http://software.intel.com/en-us/articles/vcsource-tools-opencl-sdk/

Quote from: Intel
The Intel® SDK for OpenCL* Applications now supports the OpenCL* 1.1 full-profile on 3rd generation Intel® Core™ processors with Intel® HD Graphics 4000/2500. For the first time, OpenCL* developers using Intel® architecture can utilize compute resources across both Intel® Processor and Intel HD Graphics. OpenCL* is seamlessly supported by the Intel® Graphics Drivers.
DeathAndTaxes
Donator
Legendary
*
Offline Offline

Activity: 1218
Merit: 1079


Gerald Davis


View Profile
April 27, 2012, 04:30:00 PM
 #23

Wow.  Nice find.  So Intel is finally getting on board with GPU acceleration.  It likely is very academic but I wonder how much hashing power those crappy integrated GPU have.
P4man
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile
April 27, 2012, 04:58:02 PM
 #24

Could be big... for botnets.

phorensic
Hero Member
*****
Offline Offline

Activity: 630
Merit: 500



View Profile
April 30, 2012, 07:22:28 AM
 #25

I bought a motherboard that supports using the built in Sandy Bridge GPU in parallel with added PCI-E GPU's....just in case I would ever want to use that extra GPU + monitor output.  Well, if someone can get it mining, let me know!  Even 25MH/s is a cool little boost.
Aseras
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


View Profile
April 30, 2012, 03:36:27 PM
 #26

I may try this, just got a new SBE board friday.
phorensic
Hero Member
*****
Offline Offline

Activity: 630
Merit: 500



View Profile
April 30, 2012, 09:58:09 PM
 #27

I think maybe if ckolivas is made aware of this SDK he could pump some code out in a week to get this tested.  Author of cgminer for those of you unaware.
DeathAndTaxes
Donator
Legendary
*
Offline Offline

Activity: 1218
Merit: 1079


Gerald Davis


View Profile
April 30, 2012, 10:48:58 PM
 #28

I think maybe if ckolivas is made aware of this SDK he could pump some code out in a week to get this tested.  Author of cgminer for those of you unaware.

cgminer is simply an engine for running open CL KERNELS.

With Intel OpenCL drivers you could simply use existing kernels however for optimal performance you would want an optimized kernel.
phorensic
Hero Member
*****
Offline Offline

Activity: 630
Merit: 500



View Profile
May 01, 2012, 12:55:54 AM
 #29

OK, then if it already works how do we pass options to cgminer to fire it up?
-ck
Legendary
*
Offline Offline

Activity: 4088
Merit: 1631


Ruu \o/


View Profile WWW
May 01, 2012, 11:47:33 AM
 #30

OK, then if it already works how do we pass options to cgminer to fire it up?
Try: cgminer -n

Should report any SDKs installed and any OpenCL compatible GPUs detected. Presumably the GPUs need drivers that advertise their OpenCL capability.

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
phorensic
Hero Member
*****
Offline Offline

Activity: 630
Merit: 500



View Profile
May 01, 2012, 05:07:19 PM
 #31

I will enable my Sandy Bridge GPU in the BIOS, install drivers, install Lucid Logix bullshit if I have to, install SDK, fiddle and then report if I can get stuff working.  Thanks.
AzN1337c0d3r
Full Member
***
Offline Offline

Activity: 238
Merit: 100

★YoBit.Net★ 350+ Coins Exchange & Dice


View Profile
May 01, 2012, 05:55:00 PM
 #32

I will enable my Sandy Bridge GPU in the BIOS, install drivers, install Lucid Logix bullshit if I have to, install SDK, fiddle and then report if I can get stuff working.  Thanks.

Sandy-Bridge GPU is not OpenCL capable (unless I missed an announcement by Intel)

phorensic
Hero Member
*****
Offline Offline

Activity: 630
Merit: 500



View Profile
May 01, 2012, 06:10:21 PM
 #33

Ah shoot you are right!  This OpenCL SDK only supports Ivy Bridge integrated GPU's (HD 4000/2500).  Dammit!  Well, the SDK is detected in cgminer at least:

Quote
C:\cgminer>cgminer -n
 [2012-05-01 10:55:58] CL Platform 0 vendor: Advanced Micro Devices, Inc.
 [2012-05-01 10:55:58] CL Platform 0 name: AMD Accelerated Parallel Processing
 [2012-05-01 10:55:58] CL Platform 0 version: OpenCL 1.2 AMD-APP (923.1)
 [2012-05-01 10:55:58] Platform 0 devices: 3
 [2012-05-01 10:55:58]  0       Tahiti
 [2012-05-01 10:55:58]  1       Cypress
 [2012-05-01 10:55:58]  2       Cypress
[2012-05-01 10:55:58] CL Platform 1 vendor: Intel(R) Corporation
 [2012-05-01 10:55:58] CL Platform 1 name: Intel(R) OpenCL
 [2012-05-01 10:55:58] CL Platform 1 version: OpenCL 1.1
 [2012-05-01 10:55:58] Platform 1 devices: 0
 [2012-05-01 10:55:59] Failed to ADL_Adapter_ID_Get. Error -1
 [2012-05-01 10:55:59] Failed to ADL_Adapter_ID_Get. Error -1

 [2012-05-01 10:55:59] GPU 0 AMD Radeon HD 7900 Series hardware monitoring enabl
ed
 [2012-05-01 10:55:59] GPU 1 ATI Radeon HD 5800 Series hardware monitoring enabl
ed
 [2012-05-01 10:55:59] GPU 2 ATI Radeon HD 5800 Series hardware monitoring enabl
ed
 [2012-05-01 10:55:59] 3 GPU devices max detected
shivansps
Hero Member
*****
Online Online

Activity: 1134
Merit: 502


Vave.com - Crypto Casino


View Profile
May 03, 2012, 05:11:35 AM
 #34

There is no data on Ivy Bridge OpenCL power yet? i know it should be weak, but it worth a look, Intel does miracles, when Quick Sync performance becomed public, no one could belive it....

P4man
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile
May 03, 2012, 10:26:00 AM
 #35

QuickSync doesnt even use OpenCL or the gpu (as in shaders), its basically a built-in asic for videotranscoding. I find it very easy to believe they achieve that kind of performance.

Blazr
Hero Member
*****
Offline Offline

Activity: 882
Merit: 1005



View Profile
May 03, 2012, 10:29:23 AM
 #36

Here is my best guess:
2. Intel HD Graphics = 3-10 mhash

That seems a bit optimistic IMO. I'm guessing it would be around 500khash.

-ck
Legendary
*
Offline Offline

Activity: 4088
Merit: 1631


Ruu \o/


View Profile WWW
May 03, 2012, 10:32:41 AM
 #37

Here is my best guess:
2. Intel HD Graphics = 3-10 mhash

That seems a bit optimistic IMO. I'm guessing it would be around 500khash.
LOL, you may be the first person to estimate even less than I would have.

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
Blazr
Hero Member
*****
Offline Offline

Activity: 882
Merit: 1005



View Profile
May 03, 2012, 03:52:21 PM
 #38

LOL, you may be the first person to estimate even less than I would have.

It only has 16 stream processors, and the 5830 has 1600 stream processors.

My CPU has 64 stream processors (or can do 64 parallel computations) and I only get ~7Mhash, I'd be surprised if the Intel HD got over 5 Mhash.

miscreanity
Legendary
*
Offline Offline

Activity: 1316
Merit: 1005


View Profile
May 03, 2012, 08:26:28 PM
 #39

LOL, you may be the first person to estimate even less than I would have.

It only has 16 stream processors, and the 5830 has 1600 stream processors.

My CPU has 64 stream processors (or can do 64 parallel computations) and I only get ~7Mhash, I'd be surprised if the Intel HD got over 5 Mhash.

Are Intel's "Execution Units" directly comparable to AMD's "Stream Processors"? I'd be more curious to see what the power consumption will be for the respective hash rate.
MrTeal
Legendary
*
Offline Offline

Activity: 1274
Merit: 1004


View Profile
May 03, 2012, 08:38:22 PM
 #40

LOL, you may be the first person to estimate even less than I would have.

It only has 16 stream processors, and the 5830 has 1600 stream processors.

My CPU has 64 stream processors (or can do 64 parallel computations) and I only get ~7Mhash, I'd be surprised if the Intel HD got over 5 Mhash.

Are Intel's "Execution Units" directly comparable to AMD's "Stream Processors"? I'd be more curious to see what the power consumption will be for the respective hash rate.

That's the million BTC question. You can look at the performance data from the 680 to see that a new CUDA core isn't comparable to at VLIW5 SP, so we likely won't know until someone tests it if they are comparable.
If one EU does equal one VLIW5 SP (and assuming they can run at the 1.15GHz boost rate all the time), you'd expect to see about 5MH/s out of HD4000. The 5830 only has 1120 SPs, btw.
shivansps
Hero Member
*****
Online Online

Activity: 1134
Merit: 502


Vave.com - Crypto Casino


View Profile
May 03, 2012, 10:25:13 PM
 #41

We dont know!

Some reviews shows up that DirectCompute performance is well over than an AMD A8, its not the same than OpenCL performance, OK, but someone needs to try it out.

pla
Member
**
Offline Offline

Activity: 65
Merit: 10


View Profile
May 04, 2012, 02:07:45 AM
 #42

A couple thousand coders with specs provided by AMD haven't made OpenCL capable drivers for AMD GPUs.  Doing it in the dark is never going to happen. 

Just a peeve here - We had coders "tricking" GPUs into running semi-arbitrary code considerably faster than CPUs by writing it as custom shader routines, years before OpenCL hit the scene (Google for "GLSL" or "Cg").  So yes, the possibility does exist of mining on a completely non-CL-supporting platform.

That said, shaders (at least back then) had a fairly limited set of available operations they could do (mostly linear algebraic transforms on single or half precision floats, not bitwise ops on integers), and an incredibly small stack space (on the order of 256 bytes) - Good luck implementing SHA256 under those conditions.    Grin

I don't beg - If I do something to deserve your BTC, you can find my address on the invoice.  Wink
shivansps
Hero Member
*****
Online Online

Activity: 1134
Merit: 502


Vave.com - Crypto Casino


View Profile
May 05, 2012, 05:26:13 AM
 #43

Just found this...

http://www.chw.net/2012/04/llano-vs-ivy-bridge-duelo-en-opencl/

in spanish.

Quote
QJulia 4D demo, 600×600 (ventana):

Intel Ivy Bridge HD 4000 OpenCL GPU: 35 FPS
Intel Ivy Bridge OpenCL CPU: 15 FPS
AMD A8-3850 IGP Radeon HD 6550D: 55 FPS (entre 45 a 68)
AMD A8-3850 CPU: 7 FPS (entre 6 a 8 )
AMD E-240 IGP Radeon HD 6310: 13 FPS (entre 12 a 15)
AMD E-240 CPU: 1 FPS
Nvidia Geforce GTX 680: 200 FPS

PostFX demo, 600×600 (ventana):
Intel Ivy Bridge HD 4000 OpenCL GPU: 20 FPS
Intel Ivy Bridge OpenCL CPU: 5 FPS
AMD A8-3850 IGP Radeon HD 6550D: 24 FPS
AMD A8-3850 CPU: 4 FPS
AMD E-240 IGP Radeon HD 6310: 5 FPS
AMD E-240 CPU: 1 FPS
Nvidia Geforce GTX 680: 120 FPS

bitpop
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
March 27, 2013, 09:32:32 AM
 #44

Did anyone get this working? I'd like to mine on my Intel hd 4000 cpu while waiting for bfl.

bitpop
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
March 27, 2013, 09:43:53 AM
 #45

My ivy bridge hd 4000 should have opencl now

Redi
Newbie
*
Offline Offline

Activity: 14
Merit: 0



View Profile
March 27, 2013, 09:54:51 AM
 #46

Intel 4000 can do OpenCL. In fact I'm mining on it right now Wink with 1150MHz you can get about 12MH/s with ~8W power consumption, unfortunately my GPU in that ultrabook is throttling so I get about 10MH/s with ~5W power consumption of the GPU.
Also, it only works under M$ Winsh!t Vista/7 since the OpenCL support for Linux was put on hold.

Hope it helps Wink
bitpop
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
March 27, 2013, 10:05:10 AM
 #47

Tell me! I tried both 32 and 64 sdk and cgminer can't find cl devices :/

Redi
Newbie
*
Offline Offline

Activity: 14
Merit: 0



View Profile
March 27, 2013, 10:12:52 AM
 #48

Tell me! I tried both 32 and 64 sdk and cgminer can't find cl devices :/
Hmm, I have small Win7 SP1 32bit partion only for mining. You need 9.17.10.2792 GPU driver from Intel and I currently use the 2013 BETA OpenCL SDK (You need the same arch as your Win is eg 32bit OpenCL for 32bit Win), then I just downloaded the precompiled CGMiner (don't want to compile on Winblows Cheesy BTW 2.11.3 it is) and started the app. Dunno why it doesn't work on your PC  Huh
bitpop
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
March 27, 2013, 10:15:16 AM
 #49

I'll keep trying. Wasn't sure whether arch needs to match os or app. I also have driver issues with Windows server 2012.

Redi
Newbie
*
Offline Offline

Activity: 14
Merit: 0



View Profile
March 27, 2013, 10:25:26 AM
 #50

I'll keep trying. Wasn't sure whether arch needs to match os or app. I also have driver issues with Windows server 2012.
Who doesn't have issues with Windows? Cheesy
Best would be to use Linux everywhere, but since the dev who worked on OpenSource OpenCL with Intel GPU left the company there is only little hope...

BTW why not use the same arch for all? 64bit Win + 64bit SDK + 64bit app?
bitpop
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
March 28, 2013, 03:41:18 AM
 #51

Got it working! My i7-3770 hd 4000 does 12mh/s. Thanks!

There is no cgminer x64 is there?

I forget how bad cpu mining is and can't really test it any more. But is 12mh/s much better than cpu mining? I miss mining and have been waiting for so long for bfl so this will be fun for a while.

bitpop
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
March 28, 2013, 04:07:05 AM
 #52

Can anyone tell me cpu only mining speed of a i7-3770? Wanna make sure gpu mining is worthwhile and whether to try to add cpu mining. I don't think 12mh/s is bad for a "free" gpu though. Just not sure if it's any faster than cpu only.

vapourminer
Legendary
*
Offline Offline

Activity: 4312
Merit: 3518


what is this "brake pedal" you speak of?


View Profile
March 28, 2013, 10:41:49 AM
 #53

Can anyone tell me cpu only mining speed of a i7-3770? Wanna make sure gpu mining is worthwhile and whether to try to add cpu mining. I don't think 12mh/s is bad for a "free" gpu though. Just not sure if it's any faster than cpu only.

check here

https://en.bitcoin.it/wiki/Mining_hardware_comparison#Intel

I think its 5 or 6 mhs. at what, ~70 watts?

vs 12 mh/s @ ~5 watts
bitpop
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
March 28, 2013, 11:13:37 AM
 #54

Yeah amazing, mines using exactly 5.9w

bitpop
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
March 28, 2013, 11:28:53 AM
 #55

If someone made us an optimized ocl kernel we could probably push a few more mhs :-)

Redi
Newbie
*
Offline Offline

Activity: 14
Merit: 0



View Profile
March 28, 2013, 11:58:30 AM
 #56

That would be great IMHO. I know that this GPU is extremely low-end, but since I have free electricity and since I'm on that ultrabook almost all the time I like to use it Smiley
bitpop
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
March 28, 2013, 12:01:15 PM
 #57

My home server is always on too. You're lucky you get the same performance ;-)

shivansps
Hero Member
*****
Online Online

Activity: 1134
Merit: 502


Vave.com - Crypto Casino


View Profile
June 07, 2013, 04:52:21 PM
 #58

Any numbers on Haswell HD4600? it seems to wipe the floor with the 7660D on OpenCL performance...

Herp-a-derp
Sr. Member
****
Offline Offline

Activity: 630
Merit: 250



View Profile
June 07, 2013, 05:41:09 PM
Last edit: June 07, 2013, 07:06:11 PM by Herp-a-derp
 #59

My ivy bridge hd 4000 should have opencl now

I have one of these on my laptop and the Bitminter client mines on it, slowly  Grin:

Edit: Before anyone asks, no I don't mine on my laptop, I downloaded the client simply to see what it looked like and was surprised to see the Intel HD device available.

derr777
Member
**
Offline Offline

Activity: 87
Merit: 10


View Profile
June 07, 2013, 08:50:58 PM
 #60

bitpop:  to answer some of your questions.. I have a similar chip and get about 12Mh/s on the Intel 4000 and 27Mh/s using all cores of the 3770, slightly over clocked.

If you want to play with it, I use minerd.exe, which I can't remember where I found, hehe.  I also use a mining_proxy locally to accept its work and translate it to stratum, since it only supports getwork.

So, basically, if you want the machine to do nothing else, that cpu/gpu can do about 39mh/s at considerable wattage (havent measured, because I don't mine with it, but maxing the cores of that chip is going to easily be over 100w.)

donations; BTC: 1KN24ZhL3PW1Rq5f48PAaEdyv4iKHdUXnr
LTC: LTyKRd9dCtKDAxUo41k2ZShuMfzkzhxc2V
bitpop
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
June 08, 2013, 05:44:14 AM
 #61

No way, the 3770 cpu is faster than a hd 400 gpu? I thought the worst gpu kills the best cpu. Oh well I stopped the hd 4000. I finally got some lancelots and didn't want to shorten the 3770s life.

-ck
Legendary
*
Offline Offline

Activity: 4088
Merit: 1631


Ruu \o/


View Profile WWW
June 08, 2013, 09:30:35 AM
 #62

No way, the 3770 cpu is faster than a hd 400 gpu? I thought the worst gpu kills the best cpu. Oh well I stopped the hd 4000. I finally got some lancelots and didn't want to shorten the 3770s life.
Heh, now you know better... The worst AMD GPU is better than the best CPU. The same is not true for intel GPUs, or even Nvidia (to a lesser extent with the 210 for example). Intel GPUs are a token gesture with adequate graphics for most normal people; they are hopeless for any high performance application, including opencl.

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
bitpop
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
June 08, 2013, 10:04:27 AM
 #63

So cpu mining isn't that bad
I was wasting hd 4000 because i couldn't cpu mine on the 3770 Wink
But then again the hd 4000 took 5 watts, not 75

Gabi
Legendary
*
Offline Offline

Activity: 1148
Merit: 1008


If you want to walk on water, get out of the boat


View Profile
June 08, 2013, 10:50:21 AM
 #64

A couple thousand coders with specs provided by AMD haven't made OpenCL capable drivers for AMD GPUs.  Doing it in the dark is never going to happen. 

Just a peeve here - We had coders "tricking" GPUs into running semi-arbitrary code considerably faster than CPUs by writing it as custom shader routines, years before OpenCL hit the scene (Google for "GLSL" or "Cg").  So yes, the possibility does exist of mining on a completely non-CL-supporting platform.

That said, shaders (at least back then) had a fairly limited set of available operations they could do (mostly linear algebraic transforms on single or half precision floats, not bitwise ops on integers), and an incredibly small stack space (on the order of 256 bytes) - Good luck implementing SHA256 under those conditions.    Grin
+1
Folding@Home made a client for ATI 1900 cards wich ran on DirectX 9. Yup, science computing on DirectX 9.

Back then OpenCL didn't even exist, not even CAL (CAL is like CUDA for ATI, supported since ATI 2000 if i am right)  Cheesy

PeeJWeeJ
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
June 08, 2013, 11:30:41 PM
 #65

My intel 3820-E is putting out 50 Kh/s, so yes, there are CPUs that can do better than some low end (< $100) GPUs.

Is it more price efficient? No.
bitpop
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
June 09, 2013, 10:56:04 AM
 #66

mhs or khs? if it's khs then yeah any gpu would do better. I have a 5 year old nvidia that does 3 mhs

haseeb_33
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
December 29, 2017, 05:09:50 PM
 #67

My intel 3820-E is putting out 50 Kh/s, so yes, there are CPUs that can do better than some low end (< $100) GPUs.

Is it more price efficient? No.

Can you please tell us how did youdo it?
fanatic26
Hero Member
*****
Offline Offline

Activity: 756
Merit: 560


View Profile
December 29, 2017, 05:17:41 PM
 #68

Can you please tell us how did youdo it?


Might want to read the dates on the thread before asking for 4 year old information

Stop buying industrial miners, running them at home, and then complaining about the noise.
Pages: 1 2 3 4 [All]
  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!