Robert Chisholm
Robert Chisholm
> This itself shouldn't be non-deterministic, but might exaccerbate the issue if agents change order / state due to a non-deterministic outcome. Agents are now sorted for spatial messaging, is...
> Note: sort is not guaranteed to be stable. https://thrust.github.io/doc/group__sorting_ga3f47925d80f4970d5730051dba1c5603.html
User with a related issue. https://github.com/FLAMEGPU/FLAMEGPU2/discussions/1091#discussioncomment-6480180
> How will you guard against malicious code execution? Afaik, "first time contributors" code isn't pushed to CI automatically. Atleast that was the case [here](https://github.com/FLAMEGPU/FLAMEGPU2-visualiser/pull/91) recently. https://github.blog/changelog/2021-04-22-github-actions-maintainers-must-approve-first-time-contributor-workflow-runs/ Should be possible...
Specifically `pbm_reorder_generic` On Mon, 14 Jun 2021 at 11:59, Peter Heywood ***@***.***> wrote: > When scattering we currently read coalesced, and write scattered. > > Performance of the scatter may...
Yes, but the only one we know for sure is affected is that one. There are some weird scatter variations inside `CUDAScatter` iirc, e.g. one is actually a broadcast.
Started working on this in `py_doxygen` branch, have found some limitations. * Doxygen does not detect it's 'special commands', as SWIG labels them as `:command` rather than `@command` or `\command`...
Correction to OP, the `cuda_runtime.h` occupancy functions are publicly defined in the header. However the driver API versions (used by RTC) from `cuda.h` are not, Passing the RTC function to...
I hope you aren't suggesting we rename `cuda_runtime.h`, that's part of the CUDA toolkit!
Jack A was trying to do something which required this.