awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesGraph State Resetters

Clears internal state of captured graphs to prepare for re-initialization.

Distinct from Execution Graphs: Focuses on state reset for graph reuse, distinct from general execution graph construction.

Explore 1 awesome GitHub repository matching software engineering & architecture · Graph State Resetters. Refine with filters or upvote what's useful.

Awesome Graph State Resetters GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • taskflow/taskflowالصورة الرمزية لـ taskflow

    taskflow/taskflow

    12,013عرض على GitHub↗

    Taskflow is a C++ task-parallel framework designed to build high-performance parallel workflows and complex dependency graphs. It provides a programming model that organizes computational work into directed acyclic graphs, enabling developers to manage concurrency, resource scheduling, and task dependencies across multi-core CPUs and GPU accelerators. The framework distinguishes itself through its ability to orchestrate heterogeneous systems, allowing for the integration of hardware-accelerated kernels and memory operations into unified execution pipelines. It supports dynamic runtime subflow

    Clears the internal state of a captured graph execution or base graph object to prepare it for new operations.

    C++concurrent-programmingcuda-programminggpu-programming
    عرض على GitHub↗12,013
  1. Home
  2. Software Engineering & Architecture
  3. Execution Graphs
  4. Graph State Resetters