SWDEV-541514 - Docs update 2025-09-15 (#993)

Co-authored-by: Julia Jiang <56359287+jujiang-del@users.noreply.github.com>
This commit is contained in:
Istvan Kiss
2025-09-24 18:57:00 +02:00
committed by GitHub
parent 0575606e49
commit 83fb0c8c47
39 changed files with 2973 additions and 807 deletions
@@ -43,6 +43,13 @@ in both single and double precision formats.
Complex Number Functions
========================
.. note::
Changes have been made to small vector constructors for ``hipComplex`` and ``hipFloatComplex``
initialization, such as ``float2`` and ``int4``. If your code previously relied
on a single value to initialize all components within a vector or complex type, you might need
to update your code.
A comprehensive collection of functions for creating and manipulating complex numbers, organized by
functional categories for easy reference.