Artyom Beilis

Results 174 comments of Artyom Beilis
trafficstars

> most of them have oneDNN integration which would utilize blocked layouts from the beginning of model execution to the very end. This would be true for popular models with...

why have you closed it? Isn't it valid issue? Maybe not urgent but more than valid. At least it should be stated very clear in docs that channels first isn't...

I wasted quite a time learning the API and trying to [use it](https://github.com/artyom-beilis/dlprimitives/commit/a0e747f0fa1e24417bbfbc1d0120338dfc413089) until I realized that oneDNN is worthless in terms of performance for most common memory layout.

1. You don't need to load `libdlprim.so` or `libdlprim_core.so`. the `libpt_ocl.so` is linked with them. Just make sure `LD_LIBRARY_PATH` points to a location that contains these libraries. `libpt_ocl.so` will load...

There are some issues related to build ABI. I moved to pytorch nightly that gives way better out of tree support. Look at this branch `true_out_of_tree_support` - it is still...

Few things: 1. I have never used glow and don't really know how it and its role - so it is quite hard for me to understand the example. 2....

What version of Ubuntu do you use? What version of gcc? `gcc -v` What version of ICU? `dpkg -l libicu-dev` I suggest to disable ICU support: `-DDISABLE_ICU_LOCALE=ON` as cmake parameter...

Note: `libicu-dev is already the newest version (64.2-0.1+ubuntu16.04.1+deb.sury.org+1).` Ubuntu 16.04 (that I have as well) comes with ICU 55... I don't see ICU 64 neither in updates or backports. It...

> Can't find applications_pool_size within sources any more See: http://cppcms.com/wikipp/en/page/cppcms_1_2_pool_api The synchronous applications number will not exceed the thread pool size. There was a design issue in CppCMS 1.0 that...

Does this test fails consistently? The error is failure to connect to 127.0.0.1:8080. Can you add before line 303 TEST(!e) something like that if(!e) std::cerr