Jacek Czaja
Jacek Czaja
Hi, I would like to let you know that there exists quite performance wise efficient open source library for CPU (target of optimization is Intel CPU's instruction sets but there...
Hi, Part of experiments with SRU were conducted on Speech recognition tasks (section 4.5) however there is no work on end-to-end models like deepspeech2 evaluated with SRU. Have you tried...
I just bumped into this wonderful project. It would be amazing for me if I can edit remote text files: dbxcli edit --editor= The way I see it: 1) Execute...
Hi, Thanks very much for developing such a wonderful and useful project. I managed to run my project on Linux, Android phone and Android TV. And my question is how...
### PR types Others ### PR changes OPs ### Describe This PR replace set_format with set_mem_desc and also reimplemented whole FC kernel not to use caching mechanism (to rely on...
Hi, I have developed a simple program that is showing me (mobile, android TV, desktop) the local trains, bus and trams from nearby bus stops. It is relevant only to...
Hi, I have a dummy compute kernel: ``` #[spirv(compute(threads(768)))] pub fn main_cs( #[spirv(global_invocation_id)] id: UVec3, #[spirv(storage_buffer, descriptor_set = 0, binding = 0)] prime_indices: &mut [u32], ) { let index =...
Hi, Could you please advice how can I achieve with RustGnuplot a linear regression's of [gnuplot](https://weinman.cs.grinnell.edu/courses/CSC213/2008F/labs/10-pingpong-regression.pdf) . Many thanks in advance.
Hi, This PR is a draft of changes enabling Intel XPU (via SYCL) . Changes are modeled after GPU (Cuda) integration so hopefully it should be easy to understand. ####...
My use case is that I have a buffer to be processed of a size 2^40 and I want to use zeKernelSuggestGroupSize to get optimal setting of work group to...