-
In order to allow allocations of huge amounts of datacap, a possible approach would be to have a multisig Notary which requires multiple signs to verify one of these clients with this kind of needs.
-
`-Z symbolic-alignment-checks` currently suffers from false positives; it is implemented by checking that both the allocation alignment and the offset within the allocation are sufficiently aligned, a…
-
Thanks for putting this out! I looks to be a very useful adjunct to other tools like valgrind, and covers a scenario that valgrind really doesn't handle very well.
I'm trying to use memleax to dia…
-
The pin allocations for the simulator are;
#define RADIO_DIO0 2
#define RADIO_DIO1 3
#define RADIO_BUSY …
-
Support something like
```clojure
(p/pull
(p/db
[{:classroom/id "c1" :school [:school/id 1]}
{:classroom/id "c2" :school [:school/id 1]}
{:classroom/id "c3" :school [:school/id…
-
Super cool work on integrating DiskArrays.jl with NetCDF.jl! Looking forward to ditching xarray in favor of a pure Julia solution.
@visr helped me get up and running but we noticed that grabbing 2x…
-
Currently, the requirements for delegates are (from [ECMA-335 §II.14.6 Delegates](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-335.pdf#%5B%7B%22num%22%3A2137%2C%22gen%22%3A0%7D%2C…
svick updated
4 years ago
-
**Describe the enhancement**
Allow jobs submitted by CueSubmit to specify facilities and allocations
-
I think there should be a way to allocate memory on the stack with `dart:ffi`, for instance with a builtin function like `alloca`.
As a motivation for this, let's say we had a function `int load_so…
-
Hi,
When I am using command `accelerate launch --config_file accelerate_config.yaml train.py --anchor_model_dir google/gemma-7b --aug_model_dir google/gemma-7b --num_heads 2 --num_connections 2 --…