Jump to content
HWBOT Community Forums

Recommended Posts

Posted

Ran the Legacy 2.1 on an X38 motherboard with 7 32 and a GTX 280 (driver 341.44) with software as instructed without luck, CUDA or GPU. Possible to old in the 200 series?

 

Like the big red X.

Posted

Hi !

 

I want to gpupi a Pentium G620 on a Windows XP 32 bits SP3.

 

AMD APP SDK don't support XP, and with Intel Runtime 15.1, i have an "OpenCL.dll not found"-like error.

I searched in the file system for the dll but didn't find it.

 

What driver can work with XP ?

Posted
Hi !

 

I want to gpupi a Pentium G620 on a Windows XP 32 bits SP3.

 

AMD APP SDK don't support XP, and with Intel Runtime 15.1, i have an "OpenCL.dll not found"-like error.

I searched in the file system for the dll but didn't find it.

 

What driver can work with XP ?

 

Don't use xp instead use Win 7/8 64bit and AMD OpenCL 2.0 driver's you will see a huge benefit

Posted

Intel's OpenCL driver never supported XP, only Vista and above. And the latest versions will only work on Windows 7/8.

 

There are a few Catalyst drivers for XP that should work. Take a look here (left side, will need a user account). There are also a few old AMD APP SDK versions with XP support, search the web for it.

 

I would suggest to run Windows 7, plugin and AMD card and install the latest Catalyst with OpenCL 2.0 support. It should give you the best scores. Seems like NVIDIA is the only vendor that has their latest drivers XP ready, even though it's inoffical and can not be found on nvidia.com/geforce.com.

Posted

I know about 7/64 bits/AMD and other stuffs, but it's on my working PC so i can't just reinstall an OS for that.

 

Anyway, i'll check about old Catalyst, thx Mat ;)

Posted
mat plz chek the name of the xeon x5690 cpu.

its also no match whit the database.

What's the exact displayed name in the device selection tree? With this information I can fix it. Thanks for your report. :)
Posted

This is because the CPU string provided by GPUPI for the submission had not yet been linked to the hardware database. This is fixed now for the E5504, so the submission process should be seamless now.

Posted (edited)
This is because the CPU string provided by GPUPI for the submission had not yet been linked to the hardware database. This is fixed now for the E5504, so the submission process should be seamless now.

 

thx ,whil try it agen after the e5606 cpu

and this cpu give the same api message.

sorry for the extra work i gave you all :)

Edited by skulstation
Posted
Looks very close to my implementation. :D

 

Thanks mate!

 

Np, forgot about:

 

if (result.contains("i5 M", Qt::CaseSensitive)==true){

result.replace("i5 M","i5",Qt::CaseSensitive);

result.append("M");

}

 

if (result.contains("i7 Q", Qt::CaseSensitive)==true){

result.replace("i7 Q","i7",Qt::CaseSensitive);

result.append("QM");

}

 

if (result.contains("Desktop_4740", Qt::CaseSensitive)==true){

result = "AMD FX-9590 (ES)"; //http://i.imgur.com/dzNno6q.png

}

 

thx ,whil try it agen after the e5606 cpu

and this cpu give the same api message.

sorry for the extra work i gave you all :)

 

E5606 added.

Posted (edited)

thx,and can replay whit a ok it works :)

now swapping back to the e5504

 

edit.

i found an other problem whit the e5504.

i submit a dual setup but its was plaset as singel setup.

did need to edit it to dual setup

Edited by skulstation
Posted

just for the fun i tried a combination whit the xeon x5690 and a xeon e5606.

system boots , 2 cpu's detected but bleu screen in windows.

i know its possibel to mix cpu's take a look at the 10x cpu wprime.but my be not a X whit a E version

Posted
i found an other problem whit the e5504.

i submit a dual setup but its was plaset as singel setup.

did need to edit it to dual setup

OpenCL registers multiple cpus as a single device. Nothing much that can be done about that. Be sure to skip the CPU detection when submitting multi socket scores ... or edit the submission afterwards.
Posted
OpenCL registers multiple cpus as a single device. Nothing much that can be done about that. Be sure to skip the CPU detection when submitting multi socket scores ... or edit the submission afterwards.

 

ok thx.

if ther is no fix for it, no problem.whil keep editing when i submit more dual cpu comfiguration.stil need to bench 4 771 cpu's.

and se if my quad socket bord is stil alive or not and bench the 6 opteron's i have.

so tomorow whil be a busy day agen :)

Posted
Be sure to skip the CPU detection when submitting multi socket scores ... or edit the submission afterwards.

 

I think you can find number of physical sockets through WMI as well.

In the Win32_Processor class, loop through each processor and check their SocketDesignation. The number of unique socketdesignation's should be the physical count of processors.

 

In aquamark I've done all the hardware info by porting dmidecode to windows and querying all DMI info, lmk if you're interested.

 

PM me your hipchat/skype/fb or what you're using.

Posted
I think you can find number of physical sockets through WMI as well.

In the Win32_Processor class, loop through each processor and check their SocketDesignation. The number of unique socketdesignation's should be the physical count of processors.

That should do it, thanks. I will put it into GPUPI 2.1.1. :)
  • Crew
Posted

Im not a programmer but, is it possible to detect the highest multi available of the current CPU? Because most results with a modern Intel CPU shows right now no frequency. And users usual dont edit their result afterwards to include it.

Or actual frequency is detected during the benchmark process.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...