From 8f98804a264091100701e4b6e9e1339ae26c5854 Mon Sep 17 00:00:00 2001 From: Eiden Yoshida <47196116+eidenyoshida@users.noreply.github.com> Date: Wed, 24 Jun 2020 21:39:34 -0600 Subject: [PATCH] Change install script compiler to hipclang (#300) --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index f9252e83..18e34a43 100755 --- a/install.sh +++ b/install.sh @@ -261,6 +261,7 @@ install_prefix=rocfft-install build_clients=false build_release=true build_relocatable=false +build_hip_clang=true # ################################################# # Parameter parsing