armnn icon indicating copy to clipboard operation
armnn copied to clipboard

About the configuration setting of externalMemoryManagementEnabled

Open skane1024 opened this issue 1 year ago • 1 comments

I noticed there is a configuration option in INetworkProperties called m_ExternalMemoryManagementEnabled, its default value is False. I don't quite understand what it means. Does it refer to different backends using external unified memory management? I've tried setting externalMemoryManagementEnabled to True on some models, and found that several models have segment fault errors. I haven't seen this feature introduced in the documentation or test code, I just found it in the code. Is this feature usable? I hope you can help me clear up my confusion.

skane1024 avatar Feb 18 '24 13:02 skane1024