![]() |
![]() |
#34 |
"Carlos Pinho"
Oct 2011
Milton Keynes, UK
7×733 Posts |
![]()
Can you guys test 5*2^3264650-1? Then post your GPU model and timings. Thank you in advance. Carlos
|
![]() |
![]() |
![]() |
#35 | |
Nov 2010
Germany
3×199 Posts |
![]() Quote:
![]() |
|
![]() |
![]() |
![]() |
#36 |
Jul 2009
Tokyo
2·5·61 Posts |
![]() |
![]() |
![]() |
![]() |
#37 | |
Jul 2009
Tokyo
26216 Posts |
![]()
New Version.
Code clean up. Quote:
|
|
![]() |
![]() |
![]() |
#38 |
"Mr. Meeseeks"
Jan 2012
California, USA
217610 Posts |
![]()
I get the error while compiling CUDALucas.c
"error: _mkdir is not declared" Probably something I'm doing wrong or missing.. http://imagebin.org/264640 |
![]() |
![]() |
![]() |
#39 | |
Jul 2009
Tokyo
2×5×61 Posts |
![]() Quote:
cygwin supprt mkdir. Imagebin hold image only 14 days. |
|
![]() |
![]() |
![]() |
#40 |
Jul 2009
Tokyo
61010 Posts |
![]()
New version.
Fix bug. |
![]() |
![]() |
![]() |
#41 | ||
Jul 2009
Tokyo
2×5×61 Posts |
![]()
CUDALucs.c:
Quote:
HD7750: Quote:
|
||
![]() |
![]() |
![]() |
#42 |
"Mr. Meeseeks"
Jan 2012
California, USA
27×17 Posts |
![]()
Ok, this is weird.
line 1422 S Code:
{ #ifdef linux mode_t mode = S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH; if (mkdir (folder, mode) != 0) printf ("mkdir: cannot create directory `%s': File exists\n", folder); #else if (_mkdir (folder) != 0) printf ("mkdir: cannot create directory `%s': File exists\n", folder); #endif } Code:
{ mode_t mode = S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH; if (mkdir (folder, mode) != 0) printf ("mkdir: cannot create directory `%s': File exists\n", folder); } |
![]() |
![]() |
![]() |
#43 |
Jul 2009
Tokyo
2·5·61 Posts |
![]()
Hi,
Start up guide. 1) install ubuntu Desktop 64bit 12.04 LTS 2) install amd-driver-installer-catalyst-13-4-linux-x86.x86_64.zip 3) install AMD-APP-SDK-v2.8-lnx64.tgz 4) install clAmdFft-1.10.321.tar.gz 5) install g++ 6) install libglu1-mesa-dev |
![]() |
![]() |
![]() |
#44 |
Romulan Interpreter
"name field"
Jun 2011
Thailand
3×23×149 Posts |
![]()
let it as in the original, but use a #define linux in front of it and see what it does. Maybe your problem is that you don't have defined it (or definition is not accessible or not included in that file or local environment?)
(edit: obviously I was replying to kracker, but crossposted with msft, btw good work msft!) Last fiddled with by LaurV on 2013-07-18 at 10:57 |
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
mfakto: an OpenCL program for Mersenne prefactoring | Bdot | GPU Computing | 1719 | 2023-01-16 15:51 |
Can't get OpenCL to work on HD7950 Ubuntu 14.04.5 LTS | VictordeHolland | Linux | 4 | 2018-04-11 13:44 |
OpenCL accellerated lattice siever | pstach | Factoring | 1 | 2014-05-23 01:03 |
OpenCL for FPGAs | TObject | GPU Computing | 2 | 2013-10-12 21:09 |
AMD's Graphics Core Next- a reason to accelerate towards OpenCL? | Belteshazzar | GPU Computing | 19 | 2012-03-07 18:58 |