Skip to content

v2024.1

Compare
Choose a tag to compare
@zibaiwan zibaiwan released this 11 Mar 15:20

Added

  • Add support for hostpipe sideband signals (#323).

Changed

  • Update clGetDeviceInfo to follow OpenCL 1.2 spec (#317).
  • Update invocation image debug prints (#318).
  • Delay erasing context from contexts_set during acl_idle_update (#322).
  • Only write changing parts of kernel arguments to kernel CRA (#324).
  • Pass information on whether a streaming kernel has CRA arguments to MMD (#330).

Removed

  • Remove simulator device from offline devices (#319).

Fixed

  • Resolves hang when the device op queue gets full and no more commands can be submitted (568569a).
  • Fix CSR pipe write handshaking (#326).