How to use an intermediate buffer during graph building ? #12173
Unanswered
phanichinimilli
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to implement a state space model using GGML, I'm finding difficulty to induce usage of an intermediate buffer during graph building state. I'm depending on backend tensor allocation for both weights and graph compute.
My code logic looks like
After the compute,
-I'm seeing all zeros in tensor that include h_reals_arr/ h_reals_cur
-rest of the tensors I can see asper my intended operations applied.
Any help on this I would appreciate it.
Beta Was this translation helpful? Give feedback.
All reactions