Details
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
macOS/iOS:
Linux:
Windows:
- Windows x64 (CPU)
- Windows arm64 (CPU)
- Windows x64 (CUDA 12) - CUDA 12.4 DLLs
- Windows x64 (CUDA 13) - CUDA 13.1 DLLs
- Windows x64 (Vulkan)
- Windows x64 (SYCL)
- Windows x64 (HIP)
openEuler: