Merge pull request #1053 from emankov/master

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

[ROCm/hip commit: c72ed8ac6d]
Этот коммит содержится в:
Evgeny Mankov
2019-04-25 13:28:59 +03:00
коммит произвёл GitHub
родитель 0af20d6a32 d8f4eff1ef
Коммит b841e50d9d
-4
Просмотреть файл
@@ -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",