Restrict disable dynamic thread scaling only to 3.1 version (#47673)
Co-authored-by: vijay kallesh <Vijay-teekinavar.Kallesh@amd.com>
This commit is contained in:
parent
1e0aac6ac3
commit
adc8e1d996
@ -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"):
|
||||
|
Loading…
Reference in New Issue
Block a user