8000 merge by elikosan · Pull Request #2 · elikosan/torch7 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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 92 commits into from
Dec 13, 2016
Merged

merge #2

merged 92 commits into from
Dec 13, 2016

Conversation

elikosan
Copy link
Owner

No description provided.

Cédric Deltheil and others added 30 commits June 4, 2016 13:36
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
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
Fix tril and logical operations when input == result
Imported from Debian package.
No new content. Just standardizing the formatting of the numbers and equations in the random docs.
clean up equations in documentation
soumith and others added 29 commits October 13, 2016 09:20
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 no-arg function prototypes
Original call to maskedCopy() only included y, not the mask. Update added the mask to the first argument.
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
@elikosan elikosan merged commit 980eb85 into elikosan:master Dec 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0