backend.hpp 526 B

1234567891011121314151617181920212223
  1. //
  2. // MIT license
  3. // Copyright (C) 2024 Intel Corporation
  4. // SPDX-License-Identifier: MIT
  5. //
  6. //
  7. // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
  8. // See https://llvm.org/LICENSE.txt for license information.
  9. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  10. //
  11. #ifndef GGML_SYCL_BACKEND_HPP
  12. #define GGML_SYCL_BACKEND_HPP
  13. #include "common.hpp"
  14. #include "convert.hpp"
  15. #include "dequantize.hpp"
  16. #include "dmmv.hpp"
  17. #include "mmq.hpp"
  18. #include "mmvq.hpp"
  19. #endif // GGML_SYCL_BACKEND_HPP