forked from flexflow/flexflow-train
-
Notifications
You must be signed in to change notification settings - Fork 2
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
how much conflict? #10
Open
Flasew
wants to merge
131
commits into
umerge
Choose a base branch
from
net-clean
base: umerge
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ting structure. (flexflow#158) * [FX] Deleted previously added 'intermedia_values' dict as it was redundant * [FX] Refactores floor_divide into floor_divide and scalar_floor_divide and added floor_divide between scalars. * [FX] Changed reshape so it accounts for polymorphism of shape.
* [FX] Deleted previously added 'intermedia_values' dict as it was redundant * [FX] Refactores floor_divide into floor_divide and scalar_floor_divide and added floor_divide between scalars. * [FX] Changed reshape so it accounts for polymorphism of shape. * [Op] Added support for scalar addition operator on FF source * [FX] Added parser for scalar addition operator * [FX] Scalar addition operator can now be read from .ff file * [Op] Added upport for more scalar operators on FF source * [FX] Added parsers for more scalar operators * [FX] FF can now open scalar operators from .ff file
…#150) * [CMake]: use file(FLOB_RECURSE ...) to collect source files * [CMake]: replace FILTER with REMOVE_ITEM * [CMake]: clean up tanh and embedding_avx2 * [CMake]: enable assertions even if in release mode * [CMake]: fix FF_BUILD_ALL_EXAMPLES
Fixes the following error: CMake Error at CMakeLists.txt:103: Parse error. Expected "(", got newline with text " ".
* aggregate and group_by, initial * [Group_by] cpp impl * [Group_by] Output list of Tensors * [Group_by] dont pass k * hot * [Aggregate] bug fixes * [TopK] output print * [MoE] Jacobs '91 first model * [MoE] minor * delete examples/try_out * [agg_spec] hot * [agg_spec] Specification loss, first * [MoE] add balance term to loss Co-authored-by: Zhihao Jia <[email protected]>
Now that March release is done, make pybind11 the default.
* aggregate and group_by, initial * [Group_by] cpp impl * [Group_by] Output list of Tensors * [Group_by] dont pass k * hot * [Aggregate] bug fixes * [TopK] output print * [MoE] Jacobs '91 first model * [MoE] minor * delete examples/try_out * [agg_spec] hot * [agg_spec] Specification loss, first * [MoE] add balance term to loss * [Agg] CUDA implementation * [AggSpec] CUDA implementation * [GroupBy] CUDA implementation * [MoE] Only call malloc/free on construct and destruct * [MoE] minor Co-authored-by: Zhihao Jia <[email protected]>
…the CPU implementations.
* aggregate and group_by, initial * [Group_by] cpp impl * [Group_by] Output list of Tensors * [Group_by] dont pass k * hot * [Aggregate] bug fixes * [TopK] output print * [MoE] Jacobs '91 first model * [MoE] minor * delete examples/try_out * [agg_spec] hot * [agg_spec] Specification loss, first * [MoE] add balance term to loss * [Agg] CUDA implementation * [AggSpec] CUDA implementation * [GroupBy] CUDA implementation * [MoE] Only call malloc/free on construct and destruct * [MoE] minor * [Cache] first impl * [Cache] trigger funtion for switching modes * [TopK] fix grads set to 0 * minor * [Agg] Minor gating net grads * [MoE] profiling * [Cache] recompile first Co-authored-by: Zhihao Jia <[email protected]>
* add supoort for hip backend on NVIDIA GPU * minor fix * try fix cudaEventRecord * put set cudnn cublas stream into backward/forward_kernel functions * clean up DISABLE_LEGION_CUDA_HIJACK * rename create_stream to get_legion_stream
* python: create a pybind wrapper * [pybind]: add compute_metrics
…id allocation failure
[CMake] change default build mode to Release
This reverts commit 945650c.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.