From 7ac7449d6058e77ee04aad09066075cdb076b9c0 Mon Sep 17 00:00:00 2001 From: nya-a-cat <188900516+nya-a-cat@users.noreply.github.com> Date: Sat, 11 Jul 2026 00:01:55 +0800 Subject: [PATCH] fix NVRTC HyperConnection PDL declaration --- .../include/deep_gemm/impls/sm100_tf32_hc_prenorm_gemm.cuh | 2 ++ deep_gemm/include/deep_gemm/impls/sm90_tf32_hc_prenorm_gemm.cuh | 2 ++ 2 files changed, 4 insertions(+) diff --git a/deep_gemm/include/deep_gemm/impls/sm100_tf32_hc_prenorm_gemm.cuh b/deep_gemm/include/deep_gemm/impls/sm100_tf32_hc_prenorm_gemm.cuh index aaf7fd9aea..47b68e978a 100644 --- a/deep_gemm/include/deep_gemm/impls/sm100_tf32_hc_prenorm_gemm.cuh +++ b/deep_gemm/include/deep_gemm/impls/sm100_tf32_hc_prenorm_gemm.cuh @@ -2,6 +2,8 @@ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wunknown-attributes" +#include + #include #include diff --git a/deep_gemm/include/deep_gemm/impls/sm90_tf32_hc_prenorm_gemm.cuh b/deep_gemm/include/deep_gemm/impls/sm90_tf32_hc_prenorm_gemm.cuh index 93b1410010..f0e981387a 100644 --- a/deep_gemm/include/deep_gemm/impls/sm90_tf32_hc_prenorm_gemm.cuh +++ b/deep_gemm/include/deep_gemm/impls/sm90_tf32_hc_prenorm_gemm.cuh @@ -2,6 +2,8 @@ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wunknown-attributes" +#include + #include #include