Alexander Meißner
Alexander Meißner
https://github.com/Lichtso/wgpu/tree/subgroup_feature @teoxoy I merged trunk into it as requested and fixed the tests. So it is ready for review now.
@taozhu-chicago This has not been activated on any network and is in 1.15 only, right? Because, I think I have found a way remove the duplication of loaded accounts in...
I updated the problem description in #27938 to describe the reason why the limit was introduced. This limit is not about computational resources but peak memory allocation. Thus we can't...
https://github.com/gfx-rs/wgpu/pull/4190 proposes a set of built-in functions and built-in values and implements them for DirectX, Metal, Vulkan and OpenGL. Feedback and ideas are welcome.
The standard changed their naming to match ours, so "Slightly different naming (sum vs add and product vs mul)" can be removed: https://github.com/gpuweb/gpuweb/pull/4627
No, they this repo is definitely not "up to date" (last commit is 4 years ago). Also this repo contains only the JS-engine of WebKit, not the entire WebKit project....
Not that I know of, but you could post it here if you find something
It takes `uint32_t axis` and `vulkanFFTPlan->axes[axis].sampleCount` as input and then calculates `stageCount` and `stageRadix[]` from that. The "stages" refer to the iterations in this algorithm: https://en.wikipedia.org/wiki/Cooley%E2%80%93Tukey_FFT_algorithm
Interesting idea. However, the spec is not finalized yet ([Editor’s Draft](https://www.w3.org/standards/types#ED)), so it is still subject to heavy changes in the syntax etc.
https://github.com/solana-labs/solana/issues/27384 is completely outdated and will not be implemented anymore. Also https://github.com/solana-labs/solana/issues/32924 is just a sub-issue of https://github.com/solana-labs/solana/issues/20323.