Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit 893eff7

Browse files
committed
Signed-off-by: Luke Nezda <lnezda@gmail.com>
1 parent b1b407f commit 893eff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intel_extension_for_transformers/llm/library/jblas/jblas/jit_blas_utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ inline float get_mxfp_maxnorm(const JBLAS_DTYPE t, int ebits, int mantissa_bits)
366366
return max_norm;
367367
}
368368

369-
#ifndef _WIN32
369+
#if !defined(_WIN32) && !defined(__APPLE__)
370370
static void request_perm_xtile_data() {
371371
unsigned long bitmask;
372372
long rc;

0 commit comments

Comments
 (0)