| Package | Description |
|---|---|
| org.bytedeco.cuda.cudart | |
| org.bytedeco.cuda.global |
| Modifier and Type | Method and Description |
|---|---|
CUlaunchAttribute |
CUlaunchAttribute.value(CUlaunchAttributeValue setter) |
| Modifier and Type | Method and Description |
|---|---|
static int |
cudart.cuGraphKernelNodeGetAttribute(CUgraphNode_st hNode,
int attr,
CUlaunchAttributeValue value_out)
\brief Queries node attribute.
|
static int |
cudart.cuGraphKernelNodeSetAttribute(CUgraphNode_st hNode,
int attr,
CUlaunchAttributeValue value)
\brief Sets node attribute.
|
static int |
cudart.cuStreamGetAttribute(CUstream_st hStream,
int attr,
CUlaunchAttributeValue value_out)
\brief Queries stream attribute.
|
static int |
cudart.cuStreamSetAttribute(CUstream_st hStream,
int attr,
CUlaunchAttributeValue value)
\brief Sets stream attribute.
|
Copyright © 2023. All rights reserved.