Skip to content

Commit

Permalink
Fix docs CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Robadob committed Sep 27, 2023
1 parent 86e82ec commit 83234ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/flamegpu/runtime/AgentFunction.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ typedef void(AgentFunctionWrapper)(
* Initialises FLAMEGPU_API instance
* @param error_buffer Buffer used for detecting and reporting exception::DeviceErrors (flamegpu must be built with FLAMEGPU_SEATBELTS enabled for this to be used)
* @param d_curve_table Pointer to curve hash table in device memory
* @param d_agent_name Pointer to agent name string
* @param d_state_name Pointer to agent state string
* @param d_env_buffer Pointer to env buffer in device memory
* @param d_agent_output_nextID If agent output is enabled, this points to a global memory src of the next suitable agent id, this will be atomically incremented at birth
* @param popNo Total number of agents executing the function (number of threads launched)
Expand Down
2 changes: 2 additions & 0 deletions include/flamegpu/runtime/AgentFunctionCondition.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ typedef void(AgentFunctionConditionWrapper)(
* Initialises FLAMEGPU_API instance
* @param error_buffer Buffer used for detecting and reporting exception::DeviceErrors (flamegpu must be built with FLAMEGPU_SEATBELTS enabled for this to be used)
* @param d_curve_table Pointer to curve hash table in device memory
* @param d_agent_name Pointer to agent name string
* @param d_state_name Pointer to agent state string
* @param d_env_buffer Pointer to env buffer in device memory
* @param popNo Total number of agents exeucting the function (number of threads launched)
* @param d_rng Array of curand states for this kernel
Expand Down

0 comments on commit 83234ae

Please sign in to comment.