-
Hi, Firstly, thank you for developing a great tool! It is proving to be very useful for a number of my projects.
I am encountering an issue when running regionprops_table. I do not see any performa…
-
To enable running softmax with TPPs we need more operations:
1. max/sum reduce op (%2 and %8)
2. sub operation (%5) We needs to support broadcast semantics in sub or implement an explicit broadcast …
-
This is a meta-issue to collect all information relevant to scallability problems in the UFO framework and it's plugins.
1. On NVIDIA platform, the kernel execution penalty depends from the number o…
-
*Original issue: https://charm.cs.illinois.edu/redmine/issues/1497*
---
PXSHM exists for this purpose on the net layers. However it is not generally used in SMP mode to exchange data when multiple c…
-
Hi,
I try to build hardware for zc702 platform with DIET_CHAI_Z using then only the convolution accelerator. I would use CHaiDNN on Pynq-Z1.
Anyway, I got this error:
===>The following messages w…
-
The manual describes numbers as;
> OpenSCAD has only a single kind of number, which is an IEEE floating point number. [OpenSCAD does not distinguish integers and floating point numbers as two differe…
-
What is the status of the implementation of sub buffers?
As seen pg. 94 SYCL spec (https://www.khronos.org/registry/SYCL/specs/sycl-1.2.1.pdf)
```
buffer parent_buffer { range{ 8,8 } }; // Create 2…
-
It either unable to open **_os.py_** or when I include the python path in EPYTHONPATH it looks for **_and.py_**. I have no idea what I'm doing wrong, I'm using the latest Parabuntu.
-
The changes include the QK normlizaiton, Parallel layers and etc. It would be cool to see how CLIP performs by applying those changes to VIT-L VIT-B VIT-H
-
I was assuming that BLIS is generally better than reference BLAS, so substituting the latter with BLIS OS packages I'm working on would always be sensible. However, I found BLIS is more than two time…