From cc1b402fe32ee5f3e716ec42d307f7acf0ddf0c5 Mon Sep 17 00:00:00 2001 From: Siu Chi Chan Date: Fri, 14 Feb 2020 13:20:12 -0500 Subject: [PATCH] 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/hip commit: f2ab87d872b88b4abd1c3c8871052321042b72a9] --- projects/hip/bin/hipcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/bin/hipcc b/projects/hip/bin/hipcc index eb3f185424..1bdb466c68 100755 --- a/projects/hip/bin/hipcc +++ b/projects/hip/bin/hipcc @@ -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 = ();