-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
New issue
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
onnxruntime: 1.18.1 -> 1.20.1; eigen: 3.4.0 -> 3.4.0-unstable-2022-05-19 #364362
base: staging
Are you sure you want to change the base?
Conversation
0e0ce49
to
21730fa
Compare
21730fa
to
8af8086
Compare
8af8086
to
2123ea3
Compare
6ac8ba2
to
ebf9826
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this https://github.com/NVIDIA/cudnn-frontend/blob/ee971b18ee428ff55b444ac93876cfbd377d304f/CMakeLists.txt? Why do we have to vendor it, and if we do how do we appropriately attribute it
CC @ConnorBaker
substituteInPlace include/cudnn_frontend_utils.h \ | ||
--replace-fail \ | ||
'#include "cudnn_frontend/thirdparty/nlohmann/json.hpp"' \ | ||
'#include <nlohmann/json.hpp>' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note for future: perhaps we could patch upstream's target_include_directories
&c stanza make the latter work even when they vendor thirdparty
?
if [[ -e "$out/bin" ]] | ||
then | ||
nixErrorLog "The bin directory in \$out should no longer exist." | ||
exit 1 | ||
fi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What should be the contents of $out
? It's not bin/
and not python bindings. Cmake modules?
Fast forward to a version required by onnxruntime.
Fails to find protoc during cmake configure phase.
ebf9826
to
e843b10
Compare
https://github.com/microsoft/onnxruntime/releases/tag/v1.19.0
https://github.com/microsoft/onnxruntime/releases/tag/v1.19.2
https://github.com/microsoft/onnxruntime/releases/tag/v1.20.0
https://github.com/microsoft/onnxruntime/releases/tag/v1.20.1
Things done
cudaSupport
)nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.