Skip to content
  • psychocrypt's avatar
    AMD: workaround driver memory leaks · 920a334f
    psychocrypt authored
    Instead of creating a new kernel for each block we pre-build 25 kernel within a chunk.
    This reduces the calls to `clCreateProgramWithSource` which creates the leaks and will crash the miner after a few hours.
    
    Workaround was first introduced by @SChernykh in xmrig-amd
    920a334f
Loading