Mehmet Oguz Derin
Mehmet Oguz Derin
Better performance with divergent kernels and more localized data sharing is a strength of modern SIMT hardware, making massively parallel algorithm considerations viable for more fields than before. The usage...
### PURPOSE This PR fixes compile issues that occur during build with version 20 of the Houdini engine. Additionally, a small note about Python version with HFS environment variable was...
Fixes https://github.com/gfx-rs/wgpu/issues/5750 Since it has been a while since I created a PR for wgpu, I might have overlooked some aspects. Your guidance would be appreciated. Thank you!
After the consensus in the group, the spec now https://github.com/gpuweb/gpuweb/commit/33fba809ff825bf9da3d4310cba869096ee654fd allows compressed formats for 3D textures.
With help of @ShinFujieda in https://github.com/GPUOpen-LibrariesAndSDKs/RadeonProRenderUSD/pull/724 PR, we noticed there are some issues such as disappearing option in H20 or plugin crash in H19 on Ubuntu 22.04 OS. Creating this...
While adding 3D texture support for BC compressed formats, we've found that ASTC has reasonable support but is not guaranteed: https://github.com/gpuweb/gpuweb/issues/3183#issuecomment-2141178318 Since query support is possible and coverage across backends...
Issue: https://github.com/gpuweb/cts/issues/3761 **Requirements for PR author:** - [x] All missing test coverage is tracked with "TODO" or `.unimplemented()`. - [x] New helpers are `/** documented */` and new helper files...
https://github.com/gpuweb/gpuweb/issues/4705 `webgpu:api,validation,texture,*`, and also operation tests where applicable.
**Summary:** Although I can workaround this issue by installing MoltenVK through Vulkan SDK and then informing the compiler through CPATH, having Vcpkg recognize MoltenVK dependency and have a package to...