Skip to content

Commit 84dfc1b

Browse files
authored
Added CUDA executor alias (#891)
1 parent 52d91c5 commit 84dfc1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/matx/executors/cuda.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,5 @@ namespace matx
174174
cudaEvent_t stop_;
175175
};
176176

177+
using CUDAExecutor = cudaExecutor; // Alias to make it consistent with host mode
177178
};

0 commit comments

Comments
 (0)