-
Notifications
You must be signed in to change notification settings - Fork 71
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
Feat/ignite #1223
Feat/ignite #1223
Conversation
@dfalbel can you tag this with 'lantern' again please? |
@sebffischer Sorry for the delay! Just tagged ! |
@@ -11,7 +11,7 @@ all: $(LANTERN_TARGET) $(SHLIB) rename | |||
lantern: | |||
@echo "*** Building lantern!" | |||
mkdir -p ../build-lantern | |||
cd ../build-lantern && cmake ../src/lantern -DCMAKE_INSTALL_PREFIX=$(PKG_PATH) -DCMAKE_INSTALL_MESSAGE="LAZY" @CMAKE_FLAGS@ && cmake --build . --target install --config Release | |||
cd ../build-lantern && cmake ../src/lantern -DCMAKE_INSTALL_PREFIX=$(PKG_PATH) -DCMAKE_INSTALL_MESSAGE="LAZY" @CMAKE_FLAGS@ && cmake --build . --parallel 8 --target install --config Release |
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.
this still needs to be undone
src/lantern/include/lantern/types.h
Outdated
@@ -92,6 +92,10 @@ void* Argument (const std::vector<c10::Argument>& x); | |||
void* FunctionSchema (const std::vector<c10::FunctionSchema>& x); | |||
} // namespace vector | |||
|
|||
// namespace optim { |
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.
needs to be removed
src/lantern/include/lantern/types.h
Outdated
@@ -481,6 +485,12 @@ void* FunctionSchema (const std::vector<c10::FunctionSchema>& x) { return make_p | |||
|
|||
} // namespace vector | |||
|
|||
// namespace optim { |
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.
needs to be removed
@dfalbel The tests are now basically passing, do you maybe have the time to look at this? |
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.
Looks good to me!
This is a fantastic PR, @sebffischer! Thanks so much for the effort and hard work you put into it—it’s really appreciated! |
Supersedes #1215
TODOs:
adamw_options
custom struct, so maybe we also need to wrap it in avoid*