Releases: ROCm/hcc
HCC for ROCm 3.0.0
[Config] update submodule for rocm 3.0 Change-Id: I50122db3a217640d825ec9de131d86cb33451ade
HCC for ROCm 2.9.0
roc-hcc-2.9.0 [Config] update submodule for rocm 2.9
roc-hcc-2.7.2: Fix upgrade postinst (#1253)
* fix upgrade action in the postinst script * clean up and fix postinst script not creating symlinks in some situations * [RPM]fix prerm script incorrectly deleting symlinks during an upgrade Change-Id: I6aee040dc6ac8363d58ccaf35d4a0d81274e5ea3
HCC for ROCm 2.8.0
roc-hcc-2.8.0 Use the path of libmcwamp to dlopen libmcwamp_hsa, as static function…
HC Direct Function Call EAP
This is an early preview of direct function call support in HC, which introduces functionality that shall be available in a future version. Please note that indirect function calls are not supported at this time. Minimal testing has been conducted on Ubuntu 16.04 and 18.04. As this is an EAP it should not be used in a production environment.
PyTorch EAP
This is an Early Access Preview (EAP) of HCC which enables additional features in PyTorch for ROCm. It has only been validated against PyTorch, and therefore issues may be present (but are not expected) in other client apps. The compiler features present in this preview shall be incorporated in an upcoming ROCm version. It must be used with the matched HIP version available here: https://github.com/ROCm-Developer-Tools/HIP/releases/tag/roc-1.9.2-pytorch-eap. It has been verified with:
- Ubuntu 16.04/18.04
- CentOS 7.5 with Developer Toolset 7
HC Next Early Preview
This is an early preview of the next major version of HCC / the HC language. It includes a significant rework of the runtime and front-end, both of which were necessary to address long-standing issues and enable support for new language features (for example, generic lambdas). The nature of the HC library changes, becoming header only. A full list of changes is forthcoming, but in order to get feedback as early as possible we are providing this preview version. In order to use the new HC, an existing HC code-base must switch to using the 'hc/' prefix for includes i.e.
#include <hc.hpp>
// becomes
#include <hc/hc.hpp>
No other changes are necessary.
preview_1.0.17403
HCC version used by HIP preview_1.4.17405
preview_1.0.17333
HCC version used by HIP preview_1.3.17333
rocm-1.6.0
Optimize map lookups for kernel/buffer deps for array_view. First call "find", avoids insert (from []) and then removal in cases where kernel does not have any array_view deps.