Skip to content

Releases: LLNL/camp

Hotfix for nvcc missing return warning

24 Feb 00:37
9c8b738
Compare
Choose a tag to compare
Merge pull request #101 from LLNL/faster-compile

avoid nvcc no return warning

Binary components and updated blt/cmake handling

23 Feb 19:33
b442bf3
Compare
Choose a tag to compare

This version incorporates blt updates to better support rocm builds, and uses the cmake setup to include a binary component that lets camp avoid pulling in expensive standard library headers at include time, as well as removing some functions from the common include set. Both of these should improve compile times for downstream projects.

v0.4.0 - C++14 at last

04 Jan 23:18
80ff456
Compare
Choose a tag to compare

This is the first release to require C++14. For those interested, there is an in-progress PR looking at 17 next: #95, which hopefully will be in the cards around the time of the next RAJA release.

Use blt and cmake configuration

14 Sep 20:12
Compare
Choose a tag to compare

This version pulls in blt to configure camp, allowing configuration-time settings to persist. It has different dependency semantics and downstream effects. Most projects shouldn't notice the difference, but it can no longer be used without being configured without special care.

Add std exception header

23 Aug 22:45
3fb4621
Compare
Choose a tag to compare
Merge pull request #79 from MrBurmark/bugfix/stdexcept

Add stdexcept include to camp defines

Remove spurious break to avoid Werror issues, fix sycl

16 Aug 21:59
89e613c
Compare
Choose a tag to compare
Merge pull request #78 from trws/remove_break

remove spurious break

Bugfix for tests with older GCC

13 Aug 16:11
cba7105
Compare
Choose a tag to compare
Merge pull request #76 from rchen20/bugfix/chen59/unusedvars

Specify unused vars in resource test for old gccs.

Device memory types, sycl support, and improved resource types

12 Aug 02:28
c77d02c
Compare
Choose a tag to compare
Merge pull request #73 from trws/memory_access

add memory access type to allocation routines

First numbered release

25 Aug 16:08
Compare
Choose a tag to compare

This is the first numbered release of CAMP. Includes metaprogramming facilities, resources for use with RAJA and Umpire as well as a portable efficient tuple type.