研究社交

Results 6 issues of 研究社交

# Objective Make core pipeline graphic nodes, including `BloomNode`, `FxaaNode`, `TonemappingNode` and `UpscalingNode` public. This will allow users to construct their own render graphs with these build-in nodes. ## Solution...

A-Rendering
C-Usability

**Description** I try to upgrade [`web-rwkv`](https://github.com/cryscan/web-rwkv), an LLM inferencing backend using compute shaders. to v0.19. However after upgrading, I find that when running the model, it **gets slower and slower**,...

area: performance

When Alice: or Bob: occurs in reply, recover the chat state.

**Description** Some buffer memory not get freed after the device is dropped. ![40d0847837d2d92e9c1cd014f5ed97a4](https://github.com/gfx-rs/wgpu/assets/16053640/c6cefcd3-019a-4638-be59-8085af38b13c) In the picture above, I load the same amount of data twice. Between the loads I drop...

I run the example on main branch and find that the player and the enimies jitters when moving. Is there a system schedule ordering issue here?

Here is the definition of types: ```rust #[derive(Debug, Clone, Derivative, Serialize, Deserialize, ToSchema)] #[derivative(Default)] #[serde(default)] pub struct NucleusParams { #[derivative(Default(value = "0.5"))] pub top_p: f32, #[derivative(Default(value = "128"))] pub top_k:...