-
Hello lyuwenyu,
First of all, thank you for your amazing work on RT-DETR! I’ve just started learning about object detection models, and I truly appreciate the innovations that make RT-DETR both fas…
-
cc @protz
I've been experimenting with providing js_of_ocaml stubs for hacl-star.
Theses stubs can (mostly) be automatically generated from the ctypes bindings and `api.json`.
Using the hacl-wa…
hhugo updated
3 weeks ago
-
```
./esbmc-wrapper.py -p ../../sv-benchmarks/c/properties/unreach-call.prp -s kinduction --arch 32 ../../sv-benchmarks/c/list-ext2-properties/simple_search_value-2.i
---------------------------…
-
Currently all the PyZX simplification routines are shown and can be applied from the "Simplify" menu. But some simplifications would not change the current diagram, for instance, in the case when the …
-
The following pattern:
```
a = sbb(x, x, y != 0) & -4
```
Can be simplified down to:
```
if (y != 0)
a = -4
else
a = 0
```
Example: `sparkle giraffe juggling toaster.zip` @ `1c000…
-
Simplification yields incorrect expression
![image](https://user-images.githubusercontent.com/30434328/168936412-26aea645-42c7-4ed4-af57-8340adca6321.png)
-
@JoeJimFlood, @wusun2
For the MVP, we think it's best to have the RSM zones be aggregations of TAZs. Mechanically, this means we will turn up the weight on the "same TAZ" parameter in the zone aggre…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR39854](https://bugs.llvm.org/show_bug.cgi?id=39854) |
| Status | CONFIRMED |
| Importance | P enha…
-
This is a discussion started with @lamblin. I think it is a good user interface change to do as it will be more consistent with Numpy and simplify many things in Theano.
- [ ] Make Theano code gene…
nouiz updated
7 years ago
-
Based on my experience, MLIR does not have passes to simplify things like this:
```
%cst_1 = 1.0 : f32
%1 = mulf %0, %cst_1 : f32
```
In this case, all uses of `%1` can be replaced by `%0`. This …