mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-01-05 00:04:36 +00:00
Remove warning which fails on windows.
This commit is contained in:
parent
ba15dfd0be
commit
48a45ea435
@ -49,10 +49,6 @@
|
|||||||
#include <immintrin.h>
|
#include <immintrin.h>
|
||||||
#include <kompute/Kompute.hpp>
|
#include <kompute/Kompute.hpp>
|
||||||
|
|
||||||
#ifndef __STDC_IEC_559__
|
|
||||||
#warning Your C implementation does not seem to be IEC 559 compliant, which is required for proper Vulkan interop.
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define QK4_0 32
|
#define QK4_0 32
|
||||||
#define QR4_0 2
|
#define QR4_0 2
|
||||||
#define QK4_1 32
|
#define QK4_1 32
|
||||||
|
Loading…
Reference in New Issue
Block a user