From d8f4eff1effd8b83c9fb1e8915f8dd7f31e95a40 Mon Sep 17 00:00:00 2001 From: Evgeny Mankov Date: Thu, 25 Apr 2019 13:27:30 +0300 Subject: [PATCH] [HIPIFY][perl][fix][258] Memory fence device functions are supported now [ROCm/hip commit: abd1c53cf81ca89708172fdab90c4c0d89336ad7] --- projects/hip/bin/hipify-perl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/projects/hip/bin/hipify-perl b/projects/hip/bin/hipify-perl index 3456f9fa41..3e39a5a11d 100755 --- a/projects/hip/bin/hipify-perl +++ b/projects/hip/bin/hipify-perl @@ -553,10 +553,6 @@ sub warnUnsupportedSpecialFunctions my $line_num = shift; my $m = 0; foreach $func ( - # memory fence: - "__threadfence_block", - "__threadfence", - "__threadfence_system", # Synchronization: "__syncthreads_count", "__syncthreads_and",