We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The below commit introduced an unchecked llvm::Expected error: Enable saturateHost in image-classifier and address a couple resulting bugs (#3443)
IIUC, the llvm::Expected introduced here:
glow/lib/LLVMIRCodeGen/LLVMCompiledFunction.cpp
Line 97 in d12d6d0
must be checked before it is overwritten here:
Line 104 in d12d6d0
This requires an LLVM build with assertions enabled.
Would you mind taking a look @gcatron?
The text was updated successfully, but these errors were encountered:
See also: #2737
Sorry, something went wrong.
@chadrosier Thanks for reporting the bug, should have a fix landed shortly.
ef7f916
Successfully merging a pull request may close this issue.
The below commit introduced an unchecked llvm::Expected error:
Enable saturateHost in image-classifier and address a couple resulting bugs (#3443)
IIUC, the llvm::Expected introduced here:
glow/lib/LLVMIRCodeGen/LLVMCompiledFunction.cpp
Line 97 in d12d6d0
must be checked before it is overwritten here:
glow/lib/LLVMIRCodeGen/LLVMCompiledFunction.cpp
Line 104 in d12d6d0
This requires an LLVM build with assertions enabled.
Would you mind taking a look @gcatron?
The text was updated successfully, but these errors were encountered: