feat(v9): distributed computing + cloud-native + KBE + WASM + digital twin
v9.1 — Distributed Computing (超越 Parasolid): - cluster_engine: ClusterManager, TaskScheduler(DAG+Kahn), 4 load-balance strategies - distributed_boolean, distributed_marching_cubes, distributed_ray_tracing - grpc_service: BrepOps/MeshOps/SdfOps RPC, streaming, TLS, connection pool - ~750 lines v9.2 — Cloud-Native + KBE + WASM + Digital Twin (34/34 tests passing): - cloud_native: CloudSession, OperationalTransform, DeltaSync, Serverless, ObjectStorage - knowledge_engine: CheckMate(13 rules), RuleEngine, DesignTable, GA+Adam optimizer - vde_wasm: WasmBridge, WebWorkerPool, SharedArrayBuffer, IndexedDB - dt_engine: DigitalTwin, MQTT/OPC-UA, RealTimeSync, PredictiveMaintenance(RUL) - 3950 lines, 34 tests all passing Pending: AI/ML integration (retrying) 18 files, ~4700 lines
This commit is contained in:
@@ -12,6 +12,8 @@ option(VDE_USE_GMP "GMP exact arithmetic" OFF)
|
||||
option(VDE_BUILD_PYTHON "Python bindings" OFF)
|
||||
option(VDE_USE_OPENMP "Enable OpenMP parallelization" ON)
|
||||
option(VDE_USE_CUDA "Enable CUDA GPU acceleration" OFF)
|
||||
option(VDE_USE_ONNX "Enable ONNX Runtime for AI inference" OFF)
|
||||
option(VDE_USE_TENSORRT "Enable TensorRT acceleration" OFF)
|
||||
|
||||
add_library(vde_compile_options INTERFACE)
|
||||
include(cmake/CompilerSettings.cmake)
|
||||
|
||||
Reference in New Issue
Block a user