-
For a few days, I see this test being flaky on the bot, here is an example run: https://lab.llvm.org/buildbot/#/builders/272/builds/15892
```
******************** TEST 'DataFlowSanitizer-x86_64 ::…
-
Consider the following code:
```js
function update(isAdd, value, then) {
let fn = isAdd
? (x) => x + value
: (x) => x - value;
return then(fn);
}
function multiply(value) {
…
-
One of relax’s design goal is to enable dynamic shapes and program analysis based on dynamic StructInfos. The shape propagation helps us to build effective dynamic shape aware programs.
Shape can …
-
Articles that can be useful in the future.
-
### What did you do?
```
$ date && curl http://127.0.0.1:10240/api/v1/jobs/64d3ab26-94bd-4136-a38a-da05e86fed46
Mon Oct 24 03:46:47 PM CST 2022
{"id":"64d3ab26-94bd-4136-a38a-da05e86fed46", "type"…
-
### Learn & Teach -- Sticky
- https://github.com/rancher/k3s/tree/master/tests/perf
- https://github.com/kubernetes/perf-tests/tree/master/clusterloader2/
- https://github.com/kubernetes-sigs/clust…
-
### My problem
I am trying to use autoscheduler to generate CUDA source code for backward stage for NCHW winograd_conv2d. Due to some bugs in topi.cuda.conv2d_winograd.winograd_cuda, I copied some co…
-
**Describe the bug**
Accidentally dora command is unresponsive and stuck
**To Reproduce**
Steps to reproduce the behavior:
1. Few cases,when executing command `dora up` , `dora start dataflow.ya…
-
Let us here collect all the bugs found of python-pr3-squashed and address them so
it becomes good for merge
* [x] Python backup files shall have py suffix
* [x] Address memory leaks in pyopensca…
-
### Description of the bug
filename pattern claims to be incorrect but the input on the design.csv file matches with the protocol guide and the fileneames was changed to match the names of the des…