[SYCL] add conv support (#8688)

This commit is contained in:
Meng, Hengyu 2024-07-29 10:50:27 +08:00 committed by GitHub
parent 6eeaeba126
commit 0832de7236
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 134 additions and 0 deletions

View file

@ -15,6 +15,7 @@
#include "concat.hpp"
#include "common.hpp"
#include "conv.hpp"
#include "convert.hpp"
#include "dequantize.hpp"
#include "dmmv.hpp"