Skip to content

Commit 3e4bcd3

Browse files
authored
[GPU] change ImplementationsCache capacity description in docs (#32627)
### Details: - real implementation cache capacity changed in 563efc6 ### Tickets:
1 parent b4bac1c commit 3e4bcd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/intel_gpu/docs/dynamic_shape/in_memory_cache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ When creating a primitive_impl in the Dynamic Shape model, if each primitive_imp
1111
* `ImplementationsCache` inherits LruCacheThreadSafe which is ThreadSafe version of LruCache which handles primitive_impl cache by increasing the cache hit rate for frequently used items. Therefore, `ImplementationsCache` optimizes the performance of dynamic execution through frequently used primitive_impl.
1212
* Since cldnn::program creates ImplementationsCache as unique_ptr at `cldnn::program `constructor, its lifecycle is set to `cldnn::program`.
1313
* `ImplementationsCache` supports multi-stream, so the cldnn::network of each stream manages primitive_impl in same cache.
14-
* `ImplementationsCache` Capacity is set to 10000 by default, but may change in the future optimization.
14+
* `ImplementationsCache` Capacity is set to 300 by default, but may change in the future optimization.
1515

1616

1717
## Usages

0 commit comments

Comments
 (0)