Skip to content

Fix GPU bug in batch operation

Sebastian Ohlmann requested to merge fix_cuda_error into main

Description

A GPU buffer allocation was too small and the copy operation afterwards would use a larger size, leading to an error (CUDA_ERROR_INVALID_VALUE).

Merge request reports

Loading