Open
Conversation
added 19 commits
March 21, 2022 16:45
…VIDIA's GPUs work?
also added a const kernel_info_t& to the arg list of shader_core_ctx::find_available_hwtid. This allows trace calls within this function to be able to find the SM id.
…-arounds due to subcore scheduling Plus a utility function get_index_vector_from_range_with_wrap_around used to generate the vector of indices.
…ped range of thread ids, thanks to the glamorous WrappableUnsignedRange
…ake subcore round robin scheduling work, but is no longer relevant
Author
|
This PR now partially models the effect of sub-core scheduling by issuing new warps starting from the last sub-core that was issued a warp. The effect of reg file segregation is not yet modelled. |
Author
|
This PR is still pending code review. |
Author
|
@FJShen a few things:
|
This file contains hidden or 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
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.
Supports round-robin dispatch of CTA warps to each sub-core. Its twin-PR to accel-sim depends on this PR.