FLAMEGPU2 icon indicating copy to clipboard operation
FLAMEGPU2 copied to clipboard

FLAME GPU 2 is a GPU accelerated agent based modelling framework for CUDA C++ and Python

Results 124 FLAMEGPU2 issues
Sort by recently updated
recently updated
newest added

CUDA 12.5 has changed an implicit include, meaning that `FLT_MAX` used in the circles examples is undefined. `#include ` should fix these / switch to `limits` This was with GCC...

At some point between [2024-04-26](https://github.com/FLAMEGPU/FLAMEGPU2/actions/runs/8850472109) and [2024-06-11](https://github.com/FLAMEGPU/FLAMEGPU2/actions/runs/9463757119) our Windows CI has stopped working, for CUDA 11.8 and CUDA 12.3 builds (11.0 builds are fine). In both cases, CMake could not...

Our SWIG interface does not currently allow numpy arrays to be passed to std::vector, they must first be converted to Pythonic lists. https://numpy.org/doc/stable/reference/swig.interface-file.html

enhancement
SWIG

Current telemetry data approximates unique users by the build ID. For Python distributions all users have the same ID so the true number of unique (but anonymous) users is unknown....

Encountered a bug when working on a non-trivial model, where when using the DAG api (`dependsOn` etc) errors would occur when abstracting the definition of agent function behaviours and inclusion...

https://github.com/FLAMEGPU/FLAMEGPU2/blob/b5173e78765d03be8d1b393f8a037499b064b676/src/flamegpu/model/DependencyGraph.cpp#L280

Documentation typos / mistakes to fix found while using the docs (will build the list then resolve in a big go when time allows) + [ ] `HostFunctionDescriotion` not `HostFunctionDescription`...

Numpy 2.0 is scheduled for release on 2024-06-16, with a number of breaking changes. From a quick skim of the [migration guide](https://numpy.org/devdocs/numpy_2_0_migration_guide.html#numpy-2-migration-guide) the only stand out potentially relevant bit to...

Couple of Python test failures (debug/windows) whilst investigating the SWIG 4.2.1 issue, note this is with the Python wheel built with SWIG 4.2.1. Although, I've built it with 4.0.2 and...

bug
SWIG

After this change, all tests (besides the 2 in #1233) pass. Worth @ptheywood giving this a test build, to make sure I'm not fooling myself. See #956 for more info