-
Notifications
You must be signed in to change notification settings - Fork 9.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vulkan Fixes #5223
Vulkan Fixes #5223
Conversation
It doesn't seem to fix #5217. It still behaves pretty much the same. |
Really? I tried interactive with your commands and it was fine. |
Ah that's very strange then. Maybe it's a GPU architecture-dependant thing, or something is broken with my hardware... |
… amdvlk Co-authored-by: Engininja2 <139037756+Engininja2@users.noreply.github.com>
It's fixed now! Thank you. |
F16 is working now. Just needs some optimization. CPU is much faster. I'm just happy that it's not crashing anymore. Thank you @0cc4m. |
* Fix Vulkan F16 models * Fix Vulkan context shift crash * Add Vulkan to common.cpp dump_non_result_info_yaml function * Fix bug in Vulkan CPY op * Fix small matrix multiplication errors in AMD GPUs on Windows or with amdvlk Co-authored-by: Engininja2 <139037756+Engininja2@users.noreply.github.com> --------- Co-authored-by: Engininja2 <139037756+Engininja2@users.noreply.github.com>
* Fix Vulkan F16 models * Fix Vulkan context shift crash * Add Vulkan to common.cpp dump_non_result_info_yaml function * Fix bug in Vulkan CPY op * Fix small matrix multiplication errors in AMD GPUs on Windows or with amdvlk Co-authored-by: Engininja2 <139037756+Engininja2@users.noreply.github.com> --------- Co-authored-by: Engininja2 <139037756+Engininja2@users.noreply.github.com>
Two small fixes for bugs I had missed during development. And I had missed putting Vulkan into the common.cpp dump alongside the other backends.
Fixes #5179
Fixes #5203
Fixes #5217