]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Clean up ggml-cuda.cu warnings when compiling with clang (for ROCM) (#4124)
authorKerfuffle <redacted>
Sat, 18 Nov 2023 15:11:18 +0000 (08:11 -0700)
committerGitHub <redacted>
Sat, 18 Nov 2023 15:11:18 +0000 (08:11 -0700)
commit2923f17f6fec049a71186636c3c4d96408856194
tree4f757912e97e8f5af83214a1c1edffa28fa0fee7
parentbbecf3f415797f812893947998bda4f866fa900e
Clean up ggml-cuda.cu warnings when compiling with clang (for ROCM) (#4124)

* ggml-cuda.cu: Clean up warnings when compiling with clang

* ggml-cuda.cu: Move static items into anonymous namespace

* ggml-cuda.cu: Fix use of namespace start macro

* Revert "ggml-cuda.cu: Fix use of namespace start macro"

This reverts commit 26c11490266c096e3e5731e05270a8f73a5b2874.

* Revert "ggml-cuda.cu: Move static items into anonymous namespace"

This reverts commit e29757e0f7535d1ac314300f0324684cc785e06c.
ggml-cuda.cu