-
```
The private boolean field "set" of class FutureValue (nested in
AbstractReferenceCache) is accessed without synchronization in
FutureValue.get(). There is no happens-before edge between setting th…
-
Hi jame,
I found your code [https://github.com/jamesmf/mnistCRNN/blob/master/scripts/addMNISTrnn.py](url) helpful on sequence tagging, in which we can add more complicated layers on each timestep. Cur…
-
These had to be removed, because they caused OOM on armv7.
They bit-rotted (the Cabal optimization flags were probably not moved to the solver package when it was separated out), so the benchmarks…
-
Here are the valgrind profiling file that I spoke about in https://wl.widelands.org/forum/topic/1464/?page=1#post-10721
For the record, the AI logic is disabled from this study (through replaying a p…
-
I'm interested in having support for [cost-efficient gradient boosting](https://dl.acm.org/doi/pdf/10.5555/3294771.3294919) in XGBoost. Glossing over non-essential details, CEBG is the application of …
-
```c
if(fstatfs(fd, &fsInfo) == -1) {
optimalSize = 4 * 1024 * 1024;
}
else {
optimalSize = fsInfo.f_bsize;
}
```
I don't actually know what this is for. I'v…
-
Many queries used in this repo are calculating the on-demand costs and billed bytes/MBs/GBs like in this example:
```
SUM(COALESCE(totalBilledBytes, 0)) AS totalBilledBytes,
ROUND(…
-
**Describe the bug**
tt::tt_metal::GetRuntimeArgs:
`return detail::GetKernel(program, kernel_id)->runtime_args_data(logical_core);`
Where
```
std::shared_ptr GetKernel(const Program &program, Ker…
-
- [ ] Route optimization (see #71)
- [ ] Bulk actions (delete, mark as read, approve/unapprove, ...)
- [x] Places -> On page load a waypoint is being inserted at 0,0 coordinates -> needs fixing
- […
-
**What happened**: when looking at the code I noticed that HighLevelGraph.cull doesn't rename layers. This can lead to problems because the layer name no longer uniquely identifies the layer. When man…