Skip to content

Commit

Permalink
removed bracket in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mhpanah committed Nov 14, 2024
1 parent 9eadfbd commit 0c66ad5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace ov {
namespace intel_gpu {

DynamicQuantizeFullyConnected::DynamicQuantizeFullyConnected(uint64_t group_size)
: ov::pass::MatcherPass() { // Explicitly call the base class constructor{
: ov::pass::MatcherPass() { // Explicitly call the base class constructor
GPU_DEBUG_GET_INSTANCE(debug_config);
using namespace ov::pass::pattern;

Expand Down

0 comments on commit 0c66ad5

Please sign in to comment.