Skip to content

Commit

Permalink
opt case
Browse files Browse the repository at this point in the history
Signed-off-by: fishbell <[email protected]>
  • Loading branch information
songbell committed Dec 25, 2024
1 parent d233d75 commit 3f765c1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

using namespace cldnn;
using namespace ::tests;

#ifdef ENABLE_ONEDNN_FOR_GPU
TEST(opt_reorder_reshape_permute, no_reshape) {
auto& engine = get_test_engine();
auto in_layout = layout{ov::PartialShape({1, 2, 4, 6}), data_types::f16, format::bfyx};
Expand Down Expand Up @@ -360,3 +360,4 @@ TEST(opt_reorder_reshape_permute, not_sinking_reshape) {
<< "\nopt[i] = " << lock[i];
}
}
#endif // ENABLE_ONEDNN_FOR_GPU

0 comments on commit 3f765c1

Please sign in to comment.