summaryrefslogtreecommitdiff
path: root/ggml-sycl/backend.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ggml-sycl/backend.hpp')
-rw-r--r--ggml-sycl/backend.hpp23
1 files changed, 0 insertions, 23 deletions
diff --git a/ggml-sycl/backend.hpp b/ggml-sycl/backend.hpp
deleted file mode 100644
index 2d37e271..00000000
--- a/ggml-sycl/backend.hpp
+++ /dev/null
@@ -1,23 +0,0 @@
-//
-// MIT license
-// Copyright (C) 2024 Intel Corporation
-// SPDX-License-Identifier: MIT
-//
-
-//
-// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
-// See https://llvm.org/LICENSE.txt for license information.
-// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
-//
-
-#ifndef GGML_SYCL_BACKEND_HPP
-#define GGML_SYCL_BACKEND_HPP
-
-#include "common.hpp"
-#include "convert.hpp"
-#include "dequantize.hpp"
-#include "dmmv.hpp"
-#include "mmq.hpp"
-#include "mmvq.hpp"
-
-#endif // GGML_SYCL_BACKEND_HPP