Masato Nakasaka and GitHub
4cc6eb158c
ci: Setup self-hosted CI for Intel Linux Vulkan backend ( #20154 )
2026-03-12 06:43:22 +01:00
Masato Nakasaka and GitHub
5866e3bbc8
vulkan: Fix ErrorOutOfHostMemory on Intel GPU when loading large models with --no-mmap ( #20059 )
...
* Changed to reuse command buffers to fix crashing on Intel GPU
* Removed unused parameter
* Fixed compile error and minor mistake
* Fix logging
* Changing to use usage flag per command buffer
* fixed style
* added buffer reset
* Removed cmd_buffer_idx for reuse consistency
* Fixed style
2026-03-12 06:30:16 +01:00
Masato Nakasaka and GitHub
067b8d7af3
Revert "vulkan: force full subgroups for flash attention to fix intel subgroup crash ( #17356 )" ( #18831 )
...
This reverts commit 980b7cd17e .
2026-01-21 17:13:43 +01:00
Masato Nakasaka and GitHub
3f3a4fb9c3
Revive MUL_MAT_ID to perf testing ( #17397 )
2025-11-22 10:55:43 +01:00
Masato Nakasaka and GitHub
2976b0374d
vulkan: Fix crash when FP16 mul_mat accumulation is not supported ( #16796 )
...
* Experimenting crash fix
* added assert for aborting and fixed comment
* changed to check if a pipeline is empty or not
* Moved function in class definition
* replaced with is_empty
* Modified is_empty to check only unaligned pipelines
2025-10-31 08:18:59 +01:00