SWDEV-320978 - Revert "SWDEV-296926 - warning message for hipcc/hipconfig pl deprecation (#2438)" (#2469)

This reverts commit 9799a0278a.
This commit is contained in:
Maneesh Gupta
2022-02-04 23:22:41 +05:30
committed by GitHub
parent c341658db1
commit ee16f95c77
2 changed files with 0 additions and 9 deletions
-5
View File
@@ -759,11 +759,6 @@ if ($printCXXFlags) {
if ($printLDFlags) {
print $HIPLDFLAGS;
}
$warn = "\nPlease note that hipcc/hipconfig perl binaries are deprecated and will be removed in a future release.
hipcc/hipconfig as C++ binaries are available for use as hipcc.bin and hipconfig.bin. \n";
print "$warn";
if ($runCmd) {
system ("$CMD");
if ($? == -1) {
-4
View File
@@ -48,7 +48,6 @@ $ROCM_PATH = $hipvars::ROCM_PATH;
$HIP_VERSION = $hipvars::HIP_VERSION;
$HSA_PATH = $hipvars::HSA_PATH;
Getopt::Long::Configure ( qw{bundling no_ignore_case});
GetOptions(
"help|h" => \$p_help
@@ -149,9 +148,6 @@ if ($p_version) {
}
if (!$printed or $p_full) {
$warn = "Please note that hipcc/hipconfig perl binaries are deprecated and will be removed in a future release.
hipcc/hipconfig as C++ binaries are available for use as hipcc.bin and hipconfig.bin. \n";
print "$warn";
print "HIP version : ", $HIP_VERSION, "\n\n";
print "== hipconfig\n";
print "HIP_PATH : ", $HIP_PATH, "\n";