skulstation Posted April 28, 2015 Posted April 28, 2015 is it possibel to submit whit the saved file? Quote
_mat_ Posted April 28, 2015 Author Posted April 28, 2015 It will be possible after May the 3rd when manual submission of scores will be disabled. Quote
skulstation Posted April 28, 2015 Posted April 28, 2015 ok thx,whil keep the saved files for after may the 3rd. or re bench now and hope for better Quote
Aleslammer Posted April 28, 2015 Posted April 28, 2015 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. Quote
_mat_ Posted April 29, 2015 Author Posted April 29, 2015 Which GeForce driver version did you use? Invalid runs without unstable overclocking are a sign of old buggy drivers. Quote
Taloken Posted April 29, 2015 Posted April 29, 2015 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 ? Quote
newlife Posted April 29, 2015 Posted April 29, 2015 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 Quote
_mat_ Posted April 29, 2015 Author Posted April 29, 2015 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. Quote
skulstation Posted April 29, 2015 Posted April 29, 2015 mat plz chek the name of the xeon x5690 cpu. its also no match whit the database. Quote
Taloken Posted April 29, 2015 Posted April 29, 2015 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 Quote
_mat_ Posted April 29, 2015 Author Posted April 29, 2015 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. Quote
skulstation Posted April 29, 2015 Posted April 29, 2015 its detect as Intel Xeon X5690. submition page detect it as Xeon X5690 Quote
_mat_ Posted April 29, 2015 Author Posted April 29, 2015 Seems to be a problem with the HWBOT sumbission API. I sent a mail out the staff, I am sure we can fix this. Quote
skulstation Posted April 29, 2015 Posted April 29, 2015 ok thx,whil ther ar cheking it. plz chek the e5504 also. whil report other cpu's when i thest them lol Quote
Massman Posted April 29, 2015 Posted April 29, 2015 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. Quote
skulstation Posted April 29, 2015 Posted April 29, 2015 (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 April 29, 2015 by skulstation Quote
GENiEBEN Posted April 29, 2015 Posted April 29, 2015 Looks very close to my implementation. 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 cpuand this cpu give the same api message. sorry for the extra work i gave you all E5606 added. Quote
skulstation Posted April 29, 2015 Posted April 29, 2015 (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 April 29, 2015 by skulstation Quote
skulstation Posted April 29, 2015 Posted April 29, 2015 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 Quote
_mat_ Posted April 29, 2015 Author Posted April 29, 2015 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. Quote
skulstation Posted April 29, 2015 Posted April 29, 2015 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 Quote
GENiEBEN Posted April 29, 2015 Posted April 29, 2015 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. Quote
skulstation Posted April 30, 2015 Posted April 30, 2015 sorry but here i am agen whit api error, its for the xeon e5330 cpu's this time. Quote
_mat_ Posted April 30, 2015 Author Posted April 30, 2015 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. Quote
Crew Strunkenbold Posted April 30, 2015 Crew Posted April 30, 2015 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.