mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
[Easy] Update the bytecode version comment (#73097)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/73097
As title
ghstack-source-id: 149500912
Test Plan: CI
Reviewed By: pavithranrao
Differential Revision: D34347005
fbshipit-source-id: 76f96c627983a81fa02701ab174d35cb9c891628
(cherry picked from commit 857de08b31)
This commit is contained in:
parent
52175307e2
commit
d059c0821c
|
|
@ -115,11 +115,13 @@ constexpr uint64_t kMinProducedFileFormatVersion = 0x3L;
|
|||
// torchscript constant table. Also update tensor storage schema adapting to
|
||||
// the unify format, the root key of tensor storage is updated from {index} to
|
||||
// {the_pointer_value_the_tensor.storage}, for example:
|
||||
// `140245072983168.storage` Forward-compatibility change. 0x6L: Implicit
|
||||
// opereator versioning using number of specified argument. Refer to the
|
||||
// summary of https://github.com/pytorch/pytorch/pull/56845 for details. 0x7L:
|
||||
// Enable support for operators with default arguments plus out arguments.
|
||||
// 0x8L: Emit promoted operators as instructions
|
||||
// `140245072983168.storage` Forward-compatibility change.
|
||||
// 0x6L: Implicit opereator versioning using number of specified argument.
|
||||
// Refer to the summary of https://github.com/pytorch/pytorch/pull/56845 for details.
|
||||
// 0x7L: Enable support for operators with default arguments plus out arguments.
|
||||
// Refer. See https://github.com/pytorch/pytorch/pull/63651 for details
|
||||
// 0x8L: Emit promoted operators as instructions.
|
||||
// See https://github.com/pytorch/pytorch/pull/71662 for details
|
||||
constexpr uint64_t kProducedBytecodeVersion = 0x8L;
|
||||
|
||||
// static_assert(
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user