-
## Bug Description
When we separate inflows of given edges into multiple periods, if the inflows are not added in time sequence, the simulation will not produce all the inflows.
For example, in …
-
Calling `setSpaceTimeMap(..., "(i, j -> N+j-2i, N-i)")` seems to prevent `setParallel(..., "1")` from working correctly. [Here](https://github.com/CSU-CS-Melange/AlphaZ/files/12176438/osp1.zip) are th…
-
It happens when computing a block at a tile too deep inside, and we probably need more careful error messages. Per discussion with @spectrometerHBH, we think it is not an urgent bug, but needs to fix …
-
Jira Link: [DB-4859](https://yugabyte.atlassian.net/browse/DB-4859)
If a sort operator does not contain a `BTSORTSUPPORT_PROC` entry in `pg_amproc`, each rescan of a `Sort` node triggers a lookup on …
-
There's an issue with the way su2rad exports polygons with holes to .rad format that prevents these polygons from being properly triangulated by programs like rfluxmtx. The algorithm used by Radiance …
-
Having checked the documentation, I am inclined to support the view (expressed in the [Discourse discussion](https://discourse.julialang.org/t/julia-documentation-about-for-loop/104725)) that the `for…
-
The time from the kokkos serial backend (`kokkos --serial`) is slower for one thread than the standalone serial code (`serial`).
Looking at profiles, the function `kernel_connect` ( in `plugin-Pixe…
-
| | |
| --- | --- |
| Bugzilla Link | [50661](https://llvm.org/bz50661) |
| Version | trunk |
| OS | Linux |
| Attachments | [reduced testcase](https://user-images.githubusercontent.com/55128014/143…
-
The following plan shows "Tuple data received from nodes: 29 bytes" for the outer plan, but the task is executed locally so there is no network traffic.
```sql
EXPLAIN ANALYZE WITH a AS (SELECT * …
-
Thanks for making this available!
I'm hitting my head against cython to try to write a permutation sampling function. The issues is that my arrays are quite large (e.g. 500,000 rows, and I want to …