Announcement

Collapse
No announcement yet.

AMD ROCm 1.8.3 Released To Fix Breakage With Latest Ubuntu 18.04 Kernel

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #11
    Originally posted by Raven3x7 View Post
    Does this work now with the mainline 4.18 kernel without the DKMS stuff?
    No, it doesn't.

    It still tries to load a non-existent libamdoclcl64.so

    Code:
    openat(AT_FDCWD, "/lib64/libamdoclcl64.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    openat(AT_FDCWD, "/usr/lib64/libamdoclcl64.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)

    Comment


    • #12
      Originally posted by modpunk View Post

      No, it doesn't.

      It still tries to load a non-existent libamdoclcl64.so

      Code:
      openat(AT_FDCWD, "/lib64/libamdoclcl64.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
      openat(AT_FDCWD, "/usr/lib64/libamdoclcl64.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
      What does loading of shared library have to do with kernel module?

      Comment


      • #13
        Hi I realize this is an old thread but I've been in the same situation and this has been driving me nuts. The fix is painfully pathetic. This is clearly a typo on AMD's part. Chalk one more up for QA. All you need to do is symlink the ACTUAL lib "libamdocl64.s0" into your ld path (I put mine into /usr/lib64) using the incorrect name "libamdoclcl64.s0".

        AMD needs to get their act together.

        Comment

        Working...
        X