bosilca
bosilca
let's keep it as a draft for now, there are some tests failing and I can't yet figure out why.
- parsec_add2arena: parsec_arena_datatype_set_matrix_tile (or adt instead od arena_datatype). This function should internally call `parsec_arena_datatype_construct` - parsec_del2arena: should be removed, and all calls replaced with `parsec_type_free`
Accepting `a = a - 1` while refusing `a--` sounds pretty random from the C++ compiler. 1. The `refcount` shall not be atomic, because it is illegal to add or...
I don't understand why we skipped version 0 data transfer. Does it work if you remove that line ?
That's what the comment states, not what the check does. In the case @QingleiCao describes there is no predecessor, so source_repo_entry is indeed NULL, so the case is similar to...
yes, that now makes sense. If the original data is reshaped, then the reshaed data does not belong to a DC, so it iwll take the same path as the...
on OSX run any dplasma dtd test with `leaks --atExit -- ***`
the CI instances are tagged with their devices. As an example serotonin is tagger with `gpu_amd` while guyot is tagged with `gpu_nvidia`. The CI should use these tags to drive...
I was not able to find a way to translate between relative and absolute core numbering, so the reported bindings are relative to the allowed procs, and not absolute (as...
The API is based on malloc. I understand the easiness of allocating 0 bytes, but the code doing so should validate NULL as a correct answer if 0 bytes were...