Skip to content

Commit

Permalink
#5389: removed early return from validate when enable_fast_runtime_mo…
Browse files Browse the repository at this point in the history
…de was set to true
  • Loading branch information
arakhmati committed May 30, 2024
1 parent 47397c9 commit 1d0f629
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tt_eager/tt_dnn/op_library/operation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -528,9 +528,6 @@ struct DeviceOperation final {
const Tensors& input_tensors,
const OptionalConstTensors& optional_input_tensors,
const OptionalTensors& optional_output_tensors) -> void {
if (ttnn::CONFIG.enable_fast_runtime_mode) {
return;
}
const auto& operation = *reinterpret_cast<const std::decay_t<T>*>(&storage);
if constexpr (
(detail::implements_validate<T>() or
Expand Down

0 comments on commit 1d0f629

Please sign in to comment.