CMakeLists.txt
Cargo.lock
Cargo.toml
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
include/hipgraph_bridge.h
python/gfxgraph/__init__.py
python/gfxgraph/__main__.py
python/gfxgraph/_enable.py
python/gfxgraph.egg-info/PKG-INFO
python/gfxgraph.egg-info/SOURCES.txt
python/gfxgraph.egg-info/dependency_links.txt
python/gfxgraph.egg-info/entry_points.txt
python/gfxgraph.egg-info/requires.txt
python/gfxgraph.egg-info/top_level.txt
python/gfxgraph/_native/__init__.py
python/gfxgraph/_native/libhipgraph_bridge.so
python/hipgraph_bridge/_C.py
python/hipgraph_bridge/__init__.py
python/hipgraph_bridge/capture_safety.py
python/hipgraph_bridge/compile_backend.py
python/hipgraph_bridge/conditional.py
python/hipgraph_bridge/diag_zh.py
python/hipgraph_bridge/diagnostics.py
python/hipgraph_bridge/graph_manager.py
python/hipgraph_bridge/guard.py
python/hipgraph_bridge/hardware.py
python/hipgraph_bridge/interop.py
python/hipgraph_bridge/ops.py
python/hipgraph_bridge/shape_bucketing.py
python/hipgraph_bridge/wavefront.py
rust/rs_gfxgraph/CHANGELOG.md
rust/rs_gfxgraph/Cargo.lock
rust/rs_gfxgraph/Cargo.toml
rust/rs_gfxgraph/README.md
rust/rs_gfxgraph/src/lib.rs
rust/rs_gfxgraph_core/CHANGELOG.md
rust/rs_gfxgraph_core/Cargo.toml
rust/rs_gfxgraph_core/README.md
rust/rs_gfxgraph_core/.logs/app.jsonl
rust/rs_gfxgraph_core/.logs/error.jsonl
rust/rs_gfxgraph_core/policy_keys/crate_embedded_public_key.json
rust/rs_gfxgraph_core/policy_keys/policy_mesh_private_key.encrypted.json
rust/rs_gfxgraph_core/src/adapter.rs
rust/rs_gfxgraph_core/src/convert.rs
rust/rs_gfxgraph_core/src/error.rs
rust/rs_gfxgraph_core/src/geometry.rs
rust/rs_gfxgraph_core/src/layout.rs
rust/rs_gfxgraph_core/src/lib.rs
rust/rs_gfxgraph_core/src/policy_contract.rs
rust/rs_gfxgraph_core/src/registry.rs
rust/rs_gfxgraph_core/src/router.rs
rust/rs_gfxgraph_core/src/runner.rs
rust/rs_gfxgraph_core/src/schema.rs
rust/rs_gfxgraph_core/src/settings.rs
rust/rs_gfxgraph_core/src/shape.rs
rust/rs_gfxgraph_core/src/signal.rs
rust/rs_gfxgraph_core/src/stats.rs
rust/rs_gfxgraph_core/src/validator.rs
rust/rs_gfxgraph_core/src/wave.rs
rust/rs_gfxgraph_core/tests/contracts.rs
rust/rs_gfxgraph_stats/CHANGELOG.md
rust/rs_gfxgraph_stats/Cargo.toml
rust/rs_gfxgraph_stats/README.md
rust/rs_gfxgraph_stats/src/lib.rs
rust/rs_gfxgraph_toolbox/CHANGELOG.md
rust/rs_gfxgraph_toolbox/Cargo.toml
rust/rs_gfxgraph_toolbox/README.md
rust/rs_gfxgraph_toolbox/src/lib.rs
src/capture_compositor.hip
src/conditional_bridge.hip
src/graph_utils.hip
src/init.cpp
src/launch_pipeline.hip
src/shape_manager.hip
src/compat/cuda_intercept.c
tests/test_adaptive.py
tests/test_diagnostics.py
tests/test_gfxgraph_rs.py
tests/test_graph_manager.py
tests/test_guard.py
tests/test_rust_stats.py
tests/test_torch_integration.py