承接 coral-media/ext-openblas 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

coral-media/ext-openblas

最新稳定版本:v0.1.0

Composer 安装命令:

pie install coral-media/ext-openblas

包简介

OpenBLAS bindings for PHP

README 文档

README

coral-media/ext-openblas is a PHP extension scaffold for OpenBLAS using system OpenBLAS libraries.

Status

  • PIE metadata configured
  • Build config wired for --with-openblas (system OpenBLAS) on Unix and Windows
  • Initial function exposed: openblas_get_config()
  • Minimal PHPT tests included

System Requirements

Unix/Linux

  • PHP development toolchain: phpize, php-config, C compiler, make
  • OpenBLAS development files available via pkg-config
  • Typical Debian/Ubuntu packages:
    • libopenblas-dev
    • pkg-config

Windows

  • Visual Studio C/C++ build tools (used by phpize/nmake flow)
  • OpenBLAS headers and import library installed (for example via vcpkg)
  • Runtime openblas.dll available in PATH for tests/runtime

Install (PIE)

pie install --with-openblas

Build From Source

phpize
./configure --with-openblas
make -j"$(nproc)"
make test

OpenBLAS Functions

Core

Extension metadata and runtime info.

openblas_version, openblas_get_config

Dot Products

Vector dot products in fixed and precision-dispatched variants.

openblas_sdot, openblas_ddot, openblas_dot

Euclidean Norms (L2)

Vector 2-norm functions in fixed and precision-dispatched variants.

openblas_snrm2, openblas_dnrm2, openblas_nrm2

One Norms (L1)

Vector 1-norm (sum of absolute values) functions in fixed and precision-dispatched variants.

openblas_sasum, openblas_dasum, openblas_asum

Infinity Norm Helpers (i_amax)

Index of maximum absolute value in fixed and precision-dispatched variants.

openblas_isamax, openblas_idamax, openblas_iamax

统计信息

  • 总下载量: 0
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 6
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: C

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-03-08

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固