-
Separating out a side discussion from https://github.com/StanfordLegion/legion/issues/1739.
> Honestly it might not even be necessary to visualize the "history" of mapping-stage allocations, for th…
-
-
The following code compares the `mul!` speed of banded-block-banded matrices to the diagonal. For `ChebyshevT`, the diagonal `mul!` is mathematically only 3x for X and 9x for Y given the tridagonal-bl…
-
Thanks for such a great project, Caleb.
Not a problem with the software as such, but the NIST-UNIFAC (2014) method). Whilst looking at fragmentation method in the NIST paper, I noticed that two com…
-
## Environment
- Build System: [CMake]
- Operating System: [Linux]
- Operating System Version: [Ubuntu 22.04.4]
- Hosted Environment: [NRF5340 - Zephyr]
## libcoap C…
-
### **Explorer Alpha build versions:**
When we have a large number of players in an area, the system that most struggles is LoadSceneEmotesSystem, it has many allocations and can cause performance pr…
-
### Bug Description
Getting an error after a few interactions:
C:\Users\Admin\AppData\Local\Programs\Python\Python310\lib\concurrent\futures\thread.py:58: ResourceWarning: unclosed
result = se…
-
Hello,
Firstly thank you for this amazing contribution :)
I have been trying to get a mesh extraction pipeline up and running, thus currently I have only been trying out GOF on the Mip-NeRF 360 sc…
-
When i am trying to pass where condition as parameter in order to avoid SQL injection attack...getting below error
**QueryFailedError: You have an error in your SQL syntax; check the manual that corr…
-
From memory there's two kinds of allocations that can fail:
1. We have run out of memory (or the allocator has failed to find enough space)
2. We have tried to allocate a memory region at a physical…