missing cudaGetLastError

Summary: Investigating a reported problem.

Reviewed By: MichaelRamamonjisoa

Differential Revision: D50791296

fbshipit-source-id: 8dc162b87d02debf05d16c2b4816fcd57234d7e0
This commit is contained in:
Jeremy Reizenstein 2023-10-30 09:35:08 -07:00 committed by Facebook GitHub Bot
parent a8c70161a1
commit 03f17ca1ea

View File

@ -102,6 +102,7 @@ void forward(
self->workspace_d, self->workspace_d,
self->workspace_size, self->workspace_size,
stream); stream);
CHECKLAUNCH();
SORT_ASCENDING_WS( SORT_ASCENDING_WS(
self->min_depth_d, self->min_depth_d,
self->min_depth_sorted_d, self->min_depth_sorted_d,
@ -111,6 +112,7 @@ void forward(
self->workspace_d, self->workspace_d,
self->workspace_size, self->workspace_size,
stream); stream);
CHECKLAUNCH();
SORT_ASCENDING_WS( SORT_ASCENDING_WS(
self->min_depth_d, self->min_depth_d,
self->min_depth_sorted_d, self->min_depth_sorted_d,