Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Snippets][CPU] Disabled dynamic MHA tokenization if rtCache is not u…
…sed (openvinotoolkit#26376) ### Details: - *To reduce overheads of ShapeInference and CodeGeneration of dynamic Subgraphs, CPU node Subgraph uses Runtime Cache of the plugin. If Runtime Cache capacity is zero, dynamic subgraphs should not be tokenized - it will lead to performance degradations. This PR disables dynamic MHA tokenization if `config.rtCacheCapacity == 0`* ### Tickets: - *150951*
- Loading branch information