Skip to content
Snippets Groups Projects

move buffer initialization to buffer_create

Merged Martin Lueders requested to merge move_buffer_init into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -728,7 +728,7 @@ contains
!%Type logical
!%Section Execution::Accel
!%Description
!% Initialize new GPU buffers to zero on creation (use only for debugging, as it has an performance impact!).
!% Initialize new GPU buffers to zero on creation (use only for debugging, as it has a performance impact!).
!%End
call parse_variable(namespace, 'ZeroGPUBuffers', .false., accel%zero_buffers)
Loading