forked from torch/torch7
-
Notifications
You must be signed in to change notification settings - Fork 1
merge #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
Merged
Merged
merge #2
Conversation
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
add missing comma to optional argument.
Enable heap tracking by default in torch
Not every language has 1-based indexing...
Make TH more usable and consistent
Fix torch.histc problem #718
Document vec:addmv(scalar, mat, vec2) call
fixing division / to be consistent with true division and not mul(1/a)
fix gemm bug when beta = 0
fixing a truncation bug when numbers are given as strings
cmake: add soversion for luaT
Fix tril and logical operations when input == result
Imported from Debian package.
fix several spelling errors
cmake: add soversion for libTH
No new content. Just standardizing the formatting of the numbers and equations in the random docs.
clean up equations in documentation
According to #627
Fix error when run torch.test multi times
change timeSort test to work on windows
Expose omp_set_num_threads and similar APIs through the TH lib. This means a third-party libaries using TH don't need to be compiled with OpenMP support just to control the number of TH OMP threads.
Expose OpenMP num threads through TH lib
Fix the reference so that trepl can find the right document
fix bug in mmaping
Fix no-arg function prototypes
Original call to maskedCopy() only included y, not the mask. Update added the mask to the first argument.
Updated maskedCopy example #1
Fix compile error on freebsd
Add more size checks and improve some LAPACK error messages
Fix implementation of logNormal
On ARMv8, neon is inherit and instead listed as 'asimd' in /proc/cpuinfo Replace assembly with C Original authors: - @dusty-nv FindARM-patch.txt CMakeLists-patch.txt - @rtarquini NEON.c
Fix compilation for ASIMD, fix #766
Add some documentation for APPLY and DIM_APPLY macros
2 trivial changes to compile with msvc
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.