We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d626d commit 1afcc35Copy full SHA for 1afcc35
ggml/src/ggml-cpu/ggml-cpu.cpp
@@ -284,14 +284,14 @@ struct ggml_backend_cpu_device_context {
284
&hKey) == ERROR_SUCCESS) {
285
DWORD cpu_brand_size = 0;
286
if (RegQueryValueExA(hKey,
287
- TEXT("ProcessorNameString"),
+ "ProcessorNameString",
288
NULL,
289
290
291
&cpu_brand_size) == ERROR_SUCCESS) {
292
description.resize(cpu_brand_size);
293
294
295
296
297
(LPBYTE)&description[0], // NOLINT
0 commit comments