You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Conv2dOp in TTNN IR is missing a few arguments from ttnn conv2d invoke function.
Mainly Conv2dConfig, DeviceComputeKernelConfig and MemoryConfig (related #620).
TTNN IR Conv2dOp should implement all these arguments to be exactly the same as in the actual op call:
Currently Conv2dOp in TTNN IR is missing a few arguments from ttnn conv2d invoke function.
Mainly Conv2dConfig, DeviceComputeKernelConfig and MemoryConfig (related #620).
TTNN IR Conv2dOp should implement all these arguments to be exactly the same as in the actual op call:
https://github.com/tenstorrent/tt-metal/blob/main/ttnn/cpp/ttnn/operations/conv/conv2d/conv2d.hpp#L44
The text was updated successfully, but these errors were encountered: