[mpir-devel] Re: CUDA thoughts.

2009-10-27 Thread Jason Moxham
svn branches cuda-stuff build with ./configure --build=cuda-unknown-linux-gnu make put *.cu in mpn/cuda directory Doesn't actually build with *.cu files yet , probably missed something simple , anyway I must sleep Still need to add linker paths as well Jason On Tuesday 27 October 2009 18:3

[mpir-devel] Re: CUDA thoughts.

2009-10-27 Thread Antony Vennard
Sorry i've been out of contact everyone, new job and house move this week, no broadband until thursday night. On the up side it may be fast broadband. Yes please if you could, at least so i can understand how it's done. Have pulled a load of documentation on openmp too so if that requires the sam

Re: Fwd: [mpir-devel] Re: Status of trac #94

2009-10-27 Thread Jason Moxham
I did the simple fix of replacing all files that had PIC code with versions that dont . The most serious slowdowns are with dive_1 which is not used that much and add/sub_n which is , here we had to fallback to C code. mul_basecase did not need changing , so there should be not too much of a s