From 47a3ebbea9860e14c095b52c4e6e2db33340f572 Mon Sep 17 00:00:00 2001 From: Driss Guessous <32754868+drisspg@users.noreply.github.com> Date: Fri, 2 Feb 2024 22:30:32 -0800 Subject: [PATCH] Add a missing platform include (#1328) --- include/cutlass/bfloat16.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/cutlass/bfloat16.h b/include/cutlass/bfloat16.h index 92d4bf92..75cadbfa 100644 --- a/include/cutlass/bfloat16.h +++ b/include/cutlass/bfloat16.h @@ -57,6 +57,7 @@ #include #include "cutlass/cutlass.h" +#include "cutlass/platform/platform.h" namespace cutlass {