oneDNN icon indicating copy to clipboard operation
oneDNN copied to clipboard

src: common: disable groups with common scale at API

Open kealan-barbieri opened this issue 2 months ago • 1 comments

Description

Issue MFDNN-14456 shows group dims being used with common scales. This behavior is disabled in benchdnn but not explicitly via API.

This commit adds an explicit check to prevent this.

Checklist

General

  • [x] Do all unit and benchdnn tests (make test and make test_benchdnn_*) pass locally for each commit?
  • [x] Have you formatted the code using clang-format?

kealan-barbieri avatar Dec 05 '25 22:12 kealan-barbieri

make test enable device_gpu

kealan-barbieri avatar Dec 09 '25 21:12 kealan-barbieri