cudawarped

Results 79 comments of cudawarped
trafficstars

@awarebayes where did you get to with this? I finally had chance to take a look and I'm not sure if it makes sense to use templates in this case....

> Ifdefs can solve anything but those are just macros and do not provide static dispatch Can you explain futher what you mean? Both the templated and the #define version...

> error: ‘cudnnSetRNNDescriptor_v6’ was not declared in this scope; did you mean ‘cudnnSetRNNDescriptor_v8’? No, although I suspect its the same issue if your using cuDNN 9.0. You can see my...

The older versions are available under [archived releases](https://developer.nvidia.com/rdp/cudnn-archive).

@RaceIsIm Can you check your CMake configuration output to make sure you are using 8.9.7 and not still using 9.0, i.e. > -- cuDNN: YES (ver 8.9.7)

> What is the Opencv version used and can you please mention what flags have you enabled Use the latest version of OpenCV with CUDA 12.3 and cuDNN 8.97 (currently...

> and object lib\Release\opencv_world490.exp LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library recurrent_layers.cpp.obj : error LNK2019: unresolved external symbol cudnnSetRNNDescriptor_v6 The error looks to...

@ZelboK That's great, if you subit your PR ontop of the 4.x branch the 5.x branch will get manually updated in due time.

> @cudawarped could you take a look? Of course, but I may not have time before the release of 4.9.0.

@chacha21 You will need to squash and rebase this onto the tip of the 4.x branch as the CUDA CMake configuration has changed in the main repo since you submited...