From 7d2cb896f159cbb3ea6b4aca14585aa36e13354a Mon Sep 17 00:00:00 2001 From: amdkila <47991923+amdkila@users.noreply.github.com> Date: Mon, 25 May 2020 17:10:03 -0600 Subject: [PATCH] Set default compiler to hipcc (#219) --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index eeb6579b5..962f77f25 100755 --- a/install.sh +++ b/install.sh @@ -263,7 +263,7 @@ install_prefix=hipblas-install build_clients=false build_solver=true build_cuda=false -build_hip_clang=false +build_hip_clang=true build_release=true build_relocatable=false cmake_prefix_path=/opt/rocm