Robert Chisholm
Robert Chisholm
Been using this for a few years now, as of last night the call to `api.TVDB('')` is failing with a 403 response code. Being 403 (forbidden), I've attempted rotating API...
I tested your `__ldg()` implementation on a Titan-X pascal with CUDA 8.0 to handle `vec2` items. I found this reduced performance of the entire kernel by 2.5x compared to using...
When I include the main [glm](https://github.com/g-truc/glm) header within an RTC source, the runtime of `load_program()` increases to over 60 seconds (from what was already ~10 seconds), so I started investigating...
Tested under Visual Studio 2015 and 2019, with CUDA 10.1/10.2. If you try to build the below example with `--Werror cross-execution-space-call` enabled in Visual Studio it will fail. This is...
See: [`glEndList()`](http://docs.gl/gl3/glEndList) [`glNewList()`](http://docs.gl/gl3/glNewList)
### Discussed in https://github.com/FLAMEGPU/FLAMEGPU2/discussions/1204 Originally posted by **bytetec** May 13, 2024 Hi everyone Since the update from FLAME GPU 2.0.0-rc to FLAME GPU 2.0.0-rc.1 the export of the logfile in...
- [x] RTC and Execution (Works with CUDA12.0, Windows/Linux) - [x] Serialisation/Deserialisation (jitify2 pre-processed serialised objects are 2-3x larger) - [x] CUDA 12.3 support - [x] Works with https://github.com/NVIDIA/jitify/pull/128, hence...
Very much work in progress ## Changes * Add CMake option `FLAMEGPU_BUILD_PYTHON_CONDA` * Enables `set(CMAKE_SKIP_RPATH TRUE)` * Fix `set(CMAKE_CUDA_RUNTIME_LIBRARY shared)` placement, so that executables and pyflamegpu link against shared cuda...
### Discussed in https://github.com/FLAMEGPU/FLAMEGPU2/discussions/1163 Python IDEs are not currently able to detect the agent-python API, as it does not exist as a Python package. This could be resolved with a...
If an agent function should be common to agents in all states, can we provide a clean method to avoid the manual duplication? https://github.com/FLAMEGPU/FLAMEGPU2/discussions/1132