Skip to content

Commit

Permalink
Bump up flatbuffer submodule version to the latest release (v23.3.3) (p…
Browse files Browse the repository at this point in the history
…ytorch#100716)

The current flatbuffer version uses `--std=c++0x` which is too old. On my system, one of flatbuffer's dependency has stopped supporting C++0x, causing a build issue on my system.

Pull Request resolved: pytorch#100716
Approved by: https://github.com/Skylion007, https://github.com/malfet
  • Loading branch information
zasdfgbnm authored and pytorchmergebot committed May 15, 2023
1 parent 9d85864 commit 1732077
Show file tree
Hide file tree
Showing 3 changed files with 598 additions and 586 deletions.
2 changes: 1 addition & 1 deletion third_party/flatbuffers
Submodule flatbuffers updated 1276 files
3 changes: 3 additions & 0 deletions torch/csrc/jit/serialization/mobile_bytecode.fbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// To regenerate header, use:
// flatc --cpp --gen-mutable --no-prefix --scoped-enums mobile_bytecode.fbs

file_identifier "PTMF";

namespace torch.jit.mobile.serialization;
Expand Down
Loading

0 comments on commit 1732077

Please sign in to comment.