Skip to content

uMagNUS (v2.1.1)

Compare
Choose a tag to compare
@xfong xfong released this 30 Mar 13:03

Updated build process

  • added a stub library for the OpenCL API base on the C headers released by Khronos Group (v2022.01.04). Build of Golang bindings to OpenCL will use the included stubs but at runtime, uMagNUS will search for the OpenCL library installed in the system
  • Tested binaries were built using Golang 1.17.7 on several platforms:
    • msys2 on Windows 10 and Windows 11 (32-bit and 64-bit binaries were tested to run on Nvidia MX150 and Intel UHD 630)
    • CentOS 7 (used devtoolset-9 for build, tested on Nvidia K80 using 470.xx driver series with known errors for 32-bit binary)
    • Ubuntu 18.04 (32-bit and 64-bit binaries tested to run on Intel HD 630)
    • Ubuntu 20.04 (32-bit and 64-bit binaries tested to run on Nvidia P100, P2000 and RTX 2080 SUPER with 510.xx driver series)