Kyrylo Sovailo
Results
2
issues of
Kyrylo Sovailo
Hello. I'm trying to run OpenCL on Raspberry Pi Zero with Raspbian (Debian Buster). I know that the library was not designed for Zero, but since [this guy](https://kenny-peng.com/2021/09/14/raspi_zero_opencl.html) claimed it...
Mozc wasn't able to compile after Abseil update. `codec.cc` used `absl::StrCat` but they didn't include `#include "absl/strings/str_cat.h"`. Abseil also seemed to remove `abseil_flags` linking flag. The attached patches fix it....