Skip to content
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

Bug: Build fails on i386 systems #9545

Closed
yurivict opened this issue Sep 19, 2024 · 3 comments
Closed

Bug: Build fails on i386 systems #9545

yurivict opened this issue Sep 19, 2024 · 3 comments
Labels
bug-unconfirmed low severity Used to report low severity bugs in llama.cpp (e.g. cosmetic issues, non critical UI glitches) stale Vulkan Issues specific to the Vulkan backend

Comments

@yurivict
Copy link
Contributor

What happened?

/wrkdirs/usr/ports/misc/llama-cpp/work/llama.cpp-b3761/ggml/src/ggml-vulkan.cpp:2629:5: error: no matching function for call to 'vkCmdCopyBuffer'
 2629 |     vkCmdCopyBuffer(subctx->s->buffer, staging->buffer, dst->buffer, 1, &buf_copy);
      |     ^~~~~~~~~~~~~~~
/usr/local/include/vulkan/vulkan_core.h:4750:28: note: candidate function not viable: no known conversion from 'vk::Buffer' to 'VkBuffer' (aka 'unsigned long long') for 2nd argument
 4750 | VKAPI_ATTR void VKAPI_CALL vkCmdCopyBuffer(
      |                            ^
 4751 |     VkCommandBuffer                             commandBuffer,
 4752 |     VkBuffer                                    srcBuffer,
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Version: 3761
clang-18
FreeBSD 14.1

Name and Version

3761

What operating system are you seeing the problem on?

BSD

Relevant log output

No response

@yurivict yurivict added bug-unconfirmed low severity Used to report low severity bugs in llama.cpp (e.g. cosmetic issues, non critical UI glitches) labels Sep 19, 2024
@JohannesGaessler JohannesGaessler added the Vulkan Issues specific to the Vulkan backend label Sep 19, 2024
@csbo98
Copy link

csbo98 commented Sep 19, 2024

Could I analyse this in the next few days?

@yurivict
Copy link
Contributor Author

Sure!

@github-actions github-actions bot added the stale label Oct 20, 2024
Copy link
Contributor

github-actions bot commented Nov 4, 2024

This issue was closed because it has been inactive for 14 days since being marked as stale.

@github-actions github-actions bot closed this as completed Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-unconfirmed low severity Used to report low severity bugs in llama.cpp (e.g. cosmetic issues, non critical UI glitches) stale Vulkan Issues specific to the Vulkan backend
Projects
None yet
Development

No branches or pull requests

3 participants