SWDEV-320978 - Revert "SWDEV-296926 - warning message for hipcc/hipconfig pl deprecation (#2438)" (#2469)
This reverts commit 9799a0278a.
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user