gentoo-ebuilds/sci-ml/cudnn-frontend/files/cudnn-frontend-1.8.0-gentoo.patch
Alfredo Tupone 32bb4b55a5
sci-ml/*: move dev-libs/cudnn-frontend to sci-ml/
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
2025-04-24 20:37:38 +02:00

10 lines
284 B
Diff

--- a/samples/cpp/utils/helpers.h 2025-02-20 19:00:02.548540412 +0100
+++ b/samples/cpp/utils/helpers.h 2025-02-20 19:02:41.923987464 +0100
@@ -5,6 +5,7 @@
#include <cuda_runtime.h>
#include <cuda_fp16.h>
+#include <cudnn_ops_infer.h>
#include <catch2/catch_test_macros.hpp>