Skip to content

Commit

Permalink
Restrict disable dynamic thread scaling only to 3.1 version (spack#47673
Browse files Browse the repository at this point in the history
)

Co-authored-by: vijay kallesh <Vijay-teekinavar.Kallesh@amd.com>
  • Loading branch information
amd-toolchain-support and vkallesh authored Nov 19, 2024
1 parent 1e0aac6 commit adc8e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/amdblis/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def configure_args(self):
elif spec.satisfies("@3.0.1: %aocc"):
args.append("--complex-return=intel")

if spec.satisfies("@3.1:"):
if spec.satisfies("@3.1"):
args.append("--disable-aocl-dynamic")

if spec.satisfies("+logging"):
Expand Down

0 comments on commit adc8e1d

Please sign in to comment.