Closed stefan-apollo closed 8 months ago
In _append_to_hooked_list (which is used only by analysis hooks) we now move the data to CPU to save VRAM.
_append_to_hooked_list
Fixes #278
Using this hook in feature viz code worked fine.
No.
Take cache mode activations off the GPU
Description
In
_append_to_hooked_list
(which is used only by analysis hooks) we now move the data to CPU to save VRAM.Related Issue
Fixes #278
How Has This Been Tested?
Using this hook in feature viz code worked fine.
Does this PR introduce a breaking change?
No.