From 459efb296c2964284ef155017ed7c9af45ea5be9 Mon Sep 17 00:00:00 2001 From: Gregory Shtrasberg Date: Mon, 3 Feb 2025 16:05:19 +0000 Subject: [PATCH] Fix the hashbang in the hipify script Signed-off-by: Gregory Shtrasberg --- cmake/hipify.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/hipify.py b/cmake/hipify.py index 2e0c8a17241..189326a7564 100755 --- a/cmake/hipify.py +++ b/cmake/hipify.py @@ -1,7 +1,7 @@ -# SPDX-License-Identifier: Apache-2.0 - #!/usr/bin/env python3 +# SPDX-License-Identifier: Apache-2.0 + # # A command line tool for running pytorch's hipify preprocessor on CUDA # source files.