[julia-users] Re: AMD clBLAS bindings to julia - CLBLAS

2014-03-31 Thread Jiakui Wang
Where is this package? Is it on Github? Thanks On Sunday, March 23, 2014 6:42:20 PM UTC-5, erkin kanlioglu wrote: > > Hi, > > I have put together AMD clBLAS bindings to Julia by utilising OpenCL.jl > written by Jake Belowski. > > *Please try it out and feel free to send your suggestions.* > >

Re: [julia-users] Re: Bug in Julia 0.3.0

2014-02-28 Thread Jiakui Wang
gt; > Are you on windows? There's still work on getting the error line numbers > correct all the time. > > Cheers, > > -Jacob > > > On Fri, Feb 28, 2014 at 1:45 PM, Jiakui Wang > > wrote: > >> Why this bug bother me is that, if I use print('

[julia-users] Re: Bug in Julia 0.3.0

2014-02-28 Thread Jiakui Wang
Why this bug bother me is that, if I use print(' ') inside a function, it won't point the error to the line where print(' ') locates but to the line where the function starts. It's confusing for debug! On Friday, February 28, 2014 12:00: