mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-02-07 15:00:11 +00:00
Fix windows build with CUDA (#1101)
Co-authored-by: firecoperana <firecoperana>
This commit is contained in:
@@ -78,12 +78,12 @@
|
||||
#include <io.h>
|
||||
#endif
|
||||
|
||||
#if __cplusplus >= 202000L
|
||||
#define LU8(x) (const char*)(u8##x)
|
||||
#else
|
||||
#define LU8(x) u8##x
|
||||
#endif
|
||||
|
||||
//#if __cplusplus >= 202000L
|
||||
// #define LU8(x) (const char*)(u8##x)
|
||||
//#else
|
||||
// #define LU8(x) u8##x
|
||||
//#endif
|
||||
#define LU8(x) (const char*)(u8##x)
|
||||
#include <algorithm>
|
||||
#include <array>
|
||||
#include <cassert>
|
||||
|
||||
Reference in New Issue
Block a user