-
Notifications
You must be signed in to change notification settings - Fork 70
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
base: main
Are you sure you want to change the base?
Feat/ignite #1223
Conversation
@dfalbel can you tag this with 'lantern' again please? |
@sebffischer Sorry for the delay! Just tagged ! |
src/Makevars.in
Outdated
@@ -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
Supersedes #1215
TODOs:
adamw_options
custom struct, so maybe we also need to wrap it in avoid*