Skip to content

Commit

Permalink
Updated supportBackwarding
Browse files Browse the repository at this point in the history
Co-authored-by: Donghyeon Jeong <[email protected]>
  • Loading branch information
niket-agarwal and djeong20 authored Jun 21, 2024
1 parent ab0d87c commit 3536e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nntrainer/layers/cl_layers/swiglu_cl.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class SwiGLULayerCl final : public Layer {
/**
* @copydoc bool supportBackwarding() const
*/
bool supportBackwarding() const override { return true; };
bool supportBackwarding() const override { return false; };

/**
* @copydoc Layer::exportTo(Exporter &exporter, ExportMethods method)
Expand Down

0 comments on commit 3536e3a

Please sign in to comment.