mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-31 08:51:55 +00:00 
			
		
		
		
	[SYCL] Remove unneeded semicolons (#8280)
This commit is contained in:
		| @@ -255,7 +255,7 @@ namespace dpct | |||||||
|         void set_pitch(size_t pitch) { _pitch = pitch; } |         void set_pitch(size_t pitch) { _pitch = pitch; } | ||||||
|  |  | ||||||
|         size_t get_x() { return _x; } |         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; } |         size_t get_y() { return _y; } | ||||||
|         void set_y(size_t y) { _y = y; } |         void set_y(size_t y) { _y = y; } | ||||||
| @@ -1056,7 +1056,7 @@ namespace dpct | |||||||
| #error "Only support Windows and Linux." | #error "Only support Windows and Linux." | ||||||
| #endif | #endif | ||||||
|                 next_free = mapped_address_space; |                 next_free = mapped_address_space; | ||||||
|             }; |             } | ||||||
|  |  | ||||||
|         public: |         public: | ||||||
|             using buffer_id_t = int; |             using buffer_id_t = int; | ||||||
| @@ -1077,7 +1077,7 @@ namespace dpct | |||||||
| #else | #else | ||||||
| #error "Only support Windows and Linux." | #error "Only support Windows and Linux." | ||||||
| #endif | #endif | ||||||
|             }; |             } | ||||||
|  |  | ||||||
|             mem_mgr(const mem_mgr &) = delete; |             mem_mgr(const mem_mgr &) = delete; | ||||||
|             mem_mgr &operator=(const mem_mgr &) = delete; |             mem_mgr &operator=(const mem_mgr &) = delete; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 AidanBeltonS
					AidanBeltonS