How can I make a tensor volatile? I do not want it be cached, as it will never be re-used. My target is LLVM. I tried decl_buffer with scope as volatile, did not work. Thanks
How can I make a tensor volatile? I do not want it be cached, as it will never be re-used. My target is LLVM. I tried decl_buffer with scope as volatile, did not work. Thanks