Disabling HCC code object v3 generation by default.

Some PyTorch unit tests have regression.  Disabling cov3 to allow more
time to debug and unblock PyTorch

Change-Id: Iba7f425ef3499c20c42ec45d9152b5d27ce97d03


[ROCm/clr commit: 13052f27c2]
This commit is contained in:
Siu Chi Chan
2020-02-14 13:20:12 -05:00
bovenliggende 0fee0571d8
commit c74c8d7a1c
+1 -1
Bestand weergeven
@@ -342,7 +342,7 @@ my $runCmd = 1;
my $buildDeps = 0;
my $linkType = 1;
my $setLinkType = 0;
my $coFormatv3 = 1;
my $coFormatv3 = 0;
my @options = ();
my @inputs = ();