File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ sub get_normalized_path {
173
173
$HIPLDFLAGS .= " --ld-path=" . get_normalized_path(" $HIP_CLANG_PATH /lld-link.exe" );
174
174
}
175
175
176
- # get Clang RT Builtin path
176
+ # get Clang RT Builtin path
177
177
$HIP_CLANG_RT_LIB = ` $HIPCC --print-runtime-dir` ;
178
178
chomp ($HIP_CLANG_RT_LIB );
179
179
@@ -233,7 +233,7 @@ sub get_normalized_path {
233
233
my $runCmd = 1;
234
234
my $buildDeps = 0;
235
235
my $hsacoVersion = 0;
236
- my $funcSupp = 0 ; # enable function support
236
+ my $funcSupp = 1 ; # enable function support
237
237
my $rdc = 0; # whether -fgpu-rdc is on
238
238
239
239
my @options = ();
Original file line number Diff line number Diff line change @@ -456,7 +456,7 @@ void HipBinAmd::executeHipCCCmd(vector<string> argv) {
456
456
bool runCmd = 1 ;
457
457
bool buildDeps = 0 ;
458
458
string hsacoVersion;
459
- bool funcSupp = 0 ; // enable function support
459
+ bool funcSupp = 1 ; // enable function support
460
460
bool rdc = 0 ; // whether -fgpu-rdc is on
461
461
462
462
string prevArg; // previous argument
@@ -534,7 +534,7 @@ void HipBinAmd::executeHipCCCmd(vector<string> argv) {
534
534
if (hipBinUtilPtr_->stringRegexMatch (arg, pattern)) {
535
535
if (targetOpt == " --amdgpu-target=" ) {
536
536
std::cerr << " Warning: The --amdgpu-target option has been deprecated and will be removed in the future."
537
- << " Use --offload-arch instead.\n " ;
537
+ << " Use --offload-arch instead.\n " ;
538
538
}
539
539
// If targets string is not empty,
540
540
// add a comma before adding new target option value.
You can’t perform that action at this time.
0 commit comments