rocm-arch

A collection of Arch Linux PKGBUILDS for the ROCm platform

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
*** ROCR-Runtime-rocm-3.3.0/src/core/util/lnx/os_linux.cpp.bak	2020-04-20 19:12:15.151530694 +0200
--- ROCR-Runtime-rocm-3.3.0/src/core/util/lnx/os_linux.cpp	2020-04-20 19:12:59.714068646 +0200
***************
*** 162,168 ****
  
  LibHandle LoadLib(std::string filename) {
    void* ret = dlopen(filename.c_str(), RTLD_LAZY);
-   if (ret == nullptr) debug_print("LoadLib(%s) failed: %s\n", filename.c_str(), dlerror());
    return *(LibHandle*)&ret;
  }
  
--- 162,167 ----