Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: ROCm/clang

Tags

roc-2.10.0

Toggle roc-2.10.0's commit message
SWDEV-179954 - OpenCL/LC - Merge branch amd-master into amd-common

Change-Id: I0ee933644ceaf90580a5be734299adb993daaa48

roc-2.9.0

Toggle roc-2.9.0's commit message
SWDEV-197801 - Fix device lambda compilation on Windows.

[HIP] Enhance lambda support on MSVC platform.

- MSVC uses different C++ ABI. The different mangle numbering causes
  lambda is identified differently from Itantium C++ ABI. The result in
  the different host-compilation device kernel name mangling from
  device-compilation.
- This patch fixes the aforementioned issue by
  + Add device mangling number for each lambda.
  + Pair Itanium C++ mangle numbering contgext with Microsoft C++ mangle
    numbering context to assign correct device-side lambda numbers.
  + During mangling, use device lambda number if the mangle context is
    a device context.
  + Revise the test with MSVC support.

Change-Id: Id1ab307cdad010f9bec38cdd779c9fbb042158e2

roc-2.8.0

Toggle roc-2.8.0's commit message
Revert "Replace llvm::integer_sequence and friends with the C++14 sta…

…ndard version"

This reverts commit f724ed4.

Commit requires newer gcc than is used in our internal builds.
Revert until newer gcc is available.

Change-Id: I513287576ad2e98675d8554f4b665f5398c46c60

roc-2.7.0

Toggle roc-2.7.0's commit message
SWDEV-179954 - OpenCL/LC - Merge branch amd-master into amd-common

Change-Id: I2ecbb97ee0ed8fe015c92c25ebd3c213cb21f11d

roc-2.6.0

Toggle roc-2.6.0's commit message
SWDEV-179954 - OpenCL/LC - Merge branch amd-master into amd-common

Change-Id: I54efd827a7c6842a14993b883d1710811956190a

roc-2.5.0

Toggle roc-2.5.0's commit message
HCC: Always produce one-as syncscopes until optimization in the backe…

…nd is implemented

Change-Id: I68d0b58824c75b5780a38f014a8246c8cea6ddda

roc-2.4.0

Toggle roc-2.4.0's commit message
SWDEV-179954 - OpenCL/LC - Merge branch amd-master into amd-common

Change-Id: Ic17cc8b242079db4eb981ef15db72f60d29fcef1

roc-2.3.0

Toggle roc-2.3.0's commit message
SWDEV-179954 - OpenCL/LC - Merge branch amd-master into amd-common

Change-Id: I5cdb49f20f9d8ce809fd7c525d55113c5cb85ac3

roc-2.2.0

Toggle roc-2.2.0's commit message
Merge branch amd-master into amd-common

roc-2.1.0

Toggle roc-2.1.0's commit message
Merge branch amd-master into amd-common