Tensor
Tensor copied to clipboard
A library and extension that provides objects for scientific computing in PHP.
All versions fail to compile `fatal error C1083: Cannot open include file: 'cblas.h': No such file or directory` See https://windows.php.net/downloads/pecl/releases/tensor/
here is the error i'm getting: /bin/sh /home/trendalix1/Tensor/ext/libtool --mode=compile cc -O3 -ffast-math -I. -I/home/trendalix1/Tensor/ext -DPHP_ATOM_INC -I/home/trendalix1/Tensor/ext/include -I/home/trendalix1/Tensor/ext/main -I/home/trendalix1/Tensor/ext -I/opt/cpanel/ea-php74/root/usr/include/php -I/opt/cpanel/ea-php74/root/usr/include/php/main -I/opt/cpanel/ea-php74/root/usr/include/php/TSRM -I/opt/cpanel/ea-php74/root/usr/include/php/Zend -I/opt/cpanel/ea-php74/root/usr/include/php/ext -I/opt/cpanel/ea-php74/root/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /home/trendalix1/Tensor/ext/include/linear_algebra.c -o...
Versions according to https://pkgs.alpinelinux.org/packages ### .Dockerfile for `pecl install tensor` ```dockerfile FROM php:7.4-fpm-alpine RUN apk update && apk --no-cache add --update \ # Optional To Compile Extension # A C...
Is there any TS (Thread Safe) windows build?
This was a warning This is now a error using GCC 14 (on Fedora 40) ``` /builddir/build/BUILD/php82-php-pecl-tensor-3.0.4/tensor-3.0.4/ext/kernel/require.c: In function 'zephir_require_ret': /builddir/build/BUILD/php82-php-pecl-tensor-3.0.4/tensor-3.0.4/ext/kernel/require.c:54:19: error: passing argument 1 of 'zval_ptr_dtor' from incompatible pointer...
Fixes a few deprecation warnings such as Return type of Tensor\Vector::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice...
> This is a copy issue from Rubix/ML https://github.com/RubixML/ML/issues/303 > I'm putting this here because I don't know whether this problem is related to Rubix/ML or Rubix/tensor hello, I try...
I have carefully followed the [instructions for manually compiling the Tensor extension](https://github.com/RubixML/Tensor#optional-to-compile-extension). `make` failed with output ending in the following errors: ```text /home/sneakyimp/biz/machine-learning/tensor/Tensor/ext/kernel/main.c: In function ‘zephir_function_exists’: /home/sneakyimp/biz/machine-learning/tensor/Tensor/ext/kernel/main.c:285:101: warning: comparison between...
Hello, How is the research on https://github.com/RubixML/DL/issues/1 going? Whole repository seems to be archived few years ago.. Will there ever be a GPU support on PHP with Tensor extension? Or...
My concerns starts with tensor 3.0.5, I talked about it again and my example is T-SNE. PHP 8.2.17 (x64)... tensor 3.0.5... When the tensor 3.0.5 is enabled, then the results...