Nicu Stiurca

Results 38 comments of Nicu Stiurca

I would be very interested in OpenCL support as well. In fact, I have half a mind to take a stab at it myself. If I can leverage an OpenCL...

OK, I will get started this weekend. Should we open an issue for the sake of tracking? Development-wise, it will be simplest for me to create an `opencl` branch on...

That works for me. Look for it later today.

@outlace Caffe also has a fork with OpenCL support, but unfortunately for me I haven't been able to get either Torch nor Caffe to work on 32-bit ARM processor even...

Now that there is threading in base, any updates on this?

So I ran into trying to wrap a library that needs/uses RTTI, and I can't import it in Cxx.jl. The particular library is `libroscpp`, part of [ROS](http://www.ros.org). Actually, `Libdl.dlopen("/opt/ros/kinetic/lib/libroscpp.so")` worked...

Sorry if this is discussed somewhere already, but what's wrong with enabling RTTI by default?

This is also an issue for me. In my case, I am writing a package to deal with PLY files in a way different than MeshIO.jl My suggestion is that...

My package builds Julia types to correspond directly to whatever is described in the PLY header, and uses generated functions to read those types. Conversely, any type of data consisting...