-
Notifications
You must be signed in to change notification settings - Fork 379
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integration of Kleidi F32 SME kernels
PiperOrigin-RevId: 688984945
- Loading branch information
1 parent
4a121f0
commit 7670f71
Showing
39 changed files
with
1,190 additions
and
254 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Copyright 2022 Google LLC | ||
# | ||
# This source code is licensed under the BSD-style license found in the | ||
# LICENSE file in the root directory of this source tree. | ||
# | ||
# Description: microkernel filename lists for sme_aarch64 | ||
# | ||
# Auto-generated file. Do not edit! | ||
# Generator: tools/update-microkernels.py | ||
|
||
|
||
SET(PROD_SME_AARCH64_MICROKERNEL_SRCS) | ||
|
||
SET(NON_PROD_SME_AARCH64_MICROKERNEL_SRCS | ||
src/x32-packx-w/x32-packx-w-aarch64-sme-u2.c) | ||
|
||
SET(ALL_SME_AARCH64_MICROKERNEL_SRCS ${PROD_SME_AARCH64_MICROKERNEL_SRCS} + ${NON_PROD_SME_AARCH64_MICROKERNEL_SRCS}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Copyright 2022 Google LLC | ||
# | ||
# This source code is licensed under the BSD-style license found in the | ||
# LICENSE file in the root directory of this source tree. | ||
# | ||
# Description: microkernel filename lists for sme | ||
# | ||
# Auto-generated file. Do not edit! | ||
# Generator: tools/update-microkernels.py | ||
|
||
|
||
SET(PROD_SME_MICROKERNEL_SRCS) | ||
|
||
SET(NON_PROD_SME_MICROKERNEL_SRCS) | ||
|
||
SET(ALL_SME_MICROKERNEL_SRCS ${PROD_SME_MICROKERNEL_SRCS} + ${NON_PROD_SME_MICROKERNEL_SRCS}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
""" | ||
Microkernel filenames lists for sme_aarch64. | ||
Auto-generated file. Do not edit! | ||
Generator: tools/update-microkernels.py | ||
""" | ||
|
||
PROD_SME_AARCH64_MICROKERNEL_SRCS = [ | ||
] | ||
|
||
NON_PROD_SME_AARCH64_MICROKERNEL_SRCS = [ | ||
"src/x32-packx-w/x32-packx-w-aarch64-sme-u2.c", | ||
] | ||
|
||
ALL_SME_AARCH64_MICROKERNEL_SRCS = PROD_SME_AARCH64_MICROKERNEL_SRCS + NON_PROD_SME_AARCH64_MICROKERNEL_SRCS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
""" | ||
Microkernel filenames lists for sme. | ||
Auto-generated file. Do not edit! | ||
Generator: tools/update-microkernels.py | ||
""" | ||
|
||
PROD_SME_MICROKERNEL_SRCS = [ | ||
] | ||
|
||
NON_PROD_SME_MICROKERNEL_SRCS = [ | ||
] | ||
|
||
ALL_SME_MICROKERNEL_SRCS = PROD_SME_MICROKERNEL_SRCS + NON_PROD_SME_MICROKERNEL_SRCS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.