Releases: lanl/ports-of-call
Releases · lanl/ports-of-call
v1.6.0
Contains several small updates, but primary enhancement is new portable
printf for the portable errors treatment.
v1.5.2
Several bug fixes and build system fixes
v1.5.1
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
Contains important bug fixes to portable_errors.hpp
v1.4.1
Fix minor bug in portable_errors
to avoid stderr
which is not supported on device.
v1.4.0
Add portable_errors.hpp
and associated error handling macros.
v1.2.0
Minor cleanup, including fixes to cmake install and added FORCEINLINE
macros.
v1.1.0
Cmake build system now supports appropriate machinery for installs and importing in in-tree builds.