Skip to content

Commit

Permalink
Increase the default kernel max cache size to 1536 (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatriceVignola authored May 2, 2022
1 parent 6018b72 commit 628dbd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/core/common_runtime/dml/dml_kernel_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class NoOpInitializationHelper;
class DmlKernelManager {
public:
// Can be overridden by the TF_DIRECTML_KERNEL_CACHE_SIZE environment variable
static constexpr size_t kDefaultMaxCacheSize = 1024;
static constexpr size_t kDefaultMaxCacheSize = 1536;

DmlKernelManager();

Expand Down

0 comments on commit 628dbd9

Please sign in to comment.