Restructure GPU compilation execution pipeline (#903)

* Restructure gpu compilation execution pipeline

* Add compilation server/client infrastructure

* Add wgpu executor
This commit is contained in:
Dennis Kobert
2022-12-31 02:52:04 +01:00
committed by Keavon Chambers
parent 5a4ef40d24
commit a492e7a4bb
43 changed files with 2744 additions and 482 deletions
+14 -2
View File
@@ -11,16 +11,28 @@ members = [
"node-graph/interpreted-executor",
"node-graph/borrow_stack",
"node-graph/node-macro",
"node-graph/compilation-server",
"node-graph/compilation-client",
"node-graph/vulkan-executor",
"node-graph/wgpu-executor",
"node-graph/future-executor",
"node-graph/gpu-compiler/gpu-compiler-bin-wrapper",
"libraries/dyn-any",
"libraries/bezier-rs",
"website/other/bezier-rs-demos/wasm",
]
resolver = "2"
exclude = [
"node-graph/gpu-compiler",
]
[profile.release.package.graphite-wasm]
opt-level = 3
[profile.dev.package.graphite-wasm]
opt-level = 3
[profile.dev]
opt-level = 3
#[profile.dev]
#opt-level = 3