Skip to content

Commit f130744

Browse files
committed
Refine select and scatter functions in LinearAlgebra
1 parent f498a13 commit f130744

9 files changed

+2539
-1424
lines changed

.travis.yml

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1+
os: linux
12
language: php
3+
dist: focal
24

35
php:
4-
- '7.2'
5-
- '7.3'
66
- '7.4'
7+
- '8.0'
8+
9+
matrix:
10+
include:
11+
- php: '7.2'
12+
dist: bionic
13+
- php: '7.3'
14+
dist: bionic
715

816
before_install:
917
- phpenv config-add tests/travis/php$TRAVIS_PHP_VERSION.ini

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"interop-phpobjects/polite-math": ">=1.0.4"
1010
},
1111
"suggest": {
12-
"ext-rindow_openblas": "0.2.3 strongly recommended for speed",
12+
"ext-rindow_openblas": "0.2.4 strongly recommended for speed",
1313
"ext-rindow_opencl": "0.1.3 GPU/OpenCL support",
1414
"ext-rindow_clblast": "0.1.2 BLAS on GPU/OpenCL support",
1515
"rindow/math-plot": "for OpenCL tunning"

0 commit comments

Comments
 (0)