Skip to content

Releases: stdml/stdtensor

v0.9.3: merge from dev branch (#101)

24 Jul 23:15
6490bc5
Compare
Choose a tag to compare
* remove tensor.h

* rm src/tensor.cpp

* new api :: consistent_variable

* update basic_flat_shape

* check bound

* fix windows build

v0.7.0: dev-0.7.0 (#81)

18 Feb 22:58
a0e9722
Compare
Choose a tag to compare
* new API :: device_type

* more constructors

* chebyshev_distenace

* stdc++fs

* COC

* deprecate <stdtensor>

* fix test

* support .at() for rank 0 tensor

* raw to flat

* flat_tensor::{rank,size,dims}

* simplify opencv example

* fix test for gcc

v0.6.0: dev-0.6.0 (#78)

01 Feb 18:13
f3d26d6
Compare
Choose a tag to compare
* INSTALL

* make ttl::range less generic

* ttl::copy

* --with-cuda

* add .size() and .dims() to tensor types (#79)

* add size method to tensor

* dims()

* deprecate from_host, to_host (#80)

* support customize install prefix

v0.4.0

21 Jul 10:37
9e41e4b
Compare
Choose a tag to compare

CUDA tensor fully supported

v0.3.0: ttl/algorithm (#30)

21 Jun 13:41
413c796
Compare
Choose a tag to compare
* init ttl/algorithm

* min/max

* fix build