Skip to content

Commit

Permalink
[GPU] Add missed override keyword in typed_primitive_onednn_impl struct
Browse files Browse the repository at this point in the history
  • Loading branch information
sshlyapn committed Dec 12, 2023
1 parent ba735c9 commit 16631ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ struct typed_primitive_onednn_impl : public typed_primitive_impl<PType> {
}

bool is_cpu() const override { return false; }
bool is_onednn() const { return true; }
bool is_onednn() const override { return true; }

// Cache blob format:
// [ dnnl::primitive_attr ]
Expand Down

0 comments on commit 16631ca

Please sign in to comment.