Skip to content

Conversation

@mudler
Copy link
Owner

@mudler mudler commented Nov 19, 2024

Description

This PR bumps sycl. It is an attempt to fix the CI issues:

2024-11-19T09:13:54.2414646Z #56 97.42 /build/backend/cpp/llama-avx2/llama.cpp/ggml/src/ggml-sycl/dpct/helper.hpp:1240:55: warning: cast from 'const void *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
2024-11-19T09:13:54.2417134Z #56 97.42  1240 |                 auto it = m_map.upper_bound((byte_t *)ptr);
2024-11-19T09:13:54.2418252Z #56 97.42       |                                                       ^
2024-11-19T09:13:54.2420526Z #56 97.42 /build/backend/cpp/llama-avx2/llama.cpp/ggml/src/ggml-sycl/dpct/helper.hpp:1837:16: error: no member named 'dp4a' in namespace 'syclcompat'; did you mean simply 'dp4a'?
2024-11-19T09:13:54.2422486Z #56 97.42  1837 |         return syclcompat::dp4a(a, b, c);
2024-11-19T09:13:54.2423252Z #56 97.42       |                ^~~~~~~~~~~~~~~~
2024-11-19T09:13:54.2424107Z #56 97.42       |                dp4a
2024-11-19T09:13:54.2425546Z #56 97.42 /build/backend/cpp/llama-avx2/llama.cpp/ggml/src/ggml-sycl/dpct/helper.hpp:1835:17: note: 'dp4a' declared here
2024-11-19T09:13:54.2427095Z #56 97.42  1835 |     inline auto dp4a(T1 a, T2 b, T3 c)

Notes for Reviewers

See also: ggml-org/ggml#1016 (comment) where the regression was introduced

Might also fix #3967

Signed commits

  • Yes, I signed my commits.

Signed-off-by: Ettore Di Giacinto <[email protected]>
@netlify
Copy link

netlify bot commented Nov 19, 2024

Deploy Preview for localai ready!

Name Link
🔨 Latest commit 39b1e16
🔍 Latest deploy log https://app.netlify.com/sites/localai/deploys/673ccc38ad46c400087ead86
😎 Deploy Preview https://deploy-preview-4201--localai.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@mudler mudler added the bug Something isn't working label Nov 19, 2024
@mudler mudler merged commit 8a4df3a into master Nov 19, 2024
32 checks passed
@mudler mudler deleted the fix/sycl branch November 19, 2024 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sycl: No kernel named _ZTSZZL17rms_norm_f32_ was found Intel ARC A770

2 participants