We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
commit c7a9218bda7c31238726bda6c96c2066cbf97478 (HEAD -> amd-omp-arch) Author: Ron Lieberman ron.lieberman@amd.com Date: Thu Nov 25 02:49:16 2021 +0000
provide evar to override -march for amd
diff --git a/openmp-offload/Makefile b/openmp-offload/Makefile index f3aae5c..dac93b7 100644 --- a/openmp-offload/Makefile +++ b/openmp-offload/Makefile @@ -67,7 +67,8 @@ endif
ifeq ($(COMPILER),amd) CC = clang
~
The text was updated successfully, but these errors were encountered:
No branches or pull requests
commit c7a9218bda7c31238726bda6c96c2066cbf97478 (HEAD -> amd-omp-arch)
Author: Ron Lieberman ron.lieberman@amd.com
Date: Thu Nov 25 02:49:16 2021 +0000
diff --git a/openmp-offload/Makefile b/openmp-offload/Makefile
index f3aae5c..dac93b7 100644
--- a/openmp-offload/Makefile
+++ b/openmp-offload/Makefile
@@ -67,7 +67,8 @@ endif
AOMP Targeting MI100 -- Change march to Target Other GPUs
ifeq ($(COMPILER),amd)
CC = clang
endif
Debug Flags
~
The text was updated successfully, but these errors were encountered: