You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// if npu no meet the task require,the task will failed.so need to intercept in advance
ssn.AddPredicateFn(tp.Name(), func(taskInfo *api.TaskInfo, nodeInfo *api.NodeInfo) error {
return sHandler.NodePredicate(taskInfo, nodeInfo, ssn.Configurations)
})
What you expected to happen:
Should be compatiable with other extender plugins
How to reproduce it (as minimally and precisely as possible):
There are other plugins dynamically loaded to volcano. eg. huawei's acend gpu, https://gitee.com/ascend/ascend-for-volcano
What happened:
https://github.com/volcano-sh/volcano/blob/b95d0f15e0ff2af9a7c9ae9a037a4c4c9e7300aa/pkg/scheduler/api/types.go#L170C6-L170C17
npu plugin
https://gitee.com/ascend/ascend-for-volcano/blame/master/huawei_npu.go
What you expected to happen:
Should be compatiable with other extender plugins
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Introduced by refact PR #2916
Environment:
kubectl version
):uname -a
):The text was updated successfully, but these errors were encountered: