Skip to content

Commit 353c954

Browse files
[CK DSL] Link provider README to design plan
Add a "Design plan" section to the ck-dsl-provider README pointing at the CK DSL hipDNN Provider plan as the source of truth for milestone scope, the runtime embedded-Python architecture, and resolved design questions. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 93e28ac commit 353c954

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

dnn-providers/ck-dsl-provider/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,3 +185,15 @@ this plugin is the first embedder).
185185

186186
GPU-gated tests skip cleanly on hosts without a HIP-visible device;
187187
the integration test additionally skips on non-gfx950 hardware.
188+
189+
## Design plan
190+
191+
The provider's architecture, milestone scope, and resolved design
192+
questions are recorded in the implementation plan:
193+
194+
- [CK DSL hipDNN Provider — Plan](../../projects/composablekernel/python/ck_dsl/dsl_docs/hipdnn_provider/plan.md)
195+
196+
This document is the source of truth for the Milestone 1 goal and
197+
non-goals, the runtime embedded-Python architecture, and the rationale
198+
behind decisions such as the embedded interpreter, pybind11 binding,
199+
and provider-local compile service that are summarised above.

0 commit comments

Comments
 (0)