Skip to content

Commit

Permalink
Update tripy/nvtripy/constants.py
Browse files Browse the repository at this point in the history
Co-authored-by: pranavm-nvidia <49246958+pranavm-nvidia@users.noreply.github.com>
Signed-off-by: Faraz <58580514+farazkh80@users.noreply.github.com>
  • Loading branch information
farazkh80 and pranavm-nvidia authored Dec 19, 2024
1 parent b8075f2 commit 0b529fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tripy/nvtripy/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
Constants with volumes greater than this threshold will be omitted from logging messages.
"""

STROGE_OP_CACHE_VOLUME_THRESHOLD = 64
STORAGE_OP_CACHE_VOLUME_THRESHOLD = 64
"""
A volume threshold for lifting storage ops to trace inputs for eager mode cache lookups.
Aim is to exclude shape tensors, and TensorRT shape dims supports up to 8 dimensions.
Expand Down

0 comments on commit 0b529fd

Please sign in to comment.