This is a patch release containing the following changes to v3.7.1:
- Fixed hang in matmul with odd shapes on Intel Arc GPUs (46e7499)
- Fixed out-of-registers error in matmul on Intel Arc GPUs (599c839)
- Fixed incorrect results in SDPA pattern on Intel GPUs (6343c73)
- Fixed integer overflow in convolution with large shapes on x64 CPUs (c541100)
- Fixed access violation issue in experimental Graph Compiler (8b0e626)
- Fixed access violation in pooling on Intel GPUs (cd2cd5d)
- Improved performance of int8 matmul with int4 weights on Intel GPUs (d6c98ec)