AUTHORS.md
LICENSE
README.md
pyproject.toml
src/vedart/__init__.py
src/vedart/__version__.py
src/vedart/config.py
src/vedart/exceptions.py
src/vedart/py.typed
src/vedart/types.py
src/vedart.egg-info/PKG-INFO
src/vedart.egg-info/SOURCES.txt
src/vedart.egg-info/dependency_links.txt
src/vedart.egg-info/requires.txt
src/vedart.egg-info/top_level.txt
src/vedart/core/__init__.py
src/vedart/core/context.py
src/vedart/core/executor.py
src/vedart/core/heuristics.py
src/vedart/core/runtime.py
src/vedart/core/scheduler.py
src/vedart/core/scope.py
src/vedart/core/task.py
src/vedart/deterministic/__init__.py
src/vedart/deterministic/replay.py
src/vedart/deterministic/scheduler.py
src/vedart/executors/__init__.py
src/vedart/executors/async_executor.py
src/vedart/executors/process_pool.py
src/vedart/executors/thread_pool.py
src/vedart/gpu/__init__.py
src/vedart/gpu/backend.py
src/vedart/gpu/decorators.py
src/vedart/gpu/executor.py
src/vedart/gpu/memory.py
src/vedart/iter/__init__.py
src/vedart/iter/parallel.py
src/vedart/telemetry/__init__.py
src/vedart/telemetry/export.py
src/vedart/telemetry/metrics.py
src/vedart/telemetry/tracing.py
src/vedart/utils/__init__.py
src/vedart/utils/serialization.py
src/vedart/utils/system.py