forked from torch/cutorch
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fp16 fixes for CUDA 9 (torch#783) * Warp intrinsic fixes (torch#785) * Updates for CUDA 9 * cuda 9 hgemm fix * update with CMake 3.13, and add Turing support * add nvcc option for half * patch for CUDA 10 * fix cuda 10.0 patch to be able to build with 9.x * add WARP_ANY * fix alignment warning * disable CudaHalfTensor for workaround on CUDA 10. half structure is replaced by half class on CUDA 10. It conflict with extern "C" declared functions. * Allowing larger grids for THCApply shows improved performance. * Fix grid size for batch cat tensor now that getApplyGrid has been changed. * fix __launch_bounds__ parameter for Turing(7.5) * same to ReduceNoncontig * intoroduce mask parameter to WARP_ANY * use cudaPointerAttributes.type for checking managed mamory. cudaPointerAttributes.isManaged is deprecated in CUDA 10. * fix cutorch_isManagedPtr * fix __launch_bounds__ parameter for Turing(7.5) * intoroduce mask parameter to WARP_ANY * use cudaPointerAttributes.type for checking managed mamory. cudaPointerAttributes.isManaged is deprecated in CUDA 10. * fix bool <-> int conversion * turn off CRT warnings of MSVC. * add Compute Capability 7.2 to SELECT_COMPUTE_ARCH Co-authored-by: Christian Sarofeen <[email protected]> Co-authored-by: Soumith Chintala <[email protected]>
- Loading branch information
Showing
21 changed files
with
347 additions
and
98 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.