-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Adding writeable to flags #2616
Copy link
Copy link
Open
Labels
Description
NumPy arrays have the writeable option in flags. This can be useful for checking to see if one can write to an array or not. Also it can be useful to ensure an array is not written to (by setting this flag to False). Would be useful to have this flag on CuPy arrays as well.
Reactions are currently unavailable