cutlass/docs/search/classes_a.js
Andrew Kerr fb335f6a5f
CUTLASS 2.0 (#62)
CUTLASS 2.0

Substantially refactored for

- Better performance, particularly for native Turing Tensor Cores
- Robust and durable templates spanning the design space
- Encapsulated functionality embodying modern C++11 programming techniques
- Optimized containers and data types for efficient, generic, portable device code

Updates to:
- Quick start guide
- Documentation
- Utilities
- CUTLASS Profiler

Native Turing Tensor Cores
- Efficient GEMM kernels targeting Turing Tensor Cores
- Mixed-precision floating point, 8-bit integer, 4-bit integer, and binarized operands

Coverage of existing CUTLASS functionality:
- GEMM kernels targeting CUDA and Tensor Cores in NVIDIA GPUs
- Volta Tensor Cores through native mma.sync and through WMMA API
- Optimizations such as parallel reductions, threadblock rasterization, and intra-threadblock reductions
- Batched GEMM operations
- Complex-valued GEMMs

Note: this commit and all that follow require a host compiler supporting C++11 or greater.
2019-11-19 16:55:34 -08:00

15 lines
1.8 KiB
JavaScript

var searchData=
[
['layouttranspose',['LayoutTranspose',['../structcutlass_1_1layout_1_1LayoutTranspose.html',1,'cutlass::layout']]],
['layouttranspose_3c_20layout_3a_3acolumnmajor_20_3e',['LayoutTranspose< layout::ColumnMajor >',['../structcutlass_1_1layout_1_1LayoutTranspose_3_01layout_1_1ColumnMajor_01_4.html',1,'cutlass::layout']]],
['layouttranspose_3c_20layout_3a_3arowmajor_20_3e',['LayoutTranspose< layout::RowMajor >',['../structcutlass_1_1layout_1_1LayoutTranspose_3_01layout_1_1RowMajor_01_4.html',1,'cutlass::layout']]],
['linearcombination',['LinearCombination',['../classcutlass_1_1epilogue_1_1thread_1_1LinearCombination.html',1,'cutlass::epilogue::thread']]],
['linearcombinationclamp',['LinearCombinationClamp',['../classcutlass_1_1epilogue_1_1thread_1_1LinearCombinationClamp.html',1,'cutlass::epilogue::thread']]],
['linearcombinationrelu',['LinearCombinationRelu',['../classcutlass_1_1epilogue_1_1thread_1_1LinearCombinationRelu.html',1,'cutlass::epilogue::thread']]],
['linearcombinationrelu_3c_20elementoutput_5f_2c_20count_2c_20int_2c_20float_2c_20round_20_3e',['LinearCombinationRelu< ElementOutput_, Count, int, float, Round >',['../classcutlass_1_1epilogue_1_1thread_1_1LinearCombinationRelu_3_01ElementOutput___00_01Count_00_01int_00_01float_00_01Round_01_4.html',1,'cutlass::epilogue::thread']]],
['log2_5fdown',['log2_down',['../structcutlass_1_1log2__down.html',1,'cutlass']]],
['log2_5fdown_3c_20n_2c_201_2c_20count_20_3e',['log2_down< N, 1, Count >',['../structcutlass_1_1log2__down_3_01N_00_011_00_01Count_01_4.html',1,'cutlass']]],
['log2_5fup',['log2_up',['../structcutlass_1_1log2__up.html',1,'cutlass']]],
['log2_5fup_3c_20n_2c_201_2c_20count_20_3e',['log2_up< N, 1, Count >',['../structcutlass_1_1log2__up_3_01N_00_011_00_01Count_01_4.html',1,'cutlass']]]
];