Releases: AMYPAD/CuVec
Releases · AMYPAD/CuVec
CuVec v2.7.2 beta
CuVec v2.7.1 beta
- fix CMake export target (#10)
- document SWIG usage
CuVec v2.7.0 beta
- make CUDA optional (#9)
- make
__half
/e
optional
- make
- add CPU versions of examples
- add & update tests
CuVec v2.6.0 beta
- major SWIG updates (#8)
- expose
SwigCuVec<T>
- separate core (
swvec.i
) & example (example_swig.i
) modules - update tests & examples
- expose
- update & tidy performance tests
CuVec v2.5.0 beta
- add SWIG support via
cuvec.i
(#7) - add & document
example_swig
- improve & document
example_mod
- fix external
#include
s- multiple definitions
- missing cuda runtime header
- use of static & templates
- namespace clashes
- statically link CUDA libraries
- use macros to reduce code duplication
- add and fix tests
- add performance checks
- misc code tidy
CuVec v2.4.0 beta
- add
__cuda_array_interface__
(#4) - add tests
- update documentation
CuVec v2.3.1 beta
- fix
asarray
not copying onndarray.view(CuVec)
(#2) - fix potential name clashes with namespaces
- consistent name capitalisation in documentation
cuvec v2.3.0 beta
- add half-precision (fp16/
float16
/__half
/'e'
) (#1) - fix unneeded
asarray
memcopy on raw objects - fix external
#include "cuvec.cuh"
- remove unneeded cuhelpers
- update supported
typecodes
- and external module example
- add performance test
- add
asarray
tests
cuvec v2.2.0 beta
- add proper
asarray
equivalent- add tests
- minor tidy
cuvec v2.1.2 beta
- fix external allocation (python/cpython#24283)