From f0c2fdc6d767285db3f580fecd31031da9f9523e 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 --- hipamd/bin/hipify-perl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hipamd/bin/hipify-perl b/hipamd/bin/hipify-perl index 3456f9fa41..3e39a5a11d 100755 --- a/hipamd/bin/hipify-perl +++ b/hipamd/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",