mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
Merge pull request #21374 from cudawarped:fix_cuda_event_flags
Allow cv::cuda::Event to accept combinations of flags
This commit is contained in:
@@ -811,7 +811,7 @@ Event cv::cuda::EventAccessor::wrapEvent(cudaEvent_t event)
|
||||
|
||||
#endif
|
||||
|
||||
cv::cuda::Event::Event(CreateFlags flags)
|
||||
cv::cuda::Event::Event(const Event::CreateFlags flags)
|
||||
{
|
||||
#ifndef HAVE_CUDA
|
||||
CV_UNUSED(flags);
|
||||
|
||||
Reference in New Issue
Block a user