-
**Originally by _balaji_ on 2015-06-05 11:27:43 -0500**
---
In MPI-3.1, it is valid to call MPI_Cancel on send requests. This is hard to implement efficiently. For example, some MPI implementation…
-
**Describe the bug**
Users tend to use MAVLink over all sorts of links with all sorts of implementations. While integrating a certain method of forwarding messages I realized that the `_mav_finalize_…
-
I submitted this paper **[19-186](https://j3-fortran.org/doc/year/19/19-186.txt)** for the joint WG5/J3 meeting in Tokyo (August 5 - 9, 2019) but the paper was ignored on account of the worklist for F…
-
An array with size 124 and K=5 produces wrong results.
index 0 will be mapped to index 124, which is out of bounds:
`array_to_complete_tree(124, 5, 0) => 124`
This happens due to the height cal…
thbde updated
6 years ago
-
In order to use Antares, does one need to have access to the target HW or is it enough to fill in one of those cfg files?
What is required by the targeted HW if one wants to optimize for it?
-
Hi. Thanks for this great repo. I've played around with making a toy implementation of some of Differential Dataflow and then I became aware of the DBSP papers. The DBSP approach seems more systematic…
-
In our particular team we use interfaces to allow a given layout engine to return various types of content/tiles from various subgraphs. When using version `0.20.0`, everything works properly. Howe…
-
Benchmarking 5 different methods:
```julia
using TupleTools, Plots, StaticArrays, SortingNetworks
times1 = zeros(25)
times2 = zeros(25)
times3 = zeros(25)
times4 = zeros(25)
times5 = zeros(25)
…
-
Sparse matrices may be significantly more memory efficient when handling sparsely populated matrices, however they can be tricky to work with, especially when converting back to their dense form. This…
-
related to #324