| Package | Description |
|---|---|
| org.bytedeco.cuda.cudart | |
| org.bytedeco.cuda.global |
| Modifier and Type | Method and Description |
|---|---|
CUdevResource_st |
CUdevResource_st._internal_padding(int i,
byte setter) |
CUdevResource_st |
CUdevResource_st._oversize(int i,
byte setter) |
CUdevResource_st |
CUdevResource_st.getPointer(long i) |
CUdevResource_st |
CUdevResource_st.position(long position) |
CUdevResource_st |
CUdevResource_st.sm(CUdevSmResource_st setter) |
CUdevResource_st |
CUdevResource_st.type(int setter) |
| Modifier and Type | Method and Description |
|---|---|
static int |
cudart.cuCtxGetDevResource(CUctx_st hCtx,
CUdevResource_st resource,
int type)
\brief Get context resources
Get the \p type resources available to the context represented by \p hCtx
|
static int |
cudart.cuDeviceGetDevResource(int device,
CUdevResource_st resource,
int type)
\brief Get device resources
Get the \p type resources available to the \p device.
|
static int |
cudart.cuDevResourceGenerateDesc(CUdevResourceDesc_st phDesc,
CUdevResource_st resources,
int nbResources)
\brief Generate a resource descriptor
Generates a single resource descriptor with the set of resources specified in \p resources.
|
static int |
cudart.cuDevSmResourceSplitByCount(CUdevResource_st result,
int[] nbGroups,
CUdevResource_st input,
CUdevResource_st remaining,
int useFlags,
int minCount) |
static int |
cudart.cuDevSmResourceSplitByCount(CUdevResource_st result,
IntBuffer nbGroups,
CUdevResource_st input,
CUdevResource_st remaining,
int useFlags,
int minCount) |
static int |
cudart.cuDevSmResourceSplitByCount(CUdevResource_st result,
IntPointer nbGroups,
CUdevResource_st input,
CUdevResource_st remaining,
int useFlags,
int minCount)
\brief Splits \p CU_DEV_RESOURCE_TYPE_SM resources.
|
static int |
cudart.cuGreenCtxGetDevResource(CUgreenCtx_st hCtx,
CUdevResource_st resource,
int type)
\brief Get green context resources
Get the \p type resources available to the green context represented by \p hCtx
|
Copyright © 2025. All rights reserved.