Skip to content

feat(binder): GPU_MEMORY_LIMIT binder plugin for shared GPU workloads #1367

@enoodle

Description

@enoodle

Sub-issue of #1364.

Depends on: #1365 (configurable binder plugins).

Implement a new binder plugin that injects a GPU_MEMORY_LIMIT environment variable into each container requesting a shared GPU. The value (in bytes) depends on the request type:

  • GPU memory request — value is the explicitly requested memory amount
  • GPU fraction request — value is computed after the scheduling decision, based on the fraction and the actual GPU's total memory on the assigned node

This enables external GPU memory isolation runtimes (e.g., HAMI Core) to enforce hard memory limits.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions