Drop --amdgpu-target= options for hip-clang

They are replaced by --cuda-gpu-arch= options elsewhere
Este commit está contenido en:
Yaxun (Sam) Liu
2018-05-28 10:46:23 -04:00
padre a1fea02c6e
commit 9008a3ec56
+4
Ver fichero
@@ -303,6 +303,10 @@ foreach $arg (@ARGV)
$default_amdgpu_target = 0;
}
# hip-clang does not accept --amdgpu-target= options.
if (($arg =~ /--amdgpu-target=/) and $HIP_PLATFORM eq 'clang' ) {
$swallowArg = 1;
}
if(($trimarg eq '-stdlib=libstdc++') and ($setStdLib eq 0))
{