The TT-Forge FE is a graph compiler designed to optimize and transform computational graphs for deep learning models, enhancing their performance and efficiency.
> all_outputs = run_binary(self.compiled_binary, int(ProgramId.FORWARD), inputs_and_parameters)
E RuntimeError: TT_FATAL @ /proj_sw/user_dev/akannan/tt-forge-fe/third_party/tt-mlir/third_party/tt-metal/src/tt-metal/tt_metal/impl/buffers/buffer.cpp:41: page_size % sizeof(uint32_t) == 0
E info:
E Page size must be divisible by sizeof(uint32_t) because buffers hold uint32_t values
E backtrace:
E --- /proj_sw/user_dev/akannan/tt-forge-fe/third_party/tt-mlir/build/lib/SharedLib/libTTMLIR.so(+0x69bab8) [0x7fda40ff3ab8]
Description
Got
Page size must be divisible by sizeof(uint32_t) because buffers hold uint32_t values
error while running the compiled framework model in Bfloat16Reproduce
Observed Behaviour
Logs
test_padding_with_maxpool2d_2.log