]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
Remove unneeded semicolons (llama/8280)
authorAidanBeltonS <redacted>
Thu, 4 Jul 2024 01:07:19 +0000 (02:07 +0100)
committerGeorgi Gerganov <redacted>
Mon, 8 Jul 2024 10:03:28 +0000 (13:03 +0300)
src/ggml-sycl/dpct/helper.hpp

index 1ff297218c6853d8cb88e0d8aaefe45998eb185b..5e98660dc888d2d38a6d3abf5d8f12e4b0d331f9 100644 (file)
@@ -255,7 +255,7 @@ namespace dpct
         void set_pitch(size_t pitch) { _pitch = pitch; }
 
         size_t get_x() { return _x; }
-        void set_x(size_t x) { _x = x; };
+        void set_x(size_t x) { _x = x; }
 
         size_t get_y() { return _y; }
         void set_y(size_t y) { _y = y; }
@@ -1056,7 +1056,7 @@ namespace dpct
 #error "Only support Windows and Linux."
 #endif
                 next_free = mapped_address_space;
-            };
+            }
 
         public:
             using buffer_id_t = int;
@@ -1077,7 +1077,7 @@ namespace dpct
 #else
 #error "Only support Windows and Linux."
 #endif
-            };
+            }
 
             mem_mgr(const mem_mgr &) = delete;
             mem_mgr &operator=(const mem_mgr &) = delete;