Merge pull request #1053 from emankov/master

[HIPIFY][perl][fix][258] Memory fence device functions are supported now
This commit is contained in:
Evgeny Mankov
2019-04-25 13:28:59 +03:00
zatwierdzone przez GitHub
-4
Wyświetl plik
@@ -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",