Skip to content

Releases: AMYPAD/CuVec

CuVec v2.7.2 beta

08 Feb 20:00
0edcdd6
Compare
Choose a tag to compare
  • fix clang builds (#11)
  • fix builds without SWIG (#11)
  • optimal test thread spawning

CuVec v2.7.1 beta

06 Feb 16:21
91cb5f1
Compare
Choose a tag to compare
  • fix CMake export target (#10)
  • document SWIG usage

CuVec v2.7.0 beta

06 Feb 14:48
05b1a52
Compare
Choose a tag to compare
  • make CUDA optional (#9)
    • make __half/e optional
  • add CPU versions of examples
  • add & update tests

CuVec v2.6.0 beta

06 Feb 01:31
2472516
Compare
Choose a tag to compare
  • major SWIG updates (#8)
    • expose SwigCuVec<T>
    • separate core (swvec.i) & example (example_swig.i) modules
    • update tests & examples
  • update & tidy performance tests

CuVec v2.5.0 beta

03 Feb 20:34
fead5e6
Compare
Choose a tag to compare
  • add SWIG support via cuvec.i (#7)
  • add & document example_swig
  • improve & document example_mod
  • fix external #includes
    • 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

01 Feb 14:08
51e1f92
Compare
Choose a tag to compare
  • add __cuda_array_interface__ (#4)
  • add tests
  • update documentation

CuVec v2.3.1 beta

24 Jan 23:16
2e0e86f
Compare
Choose a tag to compare
  • fix asarray not copying on ndarray.view(CuVec) (#2)
  • fix potential name clashes with namespaces
  • consistent name capitalisation in documentation

cuvec v2.3.0 beta

23 Jan 14:50
dac6aca
Compare
Choose a tag to compare
  • 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

22 Jan 00:48
0c8778b
Compare
Choose a tag to compare
  • add proper asarray equivalent
    • add tests
  • minor tidy

cuvec v2.1.2 beta

21 Jan 12:36
9ac352d
Compare
Choose a tag to compare