From 108c40bbd533489c754ffe17baa59a139b5dbf24 Mon Sep 17 00:00:00 2001 From: Eiden Yoshida <47196116+eidenyoshida@users.noreply.github.com> Date: Mon, 25 May 2020 17:09:05 -0600 Subject: [PATCH] Change default compiler in install script to hipcc (#204) --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7ac2be1f..bdde8652 100755 --- a/install.sh +++ b/install.sh @@ -234,7 +234,7 @@ install_package=false install_dependencies=false build_clients=false build_release=true -build_hip_clang=false +build_hip_clang=true build_static=false install_prefix=rocsparse-install rocm_path=/opt/rocm