]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
ggml : compute forward no longer pass src tensors (#729)
authorSiddharth Ramakrishnan <redacted>
Wed, 21 Feb 2024 12:34:53 +0000 (04:34 -0800)
committerGitHub <redacted>
Wed, 21 Feb 2024 12:34:53 +0000 (14:34 +0200)
commit4712fd12d7acb9971f850b1b98588f934cb39444
tree731f5c3c34ffa4faced18bafa16075e9728ffb16
parent25cc1d5d8329f55c8fc5202259046c73cc298e4e
ggml : compute forward no longer pass src tensors (#729)

* refactored compute forward to not pass in the src tensors each time

* fix merge issues with flags

* missed one place in the last commit to fix the is_param / flags issue

* minor spacing fix

* fixed some variable assignments so all tests locally are passing

* new change after merge fix

---------

Co-authored-by: siddharthvader <redacted>
src/ggml.c