Skip to content

Commit

Permalink
[ GPU/OpenCL ] change reshape_cl to inherit LayerImplCl
Browse files Browse the repository at this point in the history
- This commit updates reshape_cl.cpp/.h to inherit LayerImplCl.
- This commit implements registerClKernels(), which is called in
context_cl.cpp

Self evaluation:

Build test: [X]Passed [ ]Failed [ ]Skipped
Run test: [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: Eunju Yang <[email protected]>
  • Loading branch information
EunjuYang authored and jijoongmoon committed Dec 19, 2024
1 parent 6d4d2c1 commit f868f6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/jni/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,6 @@ LOCAL_SRC_FILES := \
../unittest/layers/unittest_layers_impl.cpp \
../unittest/layers/unittest_layers_transpose_cl.cpp \
../unittest/layers/unittest_layers_concat_cl.cpp \
../unittest/layers/unittest_layers_swiglu_cl.cpp \
../unittest/layers/unittest_layers_fully_connected_cl.cpp \
../unittest/layers/unittest_layers_input.cpp \
../unittest/layers/unittest_layers_loss.cpp \
Expand Down

0 comments on commit f868f6b

Please sign in to comment.