Skip to content

Commit

Permalink
add new flag for transpose-cblas
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffhammond committed Apr 15, 2024
1 parent 2686bac commit eabc353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions common/make.defs.gcc
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ UPCXXFLAG+=-mtune=native -ffast-math
#CBLASFLAG=-I${HOME}/BLIS/include
#BLASFLAG=-DACCELERATE -framework Accelerate
#CBLASFLAG=-DACCELERATE -framework Accelerate -flax-vector-conversions
#CBLASFLAG+= -DACCELERATE_NEW_LAPACK
BLASFLAG=-lblas
CBLASFLAG=-lblas
#
Expand Down
1 change: 1 addition & 0 deletions common/make.defs.llvm
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ UPCXXFLAG+=-mtune=native -ffast-math
#
BLASFLAG=-DACCELERATE -framework Accelerate
CBLASFLAG=-DACCELERATE -framework Accelerate -flax-vector-conversions
CBLASFLAG+= -DACCELERATE_NEW_LAPACK
#BLASFLAG=-lblas
#CBLASFLAG=-lcblas
#
Expand Down

0 comments on commit eabc353

Please sign in to comment.