mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-25 15:48:12 +08:00
Restructure GPU compilation execution pipeline (#903)
* Restructure gpu compilation execution pipeline * Add compilation server/client infrastructure * Add wgpu executor
This commit is contained in:
committed by
Keavon Chambers
parent
5a4ef40d24
commit
a492e7a4bb
+14
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user