Skip to content

Releases: lanl/ports-of-call

v1.6.0

26 Jan 20:56
58ce118
Compare
Choose a tag to compare

Contains several small updates, but primary enhancement is new portable printf for the portable errors treatment.

v1.5.2

08 Aug 16:36
5f83ece
Compare
Choose a tag to compare

Several bug fixes and build system fixes

v1.5.1

03 Apr 20:52
caf6722
Compare
Choose a tag to compare

New features:

  • Portable deep copy to host and device
  • constexpr bool PortsOfCall::EXECUTION_IS_HOST returns true if execution and memory space are the same host memory space, and false otherwise.

v1.4.2

27 Feb 20:01
1b64df8
Compare
Choose a tag to compare

Contains important bug fixes to portable_errors.hpp

v1.4.1

24 Jan 20:54
Compare
Choose a tag to compare

Fix minor bug in portable_errors to avoid stderr which is not supported on device.

v1.4.0

24 Jan 19:41
Compare
Choose a tag to compare

Add portable_errors.hpp and associated error handling macros.

v1.3.0

15 Dec 18:06
4c3d3f7
Compare
Choose a tag to compare
Release of version 1.3.0

v1.2.0

07 Jul 21:15
f18bcef
Compare
Choose a tag to compare

Minor cleanup, including fixes to cmake install and added FORCEINLINE macros.

v1.1.0

25 Mar 17:52
4c3933f
Compare
Choose a tag to compare

Cmake build system now supports appropriate machinery for installs and importing in in-tree builds.

Release 1.0.0

14 Jan 00:25
Compare
Choose a tag to compare
v1.0.0

first commit