Robert Chisholm

Results 36 issues of Robert Chisholm

Environment directed graphs, introduced by #1089, are currently only import/export-able via dedicated HostAPI functions. They are not currently present in existing IO methods which encapsulate a whole model: * Model...

enhancement

This should be possible. For shared message output; it requires tracking sharing an offset into the message output buffer (and initially sizing it correctly). For shared message input; it requires...

enhancement
Priority: Low

### Discussed in https://github.com/FLAMEGPU/FLAMEGPU2/discussions/1076 Python native function's cannot be detected when executed via PyCharm's PyDev debugger. This is unconfirmed, but seems like the most likely cause based on this stack...

bug

Tweaks visualiser begin paused behaviour, so that it begins paused on the first step with agents. The changes so far, cause it to pause the step after agents are created...

Should be relatively simple at a quick glance of `` and curand. Useful to Max (FRE)

enhancement

Features that are not currently tested via the test suite: * Agent Function (Condition) Macro DECL/DEF versions #1049 * Visualisation * Random quality https://github.com/FLAMEGPU/FLAMEGPU2/issues/330

Tests

Fujitsu has exposed a need for [jagged arrays](https://en.wikipedia.org/wiki/Jagged_array) to represent data accessible to agents, which doesn't cleanly fit into a fixed length environment macro property or agent variable array. In...

enhancement

This would enable a convenient way for users using agent states to track the number of agents transitioning between states. I don't think this would be too difficult, but I...

enhancement

On my laptop's 980m, a Debug build is causing the test suite to crash within this test suite. It occurs because a `cudaErrorLaunchTimeout` CUDA error is thrown from a non-main...

bug
Tests

Started working on fgpu2 primage force resolution submodel, have come up with a few suggestions to improve the template example. - [x] Update `JitifyCache` to look for headers in the...