-
OE's goal is to be processor/architecture agnostic, but today it is not. Currently oe_verify_report calls oe_parse_report after simply casting the buffer to a struct. When the report-generator and…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR32441](https://bugs.llvm.org/show_bug.cgi?id=32441) |
| Status | NEW |
| Importance | P enhancemen…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the com…
-
Currently we don't have naming conventions for "routing terms", which can easily lead to confusion.
For example we sometimes call a `vertex` a `node`, `source` can be the start point of an edge but al…
-
` a_conv = nn.SpatialConvolution(
n_channels, n_channels,
kernel_size, kernel_size,
kernel_stride, kernel_stride,
math.ceil((factor-1)/2)
)`
With the usuaI functi…
-
I'm planning on taking on #1521 to make it a bit easier to generate your own templates.
To make writing templates easier in general, I'd also like to import [Sprig](https://github.com/Masterminds/…
-
```
Affected Version: 2.1.6.1, 2.1.7-rc0
What steps will reproduce the problem?
1. Click Review
2. enter comments
3. Click Publish Comments or Publish and Submit
What is the expected output? What do…
-
I'm gonna convert this to an issue from a note, since there seems to be a lot more to it then just "research." I'm pivoting from my original goal from last week of "reversing libcal's API" to requesti…
-
I assume that the code for Flip16,32,64 bits in sound.cpp is not efficient (or doesn't do what it should do): https://github.com/jamulussoftware/jamulus/blob/main/src/sound/asio/sound.cpp#L1168
I …
-
Hello, I'm currently trying out this crate to implement a plugin system.
Although the [docs](https://docs.rs/abi_stable/latest/abi_stable/attr.sabi_trait.html#extensibility) seem to suggest that I …