Update TH, THC, THNN, and THCUNN#618
Merged
colesbury merged 22 commits intopytorch:masterfrom Jan 28, 2017
Merged
Conversation
This is because the current version of luaffifb fails to pass custom structs (i.e. half) as arguments or accept them as return values. The accreal parameters are immediately converted to real internally. This is done to ensure none of the internal code needs to be changed. This change also removes transform_reals_to_half which is no longer necessary. Change-Id: I978151d001de5492576fb0eddfa0608cd4e99149
This is done to be consistent with the changes made to cunn
cuda implementation of Gated Linear Unit
Macros to convert between real and accreal
Using accreal instead of real in the API
Convert real to accreal in libTHCUNN
The THCApply.cuh is moved to the .cu files so that THCUNN.h can be compiled by a standard C compiler.
* Added TemporalRowConvolutionMM layer, tests, and documentation
* Added cunn TemporalRowConvolutionMM support
rohithkrn
pushed a commit
to rohithkrn/pytorch
that referenced
this pull request
Apr 8, 2020
mcarilli
pushed a commit
to mcarilli/pytorch
that referenced
this pull request
Feb 2, 2021
KyleCZH
pushed a commit
to KyleCZH/pytorch
that referenced
this pull request
Sep 20, 2021
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.
No description provided.