[SYCL] Add conv_3d (#24691)

* add conv_3d

* optimize

* update ops.md

* restore test script

* rm unused code

* rm copyright notes
This commit is contained in:
Neo Zhang
2026-06-17 17:20:01 +03:00
committed by GitHub
parent 8086439a4c
commit d1759e4156
6 changed files with 500 additions and 259 deletions
+1
View File
@@ -17,6 +17,7 @@
#include "common.hpp"
#include "concat.hpp"
#include "conv.hpp"
#include "conv3d.hpp"
#include "convert.hpp"
#include "count-equal.hpp"
#include "cpy.hpp"