diff '--color=auto' -ur onnxruntime-1.27.0.orig/cmake/onnxruntime_providers_cuda.cmake onnxruntime-1.27.0/cmake/onnxruntime_providers_cuda.cmake
--- onnxruntime-1.27.0.orig/cmake/onnxruntime_providers_cuda.cmake	2026-06-12 17:12:02.000000000 +0200
+++ onnxruntime-1.27.0/cmake/onnxruntime_providers_cuda.cmake	2026-06-19 23:26:57.567690483 +0200
@@ -360,7 +360,7 @@
           message( WARNING "To compile with NHWC ops enabled please compile against cuDNN 9 or newer." )
         endif()
       endif()
-      target_link_libraries(${target} PRIVATE CUDA::cublasLt CUDA::cublas CUDNN::cudnn_all cudnn_frontend CUDA::curand CUDA::cufft CUDA::cudart CUDA::nvrtc CUDA::cuda_driver
+      target_link_libraries(${target} PRIVATE CUDA::cublasLt CUDA::cublas CUDNN::cudnn_all CUDA::curand CUDA::cufft CUDA::cudart CUDA::nvrtc CUDA::cuda_driver
               ${ABSEIL_LIBS} ${ONNXRUNTIME_PROVIDERS_SHARED} Boost::mp11 safeint_interface)
     endif()
 
