From ca61e2a8c6fbf8b34b72ebe95dc9b57890b0199b Mon Sep 17 00:00:00 2001
From: Atharva Dubey <atharva.dubey@codeplay.com>
Date: Tue, 28 May 2024 08:18:38 +0100
Subject: [PATCH] Update CMakeLists.txt

Co-authored-by: Mehdi Goli <mehdi.goli@codeplay.com>
---
 CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7bb2c99ec6..5d52ba6212 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -766,7 +766,6 @@ if (CUTLASS_ENABLE_CUBLAS)
   target_compile_definitions(CUTLASS INTERFACE CUTLASS_ENABLE_CUBLAS=1)
 endif()
 
-
 include(${CMAKE_CURRENT_SOURCE_DIR}/cuDNN.cmake)
 
 if (CUTLASS_ENABLE_CUDNN)