srinivamd
srinivamd
Does gim support 5.x kernel?
@rerrabolu @ashutom could you please review and merge this soon so it can be picked up for the upcoming 3.7 release?
>> This Kernel 5.8 problem ROCm 4.1 release works on 5.8.
> > > > This Kernel 5.8 problem > > > > > > ROCm 4.1 release works on 5.8. > > Apols this does not work on Ubuntu 20.04.2....
@jleni I followed pre-install instructions from https://github.com/srinivamd/rocminstaller to set up Ubuntu 20.04. Used the installer script to install 4.1 (`sudo python3 ./rocminstall.py --rev 4.1 --nomiopenkernels` for 4.1 install) on system...
The presence (addition) of the `__host__` macro/attribute in the function definition `__host__ void FuncA(int exp)...` might be the reason why the `extern "C"` declaration on `FuncA()` WITHOUT the `__host__` attribute...
The header declarations are pretty much a no-op when the function definitions in the compiled translation unit is inconsistent - in this case the specifier `__host__` makes them inconsistent and...
One solution to avoid this issue that I use is by updating the amdgpu udev rules. For `render` group systems, ex. Ubuntu, use this for `cat /etc/udev/rules.d/70-amdgpu.rules ` to allow...
Could the code be updated to pick `libomp5.so` from `/usr/local` by examining `ldconfig` cache? @jithunnair-amd @pruthvistony