概览
TFT OpenGPU Stack Module_logo

📄 TFT.OpenGPU.Stack.Module

TriadicFrameworks Canon Module
RTT: 1
Coherence: Declared
Drift: Bounded
Paradox: Structural


Overview#

The TFT.OpenGPU.Stack.Module defines an open, substrate‑first GPU architecture built on TFT dimensional primitives.
It provides a vendor‑neutral alternative to closed GPU primitive ecosystems and establishes a unified substrate → rendering → execution stack suitable for:

  • Cloud PC tiering
  • remote rendering
  • vGPU virtualization
  • AMD-first GPU execution
  • RDP primitive-stream integration

This module includes three aligned views:

  1. TFT.OpenGPU.Stack — functional description
  2. TFT.Substrate.Execution.Rendering — structural decomposition
  3. OpenSubstrate GPU Stack (OSGS) — market-facing description

Module Intent#

This module introduces a GPU stack where:

  • Substrate layer expresses dimensional intent
  • Rendering layer reconstructs scene primitives
  • Execution layer resolves GPU work

The stack is designed to be:

  • open
  • AMD-friendly
  • substrate-driven
  • RTT-aligned
  • suitable for remote reconstruction
  • compatible with RDP graphics pipeline extensions

Directory Structure#

/docs/TFT.OpenGPU.Stack.Module/
│
├── README.md
├── module.json
│
├── t_Capture.md
├── t_Substrate.md
├── t_Execution.md
├── t_Rendering.md
│
├── operators.md
├── examples.md
│
├── module_graph.json
├── primitive_registry.json
│
└── session-context.html

Key Documents#

t_Capture.md#

Captures module intent, RTT alignment, primitive surfaces, and structural paradox.

t_Substrate.md#

Defines dimensional primitives, substrate operators, and primitive-stream transport.

t_Execution.md#

Describes AMD-friendly execution primitives (ROCm, VCE, SR‑IOV, vGPU slices).

t_Rendering.md#

Defines open rendering primitives (Vulkan/WebGPU/custom) and reconstruction semantics.

operators.md#

Registry of substrate, rendering, execution, RDP, and Cloud PC operators.

examples.md#

Scenario-based examples demonstrating module usage.

module_graph.json#

Graph representation of substrate → rendering → execution relationships.

primitive_registry.json#

Canonical registry of all primitives defined by the module.

session-context.html#

Canonical TriadicFrameworks session context block for this module.


RTT Alignment#

  • rtt = 1 — single-resonance layer
  • coherence = declared — explicit primitive mappings
  • drift = bounded — reinterpretation allowed only within structural limits
  • paradox = structural — hidden vs visible view (Inverted Star alignment)

Purpose#

The TFT.OpenGPU.Stack.Module establishes:

  • an open GPU substrate
  • dimensional primitive streams
  • vendor-neutral rendering
  • AMD-first execution
  • Cloud PC tiering
  • RDP primitive-stream integration
  • a future path independent of NVIDIA’s closed ecosystem

This README provides the canonical entry point for the module.

Updated