Interface CfnFleet.IAcceleratorSelectionProperty
Describes a specific GPU accelerator required for an Amazon Elastic Compute Cloud worker host.
Namespace: Amazon.CDK.AWS.Deadline
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnFleet.IAcceleratorSelectionProperty
Syntax (vb)
Public Interface CfnFleet.IAcceleratorSelectionProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Deadline;
var acceleratorSelectionProperty = new AcceleratorSelectionProperty {
Name = "name",
// the properties below are optional
Runtime = "runtime"
};
Synopsis
Properties
| Name | The name of the chip used by the GPU accelerator. |
| Runtime | Specifies the runtime driver to use for the GPU accelerator. |
Properties
Name
The name of the chip used by the GPU accelerator.
string Name { get; }
Property Value
Remarks
The available GPU accelerators are:
Runtime
Specifies the runtime driver to use for the GPU accelerator.
string? Runtime { get; }
Property Value
Remarks
You must use the same runtime for all GPUs in a fleet.
You can choose from the following runtimes:
If you don't specify a runtime, AWS Deadline Cloud uses latest as the default. However, if you have multiple accelerators and specify latest for some and leave others blank, AWS Deadline Cloud raises an exception.
Not all runtimes are compatible with all accelerator types:
All accelerators in a fleet must use the same runtime version. You cannot mix different runtime versions within a single fleet. > When you specify latest , it resolves to grid:r570 for all currently supported accelerators.