Skip to content

opencl: fix incorrect local_size index in profiling log #12868

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kimminsu38oo
Copy link

This PR fixes a logging issue in OpenCL profiling where the local_size was printed incorrectly.

Previously, the profiling output printed local_size[2] twice and missed local_size[1]. This resulted in wrong log entries like:

64x1x1  → 64x1x1  → 64x1x1  → 2x1x1  → ...

This fix ensures correct output of all three dimensions:
local_size[0] x local_size[1] x local_size[2]

@github-actions github-actions bot added the ggml changes relating to the ggml tensor library for machine learning label Apr 10, 2025
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants