Skip to content

Conversation

ggerganov
Copy link
Member

No description provided.

dg0yt and others added 3 commits July 30, 2025 16:03
The pipeline member can be cast to VkPipeline.
This is a VkPipeline_T* on 64 bit but a uint64_t on 32 bit.
Cf. VK_DEFINE_NON_DISPATCHABLE_HANDLE documentation.
ggml-ci
@ggerganov ggerganov requested a review from 0cc4m as a code owner July 30, 2025 13:03
@github-actions github-actions bot added script Script related Vulkan Issues specific to the Vulkan backend ggml changes relating to the ggml tensor library for machine learning labels Jul 30, 2025
@ggerganov
Copy link
Member Author

The test-thread-safety segfault happens occasionally on master, so it's not caused from these changes:

https://github.com/ggml-org/llama.cpp/actions/runs/16623323896/job/47032962120?pr=14967

Repro:

make -j && while ./bin/test-thread-safety "-hf" "ggml-org/models" "-hff" "tinyllamas/stories15M-q4_0.gguf" "-ngl" "99" "-p" "The meaning of life is" "-n" "128" "-c" "256" "-ub" "32" "-np" "4" "-t" "2" ; do date ; done

@ggerganov ggerganov merged commit e32a4ec into master Jul 30, 2025
53 of 55 checks passed
@ggerganov ggerganov deleted the sync-ggml-25-07-30 branch July 30, 2025 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ggml changes relating to the ggml tensor library for machine learning script Script related Vulkan Issues specific to the Vulkan backend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants