Skip to content

Commit 91873ad

Browse files
authored
Merge pull request #248 from raffenet/0.3-changes
Update CHANGES in preparation of 0.3 release Approved-by: Hui Zhou <[email protected]>
2 parents 911849b + 1aaafd1 commit 91873ad

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGES

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
===============================================================================
2+
Changes in 0.3
3+
===============================================================================
4+
5+
# Default to detecting the CUDA device capabilities at configure
6+
time. If no device is found on the build system, build all "major"
7+
CUDA capabilities to cut down on build time and library size. (thanks
8+
to Jeff Hammond for contributing)
9+
10+
# Add support for mixed memory types (thanks to ParTec AG for
11+
contributing)
12+
13+
# Add HIP backend for stream APIs
14+
15+
# Add automatic HIP SM detection
16+
17+
# Add automatic CUDA SM detection
18+
19+
# Add support for user-specified CUDA compiler
20+
21+
# Add support in --ze-native option to compile for multiple devices
22+
23+
# Add support for --pup-max-nesting < 2 in genpup.py
24+
25+
# Add support for --ze-revision-id to pass to ocloc compiler
26+
27+
# Other bug fixes and code cleanup
28+
129
===============================================================================
230
Changes in 0.2
331
===============================================================================

0 commit comments

Comments
 (0)