If you are enquiring about the git-mechanics to get that branch built,
see below.  (Otherwise ignore.)

You can build that branch.  The last rebase is on branch
yyc/dftnew_rebase, but it was not tested.  This "should" work:

git clone [email protected]:JuliaLang/julia.git
git checkout  yyc/dftnew_rebase
make testall  (the testall will run all the unit-tests after compilation)

Alternatively you can build Steven's branch (in another folder):

git clone [email protected]:stevengj/julia.git
git checkout dftnew
make testall

Mauro


On Mon, 2015-08-31 at 11:22, John leger <[email protected]> wrote:
> Hello everyone,
>
> I am currently playing with Julia and OpenCL, so far everything is good. I 
> would like to bench: FFT in Pure Julia, the fftw wrapper, the opencl FFT 
> deployed on GPU and CPU (so 4 benchmarks).
> There is already everything ready except the pure julia fft. I have found 
> some information about it: https://github.com/JuliaLang/julia/pull/6193 but 
> I don't know how I could use it.
> Do you have any ideas how I could test it ?
>
> Also, maybe someone already made some benchmarks, especially on the opencl 
> GPU/CPU part. So if you have any information, thank you.
>
> Jonathan.

Reply via email to