-
In order to collect destination metrics (available CPU/memory) from Pulsar destinations in the network we can re-purpose the rabbitmq connection to send back htcondor status metrics which can be used …
-
DIRAC is a meta-job scheduler, https://dirac.readthedocs.io/en/latest/, to exploit distributed heterogeneous resources. DIRAC on its own is a central service that has maintaining the global job state.…
-
### Expected behavior
I try to use MetaScheduler to tuning matmul, and the dimensions of the matrix are m=8192, n=14336, k=8192.
When n=8192, everything is ok, but once m or n is equal to 14336, an …
-
## What did you do
- How was the cluster created?
CI image: docker:20.10.2 and docker:20.10.2-dind as service
### error with k3d v5.4.3
```sh
# gitlab command
gitlab-runner exec docker\
…
-
I've never been an `xargs` user, it confuses me, but here's an example of doing an `rsync` with `xargs` insead of `parallel`, just documenting this here for reference (h/t @dsroberts).
The following …
-
This fix https://github.com/web2py/web2py/commit/33c6dd965655fdb2468ff2c2b8efaf1bc9bc3014 resolves the problem and not the cause.
To reproduce, I propose to consider the following script.
```py…
-
Unable to tune linear/matmul having M value bigger than 1.
The error message is different comparing to Unity branch and this fact causes me to submit this bug, since changes in mlc-ai relax affecte…
-
Thanks for participating in the TVM community! We use https://discuss.tvm.ai for any general usage questions and discussions. The issue tracker is used for actionable items such as feature proposals d…
twmht updated
11 months ago
-
Currently, using avvy domains can be helpful for contract name resolution and testing different versions of smart contracts. However, using avvy in the deepsquare telegram bot requires some custom cod…
-
Unable to tune dense/matmul having M value bigger than 1. In case of dense it is batch dimension.
Tuning on CPU passes well
Update: if M is dividable by 16, tuning works
Code to reproduce:
`…