SYCL: Refactor and enable FP16 in binary broadcast OPs (#12975)

* SYCL: refactor move to a separate file

* Fix binbcast

* Remove duplicates

* fix include formatting

* fix typo
This commit is contained in:
Akarshan Biswas 2025-04-18 19:27:56 +05:30 committed by GitHub
parent b9154ecff9
commit 8d66005763
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 393 additions and 372 deletions

View file

@ -13,6 +13,7 @@
#ifndef GGML_SYCL_BACKEND_HPP
#define GGML_SYCL_BACKEND_HPP
#include "binbcast.hpp"
#include "concat.hpp"
#include "common.hpp"
#include "conv.hpp"