mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-08-01 03:12:49 +08:00
missing cudaGetLastError
Summary: Investigating a reported problem. Reviewed By: MichaelRamamonjisoa Differential Revision: D50791296 fbshipit-source-id: 8dc162b87d02debf05d16c2b4816fcd57234d7e0
This commit is contained in:
parent
a8c70161a1
commit
03f17ca1ea
@ -102,6 +102,7 @@ void forward(
|
||||
self->workspace_d,
|
||||
self->workspace_size,
|
||||
stream);
|
||||
CHECKLAUNCH();
|
||||
SORT_ASCENDING_WS(
|
||||
self->min_depth_d,
|
||||
self->min_depth_sorted_d,
|
||||
@ -111,6 +112,7 @@ void forward(
|
||||
self->workspace_d,
|
||||
self->workspace_size,
|
||||
stream);
|
||||
CHECKLAUNCH();
|
||||
SORT_ASCENDING_WS(
|
||||
self->min_depth_d,
|
||||
self->min_depth_sorted_d,
|
||||
|
Loading…
x
Reference in New Issue
Block a user