Skip to content

[Runtime][PipelineExecutor] Fix CPU affinity setting issue.#10781

Merged
masahi merged 1 commit intoapache:mainfrom
huajsj:outputforward
Mar 26, 2022
Merged

[Runtime][PipelineExecutor] Fix CPU affinity setting issue.#10781
masahi merged 1 commit intoapache:mainfrom
huajsj:outputforward

Conversation

@huajsj
Copy link
Contributor

@huajsj huajsj commented Mar 25, 2022

The CPU affinity setting not work in pipeline executor, the symptom is that there is no perf change after doing cpu affinity
change. the reason is that only the 'ConfigRuntime' class stored the cpu affinity setting but the 'BackendRuntime' class not.

Found the CPU affinity setting not work in pipeline executor, the
symptom is that there is no perf change after doing cpu affinity
change. the reason is that only the ConfigRuntime stored the cpu
affinity setting but the BackendRuntime class not.
@masahi masahi merged commit efb37a6 into apache:main Mar 26, 2022
pfk-beta pushed a commit to pfk-beta/tvm that referenced this pull request Apr 11, 2022
…0781)

Found the CPU affinity setting not work in pipeline executor, the
symptom is that there is no perf change after doing cpu affinity
change. the reason is that only the ConfigRuntime stored the cpu
affinity setting but the BackendRuntime class not.
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.

2 participants