Skip to content

Commit a1b9a88

Browse files
committed
xe: jit: conv_v2: fix duplicate access specifier
1 parent d163857 commit a1b9a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gpu/intel/jit/v2/conv/plan_registry.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class plan_registry_t {
5555
void stringify(std::ostream &out) const;
5656
void parse(std::istream &out);
5757

58-
public:
58+
private:
5959
std::vector<entry_t> entries_;
6060
};
6161

0 commit comments

Comments
 (0)