repo_id string | size int64 | file_path string | content string |
|---|---|---|---|
engomondiii/Biometric_Attendance | 11,660 | Python-3.10.0/Modules/_ctypes/libffi_osx/x86/darwin64.S | /* -----------------------------------------------------------------------
darwin64.S - Copyright (c) 2006 Free Software Foundation, Inc.
derived from unix64.S
x86-64 Foreign Function Interface for Darwin.
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and... |
engomondiii/Biometric_Attendance | 9,719 | Python-3.10.0/Modules/_ctypes/libffi_osx/powerpc/ppc-darwin.S | #if defined(__ppc__) || defined(__ppc64__)
/* -----------------------------------------------------------------------
ppc-darwin.S - Copyright (c) 2000 John Hornkvist
Copyright (c) 2004 Free Software Foundation, Inc.
PowerPC Assembly glue.
Permission is hereby granted, free of charge, to any person ... |
engomondiii/Biometric_Attendance | 9,914 | Python-3.10.0/Modules/_ctypes/libffi_osx/powerpc/ppc64-darwin_closure.S | #if defined(__ppc64__)
/* -----------------------------------------------------------------------
ppc64-darwin_closure.S - Copyright (c) 2002, 2003, 2004, Free Software Foundation,
Inc. based on ppc_closure.S
PowerPC Assembly glue.
Permission is hereby granted, free of charge, to any person obtaining
... |
engomondiii/Biometric_Attendance | 7,234 | Python-3.10.0/Modules/_ctypes/libffi_osx/powerpc/ppc-darwin_closure.S | #if defined(__ppc__)
/* -----------------------------------------------------------------------
ppc-darwin_closure.S - Copyright (c) 2002, 2003, 2004, Free Software Foundation,
Inc. based on ppc_closure.S
PowerPC Assembly glue.
Permission is hereby granted, free of charge, to any person obtaining
a co... |
enkerewpo/baremetal-loongarch64-unwinding-test | 239 | cfi_test/test.s | .text
.globl foo
.type foo, @function
foo:
.cfi_startproc
addi.d $sp, $sp, -16
.cfi_def_cfa_offset 16
st.d $ra, $sp, 8
.cfi_offset 1, 8 // only .cfi_offset 1, 8 will pass the llvm-mc compilation
.cfi_endproc
ret |
Engineer-Guild-Hackathon/team-18-app | 14,479 | executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-ld64.S | // Copyright 2019 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.
#include "src/xnnpack/assembly.h"
# void xnn_f16_igemm_minmax_ukernel_6x16__asm_aarch64_neonfp16arith_ld64(
# size_t mr, x0
# ... |
Engineer-Guild-Hackathon/team-18-app | 11,517 | executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-ld32.S | // Copyright 2019 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.
#include "src/xnnpack/assembly.h"
# void xnn_f16_igemm_minmax_ukernel_6x16__asm_aarch64_neonfp16arith_ld32(
# size_t mr, x0
# ... |
Engineer-Guild-Hackathon/team-18-app | 7,824 | executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/f16-igemm-4x16-minmax-asm-aarch64-neonfp16arith-ld32.S | // 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.
#include "src/xnnpack/assembly.h"
# void xnn_f16_igemm_minmax_ukernel_4x16__asm_aarch64_neonfp16arith_ld32(
# size_t mr, x0
# ... |
Engineer-Guild-Hackathon/team-18-app | 4,093 | executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/f16-igemm-1x16-minmax-asm-aarch64-neonfp16arith-ld32.S | // 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.
#include "src/xnnpack/assembly.h"
# void xnn_f16_igemm_minmax_ukernel_1x16__asm_aarch64_neonfp16arith_ld32(
# size_t mr, x0
# ... |
Engineer-Guild-Hackathon/team-18-app | 13,702 | executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S | // Copyright 2019 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.
#include "src/xnnpack/assembly.h"
# void xnn_f16_igemm_minmax_ukernel_6x16__asm_aarch64_neonfp16arith_cortex_a55(
# size_t mr, ... |
Engineer-Guild-Hackathon/team-18-app | 9,762 | executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/f16-igemm-4x16-minmax-asm-aarch64-neonfp16arith-ld64.S | // 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.
#include "src/xnnpack/assembly.h"
# void xnn_f16_igemm_minmax_ukernel_4x16__asm_aarch64_neonfp16arith_ld64(
# size_t mr, x0
# ... |
Engineer-Guild-Hackathon/team-18-app | 20,915 | executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55r0.S | // Copyright 2019 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.
#include "src/xnnpack/assembly.h"
# void xnn_f16_igemm_minmax_ukernel_6x16__asm_aarch64_neonfp16arith_cortex_a55r0(
# size_t mr, ... |
Engineer-Guild-Hackathon/team-18-app | 17,327 | executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S | // Copyright 2019 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.
#include "src/xnnpack/assembly.h"
# void xnn_f16_igemm_minmax_ukernel_6x16__asm_aarch64_neonfp16arith_cortex_a75(
# size_t mr, ... |
Engineer-Guild-Hackathon/team-18-app | 5,269 | executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/f16-igemm-1x16-minmax-asm-aarch64-neonfp16arith-ld64.S | // 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.
#include "src/xnnpack/assembly.h"
# void xnn_f16_igemm_minmax_ukernel_1x16__asm_aarch64_neonfp16arith_ld64(
# size_t mr, (x0) ... |
Engineer-Guild-Hackathon/team-18-app | 17,296 | executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/qd8-f32-qc4w-gemm-1x8-minmax-asm-aarch32-neonmlal-ld64.S | // Copyright 2025 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.
#include "src/xnnpack/assembly.h"
BEGIN_FUNCTION xnn_qd8_f32_qc4w_gemm_minmax_ukernel_1x8__asm_aarch32_neonmlal_ld64_2
# void fn(
# size_t ... |
Engineer-Guild-Hackathon/team-18-app | 26,425 | executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/qd8-f32-qc4w-gemm-4x8-minmax-asm-aarch32-neonmlal-ld64.S | // Copyright 2025 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.
#include "src/xnnpack/assembly.h"
BEGIN_FUNCTION xnn_qd8_f32_qc4w_gemm_minmax_ukernel_4x8__asm_aarch32_neonmlal_ld64_2
# void fn(
# size_t ... |
Engineer-Guild-Hackathon/team-18-app | 26,600 | executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/f32-dwconv-9p4c-minmax-asm-aarch64-neonfma-cortex-a55.S | // Copyright 2019 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.
#include "src/xnnpack/assembly.h"
# void xnn_f32_dwconv_minmax_ukernel_9p4c__asm_aarch64_neonfma_cortex_a55(
# size_t channels, x0, ... |
Engineer-Guild-Hackathon/team-18-app | 6,818 | executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/f32-dwconv-9p4c-minmax-asm-aarch64-neonfma.S | // Copyright 2019 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.
#include "src/xnnpack/assembly.h"
# void xnn_f32_dwconv_minmax_ukernel_9p4c__asm_aarch64_neonfma(
# size_t channels, x0, x20
# s... |
Engineer-Guild-Hackathon/team-18-app | 20,968 | executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a55.S | // Copyright 2019 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.
#include "src/xnnpack/assembly.h"
# void xnn_f32_igemm_minmax_ukernel_6x8__asm_aarch64_neonfma_cortex_a55(
# size_t mr, x0
# ... |
Engineer-Guild-Hackathon/team-18-app | 16,081 | executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a55.S | // Copyright 2019 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.
#include "src/xnnpack/assembly.h"
# void xnn_f32_igemm_minmax_ukernel_4x8__asm_aarch64_neonfma_cortex_a55(
# size_t mr, x0
# ... |
Engineer-Guild-Hackathon/team-18-app | 10,686 | executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/f32-igemm-1x12-minmax-asm-aarch64-neonfma-cortex-a53.S | // Copyright 2019 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.
#include "src/xnnpack/assembly.h"
# void xnn_f32_igemm_minmax_ukernel_1x12__asm_aarch64_neonfma_cortex_a53(
# size_t mr, (x0) ... |
Engineer-Guild-Hackathon/team-18-app | 14,683 | executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/f32-igemm-4x8-minmax-asm-aarch32-neon-cortex-a55.S | // Copyright 2019 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.
#include "src/xnnpack/assembly.h"
.syntax unified
// void xnn_f32_igemm_minmax_ukernel_4x8__asm_aarch32_neon_cortex_a55(
// size_t mr, ... |
Engineer-Guild-Hackathon/team-18-app | 20,414 | executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/f32-igemm-4x12-minmax-asm-aarch64-neonfma-cortex-a53.S | // Copyright 2019 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.
#include "src/xnnpack/assembly.h"
# void xnn_f32_igemm_minmax_ukernel_4x12__asm_aarch64_neonfma_cortex_a53(
# size_t mr, x0
# ... |
Engineer-Guild-Hackathon/team-18-app | 24,916 | executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a73.S | // Copyright 2019 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.
#include "src/xnnpack/assembly.h"
# void xnn_f32_igemm_minmax_ukernel_6x8__asm_aarch64_neonfma_cortex_a73(
# size_t mr, x0
# ... |
Engineer-Guild-Hackathon/team-18-app | 9,828 | executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-ld32.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/f16-gemm/6x16-aarch64-neonfp16arith-ld32.S.in
// Generator: tools/xngen
//
// Copyright 2020 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.
#i... |
Engineer-Guild-Hackathon/team-18-app | 3,527 | executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-1x16-minmax-asm-aarch64-neonfp16arith-ld32.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/f16-gemm/1x16-aarch64-neonfp16arith-ld32.S.in
// Generator: tools/xngen
//
// Copyright 2020 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.
#i... |
Engineer-Guild-Hackathon/team-18-app | 4,695 | executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-1x16-minmax-asm-aarch64-neonfp16arith-ld64.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/f16-gemm/1x16-aarch64-neonfp16arith-ld64.S.in
// Generator: tools/xngen
//
// Copyright 2020 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.
#i... |
Engineer-Guild-Hackathon/team-18-app | 9,018 | executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-4x16-minmax-asm-aarch64-neonfp16arith-ld64.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/f16-gemm/4x16-aarch64-neonfp16arith-ld64.S.in
// Generator: tools/xngen
//
// Copyright 2020 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.
#i... |
Engineer-Guild-Hackathon/team-18-app | 3,546 | executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-1x8-minmax-asm-aarch64-neonfp16arith-ld64.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/f16-gemm/1x8-aarch64-neonfp16arith-ld64.S.in
// Generator: tools/xngen
//
// Copyright 2020 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.
#in... |
Engineer-Guild-Hackathon/team-18-app | 7,081 | executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-4x16-minmax-asm-aarch64-neonfp16arith-ld32.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/f16-gemm/4x16-aarch64-neonfp16arith-ld32.S.in
// Generator: tools/xngen
//
// Copyright 2020 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.
#i... |
Engineer-Guild-Hackathon/team-18-app | 6,809 | executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-4x8-minmax-asm-aarch64-neonfp16arith-ld64.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/f16-gemm/4x8-aarch64-neonfp16arith-ld64.S.in
// Generator: tools/xngen
//
// Copyright 2020 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.
#in... |
Engineer-Guild-Hackathon/team-18-app | 12,557 | executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-ld64.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/f16-gemm/6x16-aarch64-neonfp16arith-ld64.S.in
// Generator: tools/xngen
//
// Copyright 2020 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.
#i... |
Engineer-Guild-Hackathon/team-18-app | 19,809 | executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55r0.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/f16-gemm/6x16-aarch64-neonfp16arith-cortex-a55r0.S.in
// Generator: tools/xngen
//
// Copyright 2020 Google LLC
//
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source t... |
Engineer-Guild-Hackathon/team-18-app | 9,248 | executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-6x8-minmax-asm-aarch64-neonfp16arith-ld64.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/f16-gemm/6x8-aarch64-neonfp16arith-ld64.S.in
// Generator: tools/xngen
//
// Copyright 2020 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.
#in... |
Engineer-Guild-Hackathon/team-18-app | 12,258 | executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/f16-gemm/6x16-aarch64-neonfp16arith-cortex-a55.S.in
// Generator: tools/xngen
//
// Copyright 2020 Google LLC
//
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tre... |
Engineer-Guild-Hackathon/team-18-app | 11,844 | executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-8x8-minmax-asm-aarch64-neonfp16arith-ld64.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/f16-gemm/8x8-aarch64-neonfp16arith-ld64.S.in
// Generator: tools/xngen
//
// Copyright 2020 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.
#in... |
Engineer-Guild-Hackathon/team-18-app | 16,005 | executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/f16-gemm/6x16-aarch64-neonfp16arith-cortex-a75.S.in
// Generator: tools/xngen
//
// Copyright 2020 Google LLC
//
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tre... |
Engineer-Guild-Hackathon/team-18-app | 18,281 | executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x8-minmax-rndnu-asm-aarch32-neon-mlal-lane-cortex-a53.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/qs8-gemm/4x8-aarch32-neon-mlal-lane-cortex-a53.S.in
// Generator: tools/xngen
//
// Copyright 2021 Google LLC
//
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tre... |
Engineer-Guild-Hackathon/team-18-app | 30,474 | executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/qs8-gemm/4x16-aarch64-neon-mlal-lane-cortex-a53.S.in
// Generator: tools/xngen
//
// Copyright 2020 Google LLC
//
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tr... |
Engineer-Guild-Hackathon/team-18-app | 29,648 | executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu16-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/qs8-gemm/4x16-aarch64-neon-mlal-lane-cortex-a53.S.in
// Generator: tools/xngen
//
// Copyright 2020 Google LLC
//
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tr... |
Engineer-Guild-Hackathon/team-18-app | 9,611 | executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x8-minmax-rndnu-asm-aarch32-neon-mlal-lane-cortex-a7-prfm.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/qs8-gemm/1x8-aarch32-neon-mlal-lane-cortex-a7.S.in
// Generator: tools/xngen
//
// Copyright 2021 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... |
Engineer-Guild-Hackathon/team-18-app | 17,574 | executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x8-minmax-rndnu-asm-aarch32-neon-mlal-lane-cortex-a7.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/qs8-gemm/4x8-aarch32-neon-mlal-lane-cortex-a7.S.in
// Generator: tools/xngen
//
// Copyright 2021 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... |
Engineer-Guild-Hackathon/team-18-app | 30,737 | executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/qs8-gemm/4x16-aarch64-neon-mlal-lane-cortex-a53.S.in
// Generator: tools/xngen
//
// Copyright 2020 Google LLC
//
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tr... |
Engineer-Guild-Hackathon/team-18-app | 22,678 | executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-ld64-prfm.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/qs8-gemm/4x16-aarch64-neon-mlal-lane-ld64.S.in
// Generator: tools/xngen
//
// Copyright 2020 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.
... |
Engineer-Guild-Hackathon/team-18-app | 29,859 | executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/qs8-gemm/4x16-aarch64-neon-mlal-lane-cortex-a75.S.in
// Generator: tools/xngen
//
// Copyright 2020 Google LLC
//
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tr... |
Engineer-Guild-Hackathon/team-18-app | 22,415 | executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-ld64.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/qs8-gemm/4x16-aarch64-neon-mlal-lane-ld64.S.in
// Generator: tools/xngen
//
// Copyright 2020 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.
... |
Engineer-Guild-Hackathon/team-18-app | 29,385 | executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu16-asm-aarch64-neon-mlal-lane-cortex-a53.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/qs8-gemm/4x16-aarch64-neon-mlal-lane-cortex-a53.S.in
// Generator: tools/xngen
//
// Copyright 2020 Google LLC
//
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tr... |
Engineer-Guild-Hackathon/team-18-app | 13,598 | executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x8-minmax-rndnu-asm-aarch32-neon-mlal-lane-ld64.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/qs8-gemm/4x8-aarch32-neon-mlal-lane-ld64.S.in
// Generator: tools/xngen
//
// Copyright 2021 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.
#... |
Engineer-Guild-Hackathon/team-18-app | 18,804 | executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x8-minmax-rndnu-asm-aarch32-neon-mlal-lane-cortex-a53-prfm.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/qs8-gemm/4x8-aarch32-neon-mlal-lane-cortex-a53.S.in
// Generator: tools/xngen
//
// Copyright 2021 Google LLC
//
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tre... |
Engineer-Guild-Hackathon/team-18-app | 30,122 | executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75-prfm.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/qs8-gemm/4x16-aarch64-neon-mlal-lane-cortex-a75.S.in
// Generator: tools/xngen
//
// Copyright 2020 Google LLC
//
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tr... |
Engineer-Guild-Hackathon/team-18-app | 14,121 | executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x8-minmax-rndnu-asm-aarch32-neon-mlal-lane-ld64-prfm.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/qs8-gemm/4x8-aarch32-neon-mlal-lane-ld64.S.in
// Generator: tools/xngen
//
// Copyright 2021 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.
#... |
Engineer-Guild-Hackathon/team-18-app | 17,975 | executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x8-minmax-rndnu-asm-aarch32-neon-mlal-lane-cortex-a7-prfm.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/qs8-gemm/4x8-aarch32-neon-mlal-lane-cortex-a7.S.in
// Generator: tools/xngen
//
// Copyright 2021 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... |
Engineer-Guild-Hackathon/team-18-app | 9,300 | executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x8-minmax-rndnu-asm-aarch32-neon-mlal-lane-cortex-a7.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/qs8-gemm/1x8-aarch32-neon-mlal-lane-cortex-a7.S.in
// Generator: tools/xngen
//
// Copyright 2021 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... |
Engineer-Guild-Hackathon/team-18-app | 3,680 | executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc4w-gemm/gen/qs8-qc4w-gemm-1x16-minmax-fp32-asm-aarch64-neondot-ld32.S | // Copyright 2025 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.
#include "src/xnnpack/assembly.h"
BEGIN_FUNCTION xnn_qs8_qc4w_gemm_minmax_fp32_ukernel_1x16c4__asm_aarch64_neondot_ld32_2
# Free up GP registers.
... |
Engineer-Guild-Hackathon/team-18-app | 6,413 | executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc4w-gemm/gen/qs8-qc4w-gemm-3x16-minmax-fp32-asm-aarch64-neondot-ld32.S | // Copyright 2025 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.
#include "src/xnnpack/assembly.h"
BEGIN_FUNCTION xnn_qs8_qc4w_gemm_minmax_fp32_ukernel_3x16c4__asm_aarch64_neondot_ld32_2
# Free up GP registers.
... |
Engineer-Guild-Hackathon/team-18-app | 13,175 | executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc4w-gemm/gen/qs8-qc4w-gemm-9x16c8-minmax-fp32-asm-amd64-avx512vnni.S | // Copyright 2025 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.
#include "src/xnnpack/assembly.h"
.p2align 6, 0x0
.PERMUTATION:
.long 0
.long 2
.long 4
.long 6
.long 8
... |
Engineer-Guild-Hackathon/team-18-app | 11,069 | executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc4w-gemm/gen/qs8-qc4w-gemm-7x16c8-minmax-fp32-asm-amd64-avx512vnni.S | // Copyright 2025 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.
#include "src/xnnpack/assembly.h"
.p2align 6, 0x0
.PERMUTATION:
.long 0
.long 2
.long 4
.long 6
.long 8
... |
Engineer-Guild-Hackathon/team-18-app | 5,071 | executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc4w-gemm/gen/qs8-qc4w-gemm-2x16-minmax-fp32-asm-aarch64-neondot-ld32.S | // Copyright 2025 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.
#include "src/xnnpack/assembly.h"
BEGIN_FUNCTION xnn_qs8_qc4w_gemm_minmax_fp32_ukernel_2x16c4__asm_aarch64_neondot_ld32_2
# Free up GP registers.
... |
Engineer-Guild-Hackathon/team-18-app | 4,584 | executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc4w-gemm/gen/qs8-qc4w-gemm-1x16-minmax-fp32-asm-aarch64-neondot-ld64.S | // Copyright 2025 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.
#include "src/xnnpack/assembly.h"
BEGIN_FUNCTION xnn_qs8_qc4w_gemm_minmax_fp32_ukernel_1x16c4__asm_aarch64_neondot_ld64_2
# Free up GP registers.
... |
Engineer-Guild-Hackathon/team-18-app | 4,362 | executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc4w-gemm/gen/qs8-qc4w-gemm-1x16c8-minmax-fp32-asm-amd64-avx512vnni.S | // Copyright 2025 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.
#include "src/xnnpack/assembly.h"
.p2align 6, 0x0
.PERMUTATION:
.long 0
.long 2
.long 4
.long 6
.long 8
... |
Engineer-Guild-Hackathon/team-18-app | 6,196 | executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc4w-gemm/gen/qs8-qc4w-gemm-3x16c8-minmax-fp32-asm-amd64-avx512vnni.S | // Copyright 2025 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.
#include "src/xnnpack/assembly.h"
.p2align 6, 0x0
.PERMUTATION:
.long 0
.long 2
.long 4
.long 6
.long 8
... |
Engineer-Guild-Hackathon/team-18-app | 11,311 | executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc4w-gemm/gen/qs8-qc4w-gemm-5x16-minmax-fp32-asm-aarch64-neondot-ld64.S | // Copyright 2025 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.
#include "src/xnnpack/assembly.h"
BEGIN_FUNCTION xnn_qs8_qc4w_gemm_minmax_fp32_ukernel_5x16c4__asm_aarch64_neondot_ld64_2
# Free up GP registers.
... |
Engineer-Guild-Hackathon/team-18-app | 11,173 | executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc4w-gemm/gen/qs8-qc4w-gemm-4x16-minmax-fp32-asm-aarch64-neondot-ld128.S | // Copyright 2025 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.
#include "src/xnnpack/assembly.h"
BEGIN_FUNCTION xnn_qs8_qc4w_gemm_minmax_fp32_ukernel_4x16c4__asm_aarch64_neondot_ld128_2
# Free up GP registers.
... |
Engineer-Guild-Hackathon/team-18-app | 12,122 | executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc4w-gemm/gen/qs8-qc4w-gemm-8x16c8-minmax-fp32-asm-amd64-avx512vnni.S | // Copyright 2025 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.
#include "src/xnnpack/assembly.h"
.p2align 6, 0x0
.PERMUTATION:
.long 0
.long 2
.long 4
.long 6
.long 8
... |
Engineer-Guild-Hackathon/team-18-app | 6,293 | executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc4w-gemm/gen/qs8-qc4w-gemm-2x16-minmax-fp32-asm-aarch64-neondot-ld64.S | // Copyright 2025 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.
#include "src/xnnpack/assembly.h"
BEGIN_FUNCTION xnn_qs8_qc4w_gemm_minmax_fp32_ukernel_2x16c4__asm_aarch64_neondot_ld64_2
# Free up GP registers.
... |
Engineer-Guild-Hackathon/team-18-app | 7,954 | executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc4w-gemm/gen/qs8-qc4w-gemm-3x16-minmax-fp32-asm-aarch64-neondot-ld64.S | // Copyright 2025 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.
#include "src/xnnpack/assembly.h"
BEGIN_FUNCTION xnn_qs8_qc4w_gemm_minmax_fp32_ukernel_3x16c4__asm_aarch64_neondot_ld64_2
# Free up GP registers.
... |
Engineer-Guild-Hackathon/team-18-app | 7,238 | executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc4w-gemm/gen/qs8-qc4w-gemm-2x16-minmax-fp32-asm-aarch64-neondot-ld128.S | // Copyright 2025 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.
#include "src/xnnpack/assembly.h"
BEGIN_FUNCTION xnn_qs8_qc4w_gemm_minmax_fp32_ukernel_2x16c4__asm_aarch64_neondot_ld128_2
# Free up GP registers.
... |
Engineer-Guild-Hackathon/team-18-app | 8,024 | executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc4w-gemm/gen/qs8-qc4w-gemm-5x16c8-minmax-fp32-asm-amd64-avx512vnni.S | // Copyright 2025 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.
#include "src/xnnpack/assembly.h"
.p2align 6, 0x0
.PERMUTATION:
.long 0
.long 2
.long 4
.long 6
.long 8
... |
Engineer-Guild-Hackathon/team-18-app | 5,279 | executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc4w-gemm/gen/qs8-qc4w-gemm-2x16c8-minmax-fp32-asm-amd64-avx512vnni.S | // Copyright 2025 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.
#include "src/xnnpack/assembly.h"
.p2align 6, 0x0
.PERMUTATION:
.long 0
.long 2
.long 4
.long 6
.long 8
... |
Engineer-Guild-Hackathon/team-18-app | 9,634 | executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc4w-gemm/gen/qs8-qc4w-gemm-4x16-minmax-fp32-asm-aarch64-neondot-ld64.S | // Copyright 2025 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.
#include "src/xnnpack/assembly.h"
BEGIN_FUNCTION xnn_qs8_qc4w_gemm_minmax_fp32_ukernel_4x16c4__asm_aarch64_neondot_ld64_2
# Free up GP registers.
... |
Engineer-Guild-Hackathon/team-18-app | 13,155 | executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc4w-gemm/gen/qs8-qc4w-gemm-5x16-minmax-fp32-asm-aarch64-neondot-ld128.S | // Copyright 2025 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.
#include "src/xnnpack/assembly.h"
BEGIN_FUNCTION xnn_qs8_qc4w_gemm_minmax_fp32_ukernel_5x16c4__asm_aarch64_neondot_ld128_2
# Free up GP registers.
... |
Engineer-Guild-Hackathon/team-18-app | 9,196 | executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc4w-gemm/gen/qs8-qc4w-gemm-3x16-minmax-fp32-asm-aarch64-neondot-ld128.S | // Copyright 2025 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.
#include "src/xnnpack/assembly.h"
BEGIN_FUNCTION xnn_qs8_qc4w_gemm_minmax_fp32_ukernel_3x16c4__asm_aarch64_neondot_ld128_2
# Free up GP registers.
... |
Engineer-Guild-Hackathon/team-18-app | 10,016 | executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc4w-gemm/gen/qs8-qc4w-gemm-6x16c8-minmax-fp32-asm-amd64-avx512vnni.S | // Copyright 2025 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.
#include "src/xnnpack/assembly.h"
.p2align 6, 0x0
.PERMUTATION:
.long 0
.long 2
.long 4
.long 6
.long 8
... |
Engineer-Guild-Hackathon/team-18-app | 9,123 | executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc4w-gemm/gen/qs8-qc4w-gemm-5x16-minmax-fp32-asm-aarch64-neondot-ld32.S | // Copyright 2025 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.
#include "src/xnnpack/assembly.h"
BEGIN_FUNCTION xnn_qs8_qc4w_gemm_minmax_fp32_ukernel_5x16c4__asm_aarch64_neondot_ld32_2
# Free up GP registers.
... |
Engineer-Guild-Hackathon/team-18-app | 7,774 | executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc4w-gemm/gen/qs8-qc4w-gemm-4x16-minmax-fp32-asm-aarch64-neondot-ld32.S | // Copyright 2025 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.
#include "src/xnnpack/assembly.h"
BEGIN_FUNCTION xnn_qs8_qc4w_gemm_minmax_fp32_ukernel_4x16c4__asm_aarch64_neondot_ld32_2
# Free up GP registers.
... |
Engineer-Guild-Hackathon/team-18-app | 7,113 | executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc4w-gemm/gen/qs8-qc4w-gemm-4x16c8-minmax-fp32-asm-amd64-avx512vnni.S | // Copyright 2025 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.
#include "src/xnnpack/assembly.h"
.p2align 6, 0x0
.PERMUTATION:
.long 0
.long 2
.long 4
.long 6
.long 8
... |
Engineer-Guild-Hackathon/team-18-app | 5,232 | executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc4w-gemm/gen/qs8-qc4w-gemm-1x16-minmax-fp32-asm-aarch64-neondot-ld128.S | // Copyright 2025 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.
#include "src/xnnpack/assembly.h"
BEGIN_FUNCTION xnn_qs8_qc4w_gemm_minmax_fp32_ukernel_1x16c4__asm_aarch64_neondot_ld128_2
# Free up GP registers.
... |
Engineer-Guild-Hackathon/team-18-app | 30,826 | executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/qs8-igemm/4x16-aarch64-neon-mlal-lane-cortex-a53.S.in
// Generator: tools/xngen
//
// Copyright 2021 Google LLC
//
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source t... |
Engineer-Guild-Hackathon/team-18-app | 16,243 | executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld128.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/qs8-igemm/4x16c4-aarch64-neondot-ld128.S.in
// Generator: tools/xngen
//
// Copyright 2021 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.
#in... |
Engineer-Guild-Hackathon/team-18-app | 14,644 | executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8-minmax-fp32-asm-aarch32-neonv8-mlal-lane-ld64.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/qs8-igemm/4x8-aarch32-neon-mlal-lane-ld64.S.in
// Generator: tools/xngen
//
// Copyright 2021 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.
... |
Engineer-Guild-Hackathon/team-18-app | 18,643 | executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8-minmax-fp32-asm-aarch32-neonv8-mlal-lane-cortex-a35.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/qs8-igemm/4x8-aarch32-neon-mlal-lane-cortex-a7.S.in
// Generator: tools/xngen
//
// Copyright 2021 Google LLC
//
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tre... |
Engineer-Guild-Hackathon/team-18-app | 15,081 | executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/qs8-igemm/2x8c8-aarch64-neon-mlal-cortex-a53.S.in
// Generator: tools/xngen
//
// Copyright 2021 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.... |
Engineer-Guild-Hackathon/team-18-app | 12,233 | executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c4-minmax-fp32-asm-aarch32-neondot-cortex-a55.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/qs8-igemm/4x8c4-aarch32-neondot-cortex-a55.S.in
// Generator: tools/xngen
//
// Copyright 2021 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.
... |
Engineer-Guild-Hackathon/team-18-app | 10,282 | executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8-minmax-fp32-asm-aarch32-neon-mlal-lane-cortex-a7.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/qs8-igemm/1x8-aarch32-neon-mlal-lane-cortex-a7.S.in
// Generator: tools/xngen
//
// Copyright 2021 Google LLC
//
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tre... |
Engineer-Guild-Hackathon/team-18-app | 15,051 | executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8-minmax-fp32-asm-aarch32-neon-mlal-lane-ld64.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/qs8-igemm/4x8-aarch32-neon-mlal-lane-ld64.S.in
// Generator: tools/xngen
//
// Copyright 2021 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.
... |
Engineer-Guild-Hackathon/team-18-app | 8,257 | executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c16-minmax-fp32-asm-aarch64-neon-mlal.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/qs8-igemm/2x8c16-aarch64-neon-mlal.S.in
// Generator: tools/xngen
//
// Copyright 2021 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.
#includ... |
Engineer-Guild-Hackathon/team-18-app | 23,866 | executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-cortex-a55.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/qs8-igemm/4x16c4-aarch64-neondot-cortex-a55.S.in
// Generator: tools/xngen
//
// Copyright 2020 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.
... |
Engineer-Guild-Hackathon/team-18-app | 8,646 | executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/qs8-igemm/1x8c8-aarch64-neon-mlal.S.in
// Generator: tools/xngen
//
// Copyright 2021 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.
#include... |
Engineer-Guild-Hackathon/team-18-app | 8,909 | executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/qs8-igemm/1x8c8-aarch64-neon-mlal.S.in
// Generator: tools/xngen
//
// Copyright 2021 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.
#include... |
Engineer-Guild-Hackathon/team-18-app | 19,663 | executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8-minmax-fp32-asm-aarch32-neon-mlal-lane-cortex-a53.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/qs8-igemm/4x8-aarch32-neon-mlal-lane-cortex-a53.S.in
// Generator: tools/xngen
//
// Copyright 2021 Google LLC
//
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tr... |
Engineer-Guild-Hackathon/team-18-app | 22,791 | executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-ld64-prfm.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/qs8-igemm/4x16-aarch64-neon-mlal-lane-ld64.S.in
// Generator: tools/xngen
//
// Copyright 2021 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.
... |
Engineer-Guild-Hackathon/team-18-app | 9,740 | executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/qs8-igemm/1x8c8-aarch64-neon-mlal-cortex-a53.S.in
// Generator: tools/xngen
//
// Copyright 2021 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.... |
Engineer-Guild-Hackathon/team-18-app | 14,900 | executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/qs8-igemm/2x8c8-aarch64-neon-mlal-cortex-a53.S.in
// Generator: tools/xngen
//
// Copyright 2021 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.... |
Engineer-Guild-Hackathon/team-18-app | 10,261 | executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8-minmax-fp32-asm-aarch32-neonv8-mlal-lane-cortex-a35-prfm.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/qs8-igemm/1x8-aarch32-neon-mlal-lane-cortex-a7.S.in
// Generator: tools/xngen
//
// Copyright 2021 Google LLC
//
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tre... |
Engineer-Guild-Hackathon/team-18-app | 22,526 | executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-ld64.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/qs8-igemm/4x16-aarch64-neon-mlal-lane-ld64.S.in
// Generator: tools/xngen
//
// Copyright 2021 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.
... |
Engineer-Guild-Hackathon/team-18-app | 15,544 | executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8-minmax-fp32-asm-aarch32-neon-mlal-lane-ld64-prfm.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/qs8-igemm/4x8-aarch32-neon-mlal-lane-ld64.S.in
// Generator: tools/xngen
//
// Copyright 2021 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.
... |
Engineer-Guild-Hackathon/team-18-app | 12,599 | executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld64.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/qs8-igemm/4x16c4-aarch64-neondot-ld64.S.in
// Generator: tools/xngen
//
// Copyright 2021 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.
#inc... |
Engineer-Guild-Hackathon/team-18-app | 19,631 | executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8-minmax-fp32-asm-aarch32-neonv8-mlal-lane-cortex-a53-prfm.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/qs8-igemm/4x8-aarch32-neon-mlal-lane-cortex-a53.S.in
// Generator: tools/xngen
//
// Copyright 2021 Google LLC
//
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tr... |
Engineer-Guild-Hackathon/team-18-app | 18,896 | executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8-minmax-fp32-asm-aarch32-neonv8-mlal-lane-cortex-a35-prfm.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/qs8-igemm/4x8-aarch32-neon-mlal-lane-cortex-a7.S.in
// Generator: tools/xngen
//
// Copyright 2021 Google LLC
//
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tre... |
Engineer-Guild-Hackathon/team-18-app | 20,038 | executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8-minmax-fp32-asm-aarch32-neon-mlal-lane-cortex-a53-prfm.S | // clang-format off
// Auto-generated file. Do not edit!
// Template: src/qs8-igemm/4x8-aarch32-neon-mlal-lane-cortex-a53.S.in
// Generator: tools/xngen
//
// Copyright 2021 Google LLC
//
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tr... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.