Skip to content

Releases: tudasc/cusan

CuSan v0.3

21 Apr 12:14
2e2a503

Choose a tag to compare

  • MPI dependency is optional
  • Initial multi GPU support
  • CI uses LLVM 19
  • Optional user callback after each sync event (enable via CMake CUSAN_DEVICE_SYNC_CALLBACKS)
  • Update readme, license headers, CMake project metadata

Full Changelog: v0.2...v0.3

CuSan v0.2

01 Nov 12:35
18fda7c

Choose a tag to compare

  • Enable Clang/LLVM 18 support (#1)
  • Added support for
    • cudaMemcpy2D and async variant,
    • cudaMemset2DAsync and async variant,
    • cudaStreamCreateWithPriority and cudaEventCreateWithFlags
  • Refactored test setup, static pass and runtime distinction
  • TypeART as optional dependency, works with LLVM 14

Based on

Full Changelog: v0.1...v0.2

CuSan v0.1

19 Sep 10:53

Choose a tag to compare

Initial release as used for the Correctness'24 artifact.