Skip to content

Commit

Permalink
Merge pull request #248 from raffenet/0.3-changes
Browse files Browse the repository at this point in the history
Update CHANGES in preparation of 0.3 release

Approved-by: Hui Zhou <hzhou321@anl.gov>
  • Loading branch information
raffenet authored Oct 5, 2023
2 parents 911849b + 1aaafd1 commit 91873ad
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
===============================================================================
Changes in 0.3
===============================================================================

# Default to detecting the CUDA device capabilities at configure
time. If no device is found on the build system, build all "major"
CUDA capabilities to cut down on build time and library size. (thanks
to Jeff Hammond for contributing)

# Add support for mixed memory types (thanks to ParTec AG for
contributing)

# Add HIP backend for stream APIs

# Add automatic HIP SM detection

# Add automatic CUDA SM detection

# Add support for user-specified CUDA compiler

# Add support in --ze-native option to compile for multiple devices

# Add support for --pup-max-nesting < 2 in genpup.py

# Add support for --ze-revision-id to pass to ocloc compiler

# Other bug fixes and code cleanup

===============================================================================
Changes in 0.2
===============================================================================
Expand Down

0 comments on commit 91873ad

Please sign in to comment.