@@ -346,15 +346,15 @@ func (r *FirstFitPolicy) SetAllocationDetails(profileName string, newStart, size
346
346
// Policy based allocation - LeftToRIght
347
347
func (l * LeftToRightPolicy ) SetAllocationDetails (profileName string , newStart , size uint32 , podUUID , nodename string ,
348
348
processed string , discoveredGiprofile int , Ciprofileid int , Ciengprofileid int ,
349
- namespace string , podName string ) * inferencev1alpha1.AllocationDetails {
349
+ namespace string , podName string , gpuUuid string ) * inferencev1alpha1.AllocationDetails {
350
350
// Implement the left-to-right policy here
351
351
return & inferencev1alpha1.AllocationDetails {}
352
352
}
353
353
354
354
// Policy based allocation - RigghToLeft
355
355
func (l * RightToLeftPolicy ) SetAllocationDetails (profileName string , newStart , size uint32 , podUUID , nodename string ,
356
356
processed string , discoveredGiprofile int , Ciprofileid int , Ciengprofileid int ,
357
- namespace string , podName string ) * inferencev1alpha1.AllocationDetails {
357
+ namespace string , podName string , gpuUuid string ) * inferencev1alpha1.AllocationDetails {
358
358
// Implement the left-to-right policy here
359
359
return & inferencev1alpha1.AllocationDetails {}
360
360
}
0 commit comments