Skip to content

Commit

Permalink
add another file
Browse files Browse the repository at this point in the history
  • Loading branch information
vwellsTT committed Nov 14, 2024
1 parent ef3588a commit 53415bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/ttmlir/Target/Utils/MLIRToFlatbuffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -300,9 +300,10 @@ toFlatbuffer(FlatbufferObjectCache &cache, SystemDescAttr systemDesc) {
auto chipCapabilities = toFlatbuffer(cache, systemDesc.getChipCapabilities());
auto chipCoords = toFlatbuffer(cache, systemDesc.getChipCoords());
auto chipChannels = toFlatbuffer(cache, systemDesc.getChipChannels());
auto cpuDescs = toFlatbuffer(cache, systemDesc.getCpuDescs();)
return ::tt::target::CreateSystemDesc(*cache.fbb, chipDescs, chipDescIndices,
chipCapabilities, chipCoords,
chipChannels);
chipChannels, cpuDescs);
}

inline std::vector<::tt::target::Dim2dRange>
Expand Down

0 comments on commit 53415bb

Please sign in to comment.