Nicu Stiurca

Results 9 issues of Nicu Stiurca

Using `OpenCL.Device(Intel(R) Core(TM) i7-4710HQ CPU @ 2.50GHz on AMD Accelerated Parallel Processing)` (AMD's OpenCL has version 2.0), I get the following julia> Pkg.test("OpenCL") INFO: Computing test dependencies for OpenCL... INFO:...

I tried modifying the example code to use `sensor_msgs/Image`, but I am getting errors when trying to run, and the callback isn't called. Any thoughts? --- Source code: ``` #!/usr/bin/env...

## Bug report **Required Info:** - Operating System: N/A - Installation type: N/A - Version or commit hash: 0.6.1 - DDS implementation: N/A - Client library (if applicable): rclpy ####...

On my system, I'm actually triggering the `ENAMETOOLONG` error code with strings of length ~150 characters. Not sure why, but I re-wrote the code based on the [suggestion in the...

I'm trying to use GEMM with double-precision floats, but that doesn't seem supported? I tried a straight-forward adaptation of the `clblasSgemm_future.jl` and `clblasSgemmRandomBufferFuture.jl` examples to use `Float64`/`cl.cl_double`, but I get...

If I have an RGB image where it so happens that for each pixel, all the channel values are the same, then saving it as a PNG results in a...

Minimal working example: ```julia module MacroBugMWE using GenieFramework @genietools fun(foo; bar) = foo * bar @handlers begin @in foo = "foo" @in bar = "bar" @out biz = "" @in...

Currently, system info about the ROS2 installation (eg, library paths, some environment variables like ROS_DISTRO, etc) are loaded in `find_ros2.jl`, and I think the values get cached by precompilation.