-
Notifications
You must be signed in to change notification settings - Fork 32
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
Devel #1782
Merged
Merged
Devel #1782
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
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest@1.0.0b3...6.1.1) Signed-off-by: dependabot[bot] <[email protected]>
Required by llvmlite-0.34.0, except for aarch64 which needs llvm-9. We're not hitting the bug that restricts aarch64 to llvm-9 so bump the version for all archs. Signed-off-by: Jan Vesely <[email protected]>
Updates the requirements on [graphviz](https://github.com/xflr6/graphviz) to permit the latest version. - [Release notes](https://github.com/xflr6/graphviz/releases) - [Changelog](https://github.com/xflr6/graphviz/blob/master/CHANGES.txt) - [Commits](xflr6/graphviz@0.1...0.14.2) Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Jan Vesely <[email protected]>
Signed-off-by: Jan Vesely <[email protected]>
Parameters are configured such that LCA == DDM followed by Logistic function
We're not using group synchronization and this reduces pressure on per-block resources. Most GPUs can handle 2-3 times more warps than blocks per SM [0]. Block size of 128 creates 4 times fewer blocks than warps, maximizing utilization of GPU resources. [0] https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#features-and-technical-specifications__technical-specifications-per-compute-capability Signed-off-by: Jan Vesely <[email protected]> fixup blocksize
We're not using any shared memery, but generate plenty of private data. Signed-off-by: Jan Vesely <[email protected]>
Use explicitly sized types instead of platform specific ones Signed-off-by: Jan Vesely <[email protected]>
Signed-off-by: Jan Vesely <[email protected]>
Add compiled variants. Signed-off-by: Jan Vesely <[email protected]>
Signed-off-by: Jan Vesely <[email protected]>
Make IR generation for execution counts bitwidth agnostic. Add minor CUDA tune ups.
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.1 to v2.1.2. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.1...d1255ad) Signed-off-by: dependabot[bot] <[email protected]>
SamKG
approved these changes
Oct 12, 2020
Signed-off-by: Jan Vesely <[email protected]>
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.