Skip to content

Commit

Permalink
Align NPU to CPU (#2560)
Browse files Browse the repository at this point in the history
### Changes

- Aligned NPU configuration to CPU for 8bit quantization;

### Reason for changes

- NPU supports CPU configuration;
- CPU configuration as the base;
- Removed unused configurations (ConvolutionBackpropData,
GroupConvolutionBackpropData);

### Related tickets

- 132512

### Tests

- TBD
  • Loading branch information
nikita-malininn authored May 6, 2024
1 parent daec271 commit b611322
Show file tree
Hide file tree
Showing 44 changed files with 2,762 additions and 2,630 deletions.
7 changes: 0 additions & 7 deletions nncf/common/hardware/configs/cpu.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,6 @@
"weights": ["q8_w_sym", "q8_w_asym"]
}
},
{
"type": "ConvolutionBackpropData",
"quantization": {
"activations": "q8_a",
"weights": ["q8_w_sym", "q8_w_asym"]
}
},
{
"type": "MatMul",
"quantization": {
Expand Down
Loading

0 comments on commit b611322

Please sign in to comment.