From 442b6fd28e084b2450e3c5ee12daf8d35f49e81b Mon Sep 17 00:00:00 2001 From: Jithun Nair Date: Thu, 28 Jul 2022 22:06:57 +0000 Subject: [PATCH] test --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 676182e..b45fd55 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Hipify_torch +#test hipify_torch is a python utility to convert CUDA C/C++ code into HIP C/C++ code. It is NOT a parser; it does a smart but basic search-and-replace based on CUDA-to-HIP mappings which are specified in the hipify_torch module.