Michael Holman
Michael Holman
This code is verifying that any direct calls from JIT code are calling into either Chakra or the CRT. My initial guess is that the CRT dll you loaded has...
That is definitely possible. Can you see what dll contains the address you are crashing on?
Haha, don't worry about it! I think your config should be supported. As for a fix, I think changing `ShiftAddr` to only do the diff calculations `if (JITManager::GetJITManager()->IsJITServer())` would be...
It doesn't technically need to be compatible with C, I just wanted a stable interface that didn't bring in dependencies like requiring specific libstdc++ version, etc. and in my experience...
Yes, LLVM/MLIR are a dependency of OnnxMlirCompiler, but the embedder of OnnxMlirCompiler doesn't need to know anything about them. As far as C++ compat goes, I'm not an expert (especially...
Unfortunately, I think we need LLVM change or to remove use of LLVM's DynamicLibrary management code/load libraries ourselves to be able to merge, because LLVM has made it so DynamicLibraries...
I have made this LLVM PR which once merged should unblock us. https://reviews.llvm.org/D134763
@gargaroff Yes, I’m currently working on updating the PR now that this week’s green commit contains my upstream change. Working on updating baselines now and hoping to have it ready...
I have been seeing similar recently, in particular with einsum decomposition. I think we need to do shape inference earlier. Basically, it means that after replacing an op with some...
I don't know. I was only testing on Windows and don't have a Linux environment set up to test with, but it seems pretty weird that this is architecture specific.