From e9cc6399cbaba616a692c57b3a3c0c459e35e75a Mon Sep 17 00:00:00 2001 From: Evgeny Mankov Date: Thu, 18 Jan 2018 09:14:16 +0300 Subject: [PATCH] [HIPIFY][perl] Typo fix [ROCm/hip commit: 356eaa81b872d4ca3591ebcdcfaefb0647c28d23] --- projects/hip/bin/hipify-perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/bin/hipify-perl b/projects/hip/bin/hipify-perl index 65e3d26ee0..3ea201d14f 100755 --- a/projects/hip/bin/hipify-perl +++ b/projects/hip/bin/hipify-perl @@ -281,7 +281,7 @@ while (@ARGV) { $ft{'mem'} += s/\bcudaMemcpyKind\b/hipMemcpyKind/g; $ft{'mem'} += s/\bcudaPointerAttributes\b/hipPointerAttribute_t/g; - $ft{'mem'} += s/\bcudaPointerGetAttributes\b/hipPointerGetAttribute_t/g; + $ft{'mem'} += s/\bcudaPointerGetAttributes\b/hipPointerGetAttributes/g; $ft{'mem'} += s/\bcudaMemcpy2D\b/hipMemcpy2D/g; $ft{'mem'} += s/\bcudaMemcpy2DToArray\b/hipMemcpy2DToArray/g;