hcc icon indicating copy to clipboard operation
hcc copied to clipboard

HCC is an Open Source, Optimizing C++ Compiler for Heterogeneous Compute currently for the ROCm GPU Computing Platform

Results 112 hcc issues
Sort by recently updated
recently updated
newest added

``` # /opt/rocm/bin/hipconfig --full HIP version : 1.5.18442 == hipconfig HIP_PATH : /opt/rocm HIP_PLATFORM : hcc CPP_CONFIG : -D__HIP_PLATFORM_HCC__= -I/opt/rocm/include -I/opt/rocm/hcc/include == hcc HSA_PATH : /opt/rocm/hsa HCC_HOME : /opt/rocm/hcc /opt/rocm/hcc/bin/hcc:...

Linking fails if GPU kernel call function from a global function pointer array. Error message: `error: :0:0: in function _Z8vadd_hipN8hip_impl17Empty_launch_parmEPKfS2_Pfi void (%"struct.std::less", float*, float*, float*, i32): unsupported indirect call to...

HCC tests contain some strict references to /opt/rocm that cause test failures if the HSA library is located elsewhere.

libmcwamp is depends on libhc_am ``` $ objdump -p libmcwamp.so.3 | grep NEEDED | grep hc_am NEEDED libhc_am.so.3 ``` However, libhc_am depends on libmcwamp for the symbol Kalmar::getContext, despite not...

Scanning dependencies of target hc_am [100%] Building CXX object lib/hsa/CMakeFiles/hc_am.dir/hc_am.cpp.o wrong cast for pointers in different address spaces(must be an address space cast)! UNREACHABLE executed at /data/rocm-2.3/hcc/clang/lib/CodeGen/CGExprScalar.cpp:2044! Stack dump: 0....

It has annoyed me to no ends how the configuration output of rocLIBRARIES are CMake warnings that may be suppressed using `-Wno-dev`, but I am infact the dev of these...

In findGlobalPool, return HSA_STATUS_INFO_BREAK instead of HSA_STATUS_SUCCESS when a fine grained global pool is found, so as to avoid useless iterations when called in the constructor of UnpinnedCopyEngine. Also add...

hi there, I've noticed that when I try to compile with any -g or -O I get the following link error ``` /opt/rocm/hcc/bin/llvm-link: /tmp/tmp.nKwfCjksyA/18533595bee23ff7-messenger.cpp.b266b4fc55b47c7a3bfdbac33390fb54.kernel.bc: error: Invalid record /opt/rocm/hcc/bin/llvm-link: error: loading...

Change-Id: I30fdb177d1f1d60b1ba260ff9b76330abf36c78b