Home
last modified time | relevance | path

Searched refs:slotBasisComputeSize (Results 1 – 2 of 2) sorted by relevance

/open-nvidia-gpu/src/nvidia/src/kernel/gpu/mig_mgr/
H A Dgpu_instance_subscription.c1080 NvU32 slotBasisComputeSize = kmigmgrSmallestComputeProfileSize(pGpu, pKernelMIGManager); in gisubscriptionCtrlCmdExecPartitionsGetProfileCapacity_IMPL() local
1089 …NV_CHECK_OR_RETURN(LEVEL_ERROR, slotBasisComputeSize != KMIGMGR_COMPUTE_SIZE_INVALID, NV_ERR_INVAL… in gisubscriptionCtrlCmdExecPartitionsGetProfileCapacity_IMPL()
1091 slotBasisIdRange = kmigmgrComputeProfileSizeToCTSIdRange(slotBasisComputeSize); in gisubscriptionCtrlCmdExecPartitionsGetProfileCapacity_IMPL()
H A Dkernel_mig_manager.c8478 NvU32 slotBasisComputeSize; in kmigmgrGetSlotBasisMask_IMPL() local
8482 slotBasisComputeSize = kmigmgrSmallestComputeProfileSize(pGpu, pKernelMIGManager); in kmigmgrGetSlotBasisMask_IMPL()
8483 slotBasisIdRange = kmigmgrComputeProfileSizeToCTSIdRange(slotBasisComputeSize); in kmigmgrGetSlotBasisMask_IMPL()