Skip to content
New issue

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

rimage: mtl: Use DP scheduler for AEC module #8419

Merged
merged 1 commit into from
Oct 31, 2023

Conversation

yongzhi1
Copy link
Contributor

Change domain_types to DP, and allow it to run all 3 cores.

@yongzhi1
Copy link
Contributor Author

Replace thesofproject/rimage#188, thanks!!

@@ -601,9 +601,10 @@ count = 27
[[module.entry]]
name = "RTC_AEC"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just for my knowledge: what is RTC_AEC?
Thanks

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Google webRTC Acoustic Echo Cancellation

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So, SOF, integrates webrtc library to do AEC?
This is a free library compiled for Xtensa DSP?
From this link, it seems so: https://webrtc.googlesource.com/src/

Copy link
Collaborator

@kv2019i kv2019i left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A nice-to-have change to commit title, bu t otherwise look good. Please update if you refresh the commit for other reasons,

@@ -601,9 +601,10 @@ count = 27
[[module.entry]]
name = "RTC_AEC"
uuid = "B780A0A6-269F-466F-B477-23DFA05AF758"
affinity_mask = "0x3"
# bit #i = 1 means core #i is allowed.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd prefer a "rimage: mtl: " prefix for this commits.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ack, will update in next version.

Change domain_types to DP, and allow it to run all 3 cores.

Signed-off-by: Yong Zhi <yong.zhi@intel.com>
@yongzhi1 yongzhi1 reopened this Oct 30, 2023
@yongzhi1 yongzhi1 changed the title mtl: Use DP scheduler for AEC module rimage: mtl: Use DP scheduler for AEC module Oct 30, 2023
@lgirdwood
Copy link
Member

@wszypelt @lrudyX not sure if this 3P module is tested today in CI, good to merge ?

@kv2019i kv2019i merged commit e62e333 into thesofproject:main Oct 31, 2023
70 of 86 checks passed
@yongzhi1 yongzhi1 deleted the aec-dep-coreN branch November 1, 2023 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants