mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-27 03:01:52 -04:00
Deprecation of hipcc (#678)
* Deprecation of hipcc * Update RELEASE.md * Update RELEASE.md Co-authored-by: Pratik Basyal <prbasyal@amd.com> * Update RELEASE.md --------- Co-authored-by: Pratik Basyal <prbasyal@amd.com>
This commit is contained in:
@@ -283,7 +283,7 @@ MIGraphX has the following enhancements:
|
||||
* rocMLIR has implemented support to generate MXFP8 and MXFP4 kernels.
|
||||
* MIGraphX now supports MXFP8 and MXFP4 operations.
|
||||
|
||||
### AMDGPU wavefront size compiler macro removal
|
||||
### AMDGPU wavefront size macro removal
|
||||
|
||||
The `__AMDGCN_WAVEFRONT_SIZE` and `__AMDGCN_WAVEFRONT_SIZE__` macros, which provided a compile-time-constant wavefront size, are removed. Where required, the wavefront size should instead be queried using the warpSize variable in device code, or using `hipGetDeviceProperties` in host code. Neither of these will result in a compile-time constant. For more information, see [warpSize](https://rocm.docs.amd.com/projects/HIP/en/latest/how-to/hip_cpp_language_extensions.html#warpsize).
|
||||
For cases where compile-time evaluation of the wavefront size cannot be avoided, uses of `__AMDGCN_WAVEFRONT_SIZE` or `__AMDGCN_WAVEFRONT_SIZE__` can be replaced with a user-defined macro or `constexpr` variable with the wavefront size(s) for the target hardware. For example:
|
||||
@@ -993,6 +993,10 @@ For a historical overview of ROCm component updates, see the {doc}`ROCm consolid
|
||||
|
||||
* Updated clang/llvm to AMD clang version 22.0.0 (equivalent to LLVM 22.0.0 with additional out-of-tree patches).
|
||||
|
||||
#### Upcoming changes
|
||||
|
||||
* As of ROCm 7.2.0, the [HIPCC](https://rocm.docs.amd.com/projects/HIPCC/en/latest/index.html) compiler is deprecated. HIPCC now invokes [AMD Clang](https://rocm.docs.amd.com/projects/llvm-project/en/latest/index.html). It’s recommended that you now invoke AMD Clang directly rather than using HIPCC. There isn’t any expected impact on usability, functionality, or performance when invoking AMD Clang directly. In a future ROCm release, HIPCC will become a symbolic link to AMD Clang.
|
||||
|
||||
### **MIGraphX** (2.15.0)
|
||||
|
||||
#### Added
|
||||
|
||||
Reference in New Issue
Block a user