Files
TransPyC/.transpyc_cache/2fcb6780db4d937f.pyi
2026-07-18 19:25:40 +08:00

54 lines
1.1 KiB
Python

"""
Auto-generated Python stub file from main.py
Module: main
"""
from stdint import *
import vipersimd
import numpy
from stdio import printf
import stdlib
from stdlib import calloc
import t, c
import memhub
import testcheck
arena: t.CExtern | t.CUInt8T | t.CPtr
pool: t.CExtern | memhub.MemPool | t.CPtr
def clock() -> t.CLong | t.CExtern: pass
CLOCK_PER_SEC: t.CDefine = 1000
def test_avx2_add_sub_mul_div() -> t.CInt: pass
def test_avx2_neg_abs_sqrt() -> t.CInt: pass
def test_avx2_min_max() -> t.CInt: pass
def test_avx2_scalar_ops() -> t.CInt: pass
def test_avx2_hsum_dot() -> t.CInt: pass
def test_avx2_fma() -> t.CInt: pass
def test_batch_array_ops() -> t.CInt: pass
def test_llvmir_scalar() -> t.CInt: pass
N_ELEM: t.CDefine = 40000
N_ITER: t.CDefine = 50000
def scalar_add_array(a: t.CPtr, b: t.CPtr, out: t.CPtr, n: t.CSizeT) -> t.CInt: pass
def scalar_mul_array(a: t.CPtr, b: t.CPtr, out: t.CPtr, n: t.CSizeT) -> t.CInt: pass
def scalar_sqrt_array(a: t.CPtr, out: t.CPtr, n: t.CSizeT) -> t.CInt: pass
def benchmark_simd_vs_scalar() -> t.CInt: pass
def main() -> t.CInt: pass