DDDVE commented on issue #17164: URL: https://github.com/apache/tvm/issues/17164#issuecomment-2279819621
hi, I encountered this bug today, and I tried my best to fix this. Here is what I did: 1. find tvm/src/contrib/torch/tvm_module_wrapper/RuntimeModuleWrapperTVM line 32, change `#include "../../support/base64.h` to `#include "../../../support/base64.h"` 2. in the same file as 1, move to line 213 to 216, add `tvm::support::` before these four declarations 3. find file tvm/src/contrib/torch/pt_call_tvm/tvm_class.cc line 170, change `tvm::runtime::vm::AllocatorType` to `tvm::runtime::memory::AllocatorType` I hope these will work for you -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
