ROCm / hipCaffe

(Deprecated) hipCaffe: the HIP port of Caffe
Other
124 stars 27 forks source link

HCC RUNTIME ERROR: #39

Closed haozhangcn closed 6 years ago

haozhangcn commented 6 years ago

Issue summary

./build/test/test_all.testbin

Backtrace: 0x00007f04870cd32e: Kalmar::CLAMP::DetermineAndGetProgram(Kalmar::KalmarQueue, unsigned long, void**) + 0x59e 0x00007f04870cd690: Kalmar::KalmarBootstrap::KalmarBootstrap() + 0x120 0x00007f04870cd549: __hcc_shared_library_init + 0x29 0x00007f048a2766ba: _dl_rtld_di_serinfo + 0x706a 0x00007f048a2767cb: _dl_rtld_di_serinfo + 0x717b 0x00007f048a266c6a: + 0x717b

HCC RUNTIME ERROR: Fail to find compatible kernel at file:mcwamp.cpp line:346

Your system configuration

Operating system: Ubuntu 16.04 Compiler: hipCaffe

parallelo commented 6 years ago

Hi @MAXHAOZHANG,

Thanks for the error report.

Can you check which version of hcc you have?

dpkg -l | grep hcc

When did you last install and/or update ROCm?

Thanks,

Jeff

haozhangcn commented 6 years ago

The GPU in my server does not support ROCm -v1.7 -- From AMD AMD Firepro W9100

Thank you!