Marcin Sielski
Marcin Sielski
Hi @doe300, My apologies but I am new to the OpenCL and the whole TVM stack. I will try to explain in more details what I did. I have compiled...
Hi @doe300, Do you have any ideas how to troubleshoot the issue? I wonder what the message 'Invalid local type for memory area: (p) i32* %tmp.326' mean. Thank you for...
@doe300 I finally managed to generate kernel code. I am not sure where too look at: [vc4cl-source-1804289383.cl.tar.gz](https://github.com/doe300/VC4C/files/4841806/vc4cl-source-1804289383.cl.tar.gz) Thank you for help in advance. Best Regards Marcin Sielski
I have fixed this issue with following PR: https://github.com/ros-simulation/gazebo_ros_pkgs/pull/1024
My fix has solved the issue with the incorrect time. I use it in my project https://github.com/marcin-sielski/LM15SGFNZ07/tree/master/examples/SmarThermo. Cheers.
I have also experienced segfaults with this function but most recently I see hangups. Below is a output from strace: futex(0x179eca8, FUTEX_WAKE_PRIVATE, 2147483647) = 0 futex(0x179eca8, FUTEX_WAKE_PRIVATE, 2147483647) = 0...
I confirm this behaviour. The same happens when only "video" is selected.
Hi, I have changed android-sdk (Utils.java) to achieve that (at least for resolution and bitrate). Best Regards Marcin Sielski
I would be happy to share all of them them once I do some cleanup...
Please explain what you are trying to achieve. I have managed to compile openwebrtc repo without docs and javascript bindings on Windows without using cerbero. I have used https://msys2.github.io/ development...