Merge pull request #1053 from emankov/master

[HIPIFY][perl][fix][258] Memory fence device functions are supported now

[ROCm/clr commit: 30b49bfaff]
This commit is contained in:
Evgeny Mankov
2019-04-25 13:28:59 +03:00
committed by GitHub
melakukan 30c3c7f652
-4
Melihat File
@@ -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",