TypeError: Cannot update immutable parameter Z_DRAM #43
Closed
dinghongsong
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi team! When I run the codes in contributed/matmul.py, I encounter the following error:
TypeError: Cannot update immutable parameter Z_DRAM
This is due to using Z as a parameter to matmul, which is decorated with nki.baremetal().
Is there any way to fix this error?
Beta Was this translation helpful? Give feedback.
All reactions