Skip to content

v3.3.3

Compare
Choose a tag to compare
@vpirogov vpirogov released this 14 Dec 19:40
· 23 commits to rls-v3.3 since this release

This is a patch release containing the following changes to v3.3.2:

  • Fixed performance regression in int8 convolutions on processors with Intel AVX-512 and Intel DL Boost support (a00661f)
  • Fixed race condition during library initialization on Intel Data Center GPU Max Series (7dfcd11)
  • Fixed accuracy issue in experimental Graph Compiler with LLVM code generator (8892e7e)
  • Disabled int8 RNN implementation for cases with non-trivial strides (2195e4b)
  • Fixed incorrect results in bfloat16 convolution implementation on processors with Intel AMX support (9f00af9)
  • Fixed incorrect results in fp16 and int8 convolution on Intel Core Ultra integrated GPUs (69cef84, 79bc6cc, c9c0b09)