Skip to content

v.3.4.0

Compare
Choose a tag to compare
@boulderdaze boulderdaze released this 20 Mar 20:21
· 167 commits to release since this release

What's Changed

  • Create constructor/destructor for CudaLuDecomposition class to handle data movement between host and device by @sjsprecious in #399
  • Auto-format code changes by @github-actions in #402
  • Create constructor/destructor for CudaProcessSet class to handle data movement between host and device by @sjsprecious in #403
  • Auto-format code changes by @github-actions in #404
  • Create constructor/destructor for CudaLinearSolver class to handle data movement between host and device by @sjsprecious in #405
  • Auto-format code changes by @github-actions in #406
  • Initial CudaVectorMatrix implementation. by @mwaxmonsky in #408
  • reseting matrices by @K20shores in #410
  • Auto-format code changes by @github-actions in #411
  • Adding missing constructor implementaion. by @mwaxmonsky in #418
  • Auto-format code changes by @github-actions in #419
  • 416 add assignment overridescopy constructors to cudavectormatrix so new matrix has separate device memory by @mwaxmonsky in #420
  • Auto-format code changes by @github-actions in #421
  • Add cublasDaxpy routine to perform foreach-like calculation on the GPU by @sjsprecious in #422
  • Auto-format code changes by @github-actions in #423
  • prefixing all options with micm_ by @K20shores in #413
  • Actions by @K20shores in #427
  • Citation by @K20shores in #430
  • Release v3.4.0 by @boulderdaze in #433

New Contributors

Full Changelog: v.3.3.1...v.3.4.0