Skip to content

Commit a392679

Browse files
Nicoshevfacebook-github-bot
authored andcommitted
Use kleidiAI on static builds (#3806)
Summary: X-link: facebookresearch/FBGEMM#889 Pull Request resolved: #3806 Open-source builds as static library were failing Reviewed By: q10 Differential Revision: D71078076 fbshipit-source-id: d47321d2ea606d8d85a47f9c3697353dd9f325af
1 parent d2ca75e commit a392679

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/fbgemm/FbgemmPackMatrixB.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ class PackedGemmMatrixB {
299299
bool pmat_passed_in{false};
300300
};
301301

302-
#ifndef FBGEMM_STATIC
302+
#ifndef _M_X64
303303

304304
template <>
305305
FBGEMM_API

src/FbgemmPackMatrixB.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ namespace fbgemm {
2828
// register layouts), 2 (with kernels of 1x2~6x2 register layout), or 3 (with
2929
// kernels of 1x3~4x3 register layout).
3030

31-
#ifndef FBGEMM_STATIC
31+
#ifndef _M_X64
3232

3333
template <>
3434
FBGEMM_API

0 commit comments

Comments
 (0)