Skip to content

Tags: aunzat/hcc

Tags

roc-1.1.0

Toggle roc-1.1.0's commit message
ROCm release v1.1.0

roc-1.0.0

Toggle roc-1.0.0's commit message
cleaning up README, moving some of the info to the wiki

v0.10-rc1

Toggle v0.10-rc1's commit message
Merge pull request ROCm#16 from RadeonOpenCompute/master

update installation path, adding debian package dependencies

ubuntu_centos_fedora

Toggle ubuntu_centos_fedora's commit message
[lib] remove __cxa_thread_atexit to support CentOS

glibc on CentOS doesn't have facility to support destructing C++11 thread_local
objects.  Remove related codes from HCC runtime library to support CentOS.

For now, HCC applications shall refrain from creating C++11 thread_local objects
 especially on CentOS.