Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert embedding dataformat cast (#59)
We don't need explicit embedding dataformat cast in tvm (from float32 to bf16) as dataformat workaround for this case is implemented in mlir. PRs for reference: - [TVM cast workaround](#55) - [Embedding Op workaround](tenstorrent/tt-mlir#1583) - [EmbeddingBackward Op workaround](tenstorrent/tt-mlir#1756) Related to this issue tenstorrent/tt-forge-fe#1112
- Loading branch information