[julia-users] Re: GPU-ODE

2015-04-09 Thread Sheehan Olver
What about CUDA.jl (not updated for a year) and OenCL.jl (updated 3 months ago)? I have no experience with either, so am just curious whether or not these are not usable. On Saturday, April 4, 2015 at 5:49:56 PM UTC+11, Viral Shah wrote: > > Do you mean writing ODE solvers in Julia that run o

[julia-users] Re: GPU-ODE

2015-04-04 Thread Michael Stumpf
You could try cuda-sim using PyCall: http://www.theosysbio.bio.ic.ac.uk/resources/cuda-sim/ I will try to see what we can do about getting this to work with Julia in a more streamlined fashion. Michael. On Friday, April 3, 2015 at 6:48:35 AM UTC+1, pauld11718 wrote: > > Is it possible in Julia

Re: [julia-users] Re: GPU-ODE

2015-04-04 Thread Daniel Høegh
To complile it in sysimg you need to use the script in: https://github.com/JuliaLang/julia/blob/master/contrib/build_executable.jl I have only used it for building a small application.

Re: [julia-users] Re: GPU-ODE

2015-04-04 Thread Viral Shah
You can already compile your user code into the julia system image and provide that to someone. Standalone executables are not too far away. Most likely it will happen in 0.5. -viral > On 04-Apr-2015, at 1:52 pm, pauld11718 wrote: > > ok no problem > > Is julia capable yet of creating

[julia-users] Re: GPU-ODE

2015-04-04 Thread pauld11718
ok no problem Is julia capable yet of creating a standalone executable? If no, any time soon to expect such? On Saturday, April 4, 2015 at 12:19:56 PM UTC+5:30, Viral Shah wrote: > > Do you mean writing ODE solvers in Julia that run on GPUs? If so, the > answer is no. You can easily ccall CU

[julia-users] Re: GPU-ODE

2015-04-03 Thread Viral Shah
Do you mean writing ODE solvers in Julia that run on GPUs? If so, the answer is no. You can easily ccall CUDA/opencl solvers though. -viral On Friday, April 3, 2015 at 11:18:35 AM UTC+5:30, pauld11718 wrote: > > Is it possible in Julia - GPU based ODE solvers? > There are ~250 Independent system