Commit Graph

  • 0e13748649 CUTLASS 2.5 Andrew Kerr 2021-02-26 09:58:26 -05:00
  • ccb697bac7 cutlass 2.4 documentation only update Manish Gupta 2020-11-22 18:11:37 -08:00
  • e6bcdc60cf fix broken links (#148) Yang Wang 2020-11-20 13:46:54 +08:00
  • 6615010cd0 CUTLASS 2.4 (Implicit GEMM convolution) (#147) Manish Gupta 2020-11-19 21:25:25 -08:00
  • c2b80ad4e4 Merge pull request #135 from NVIDIA/cutlass_2.3_final Dustyn Blasig 2020-09-25 13:25:26 -05:00
  • 37a8f9e598 CUTLASS 2.3.0 final. akerr 2020-09-25 10:34:46 -07:00
  • c53f3339bb CUTLASS 2.3 initial commit (#134) Andrew Kerr 2020-09-23 14:00:58 -07:00
  • 4dac7490e6 Typoes (#107) hwu36 2020-07-13 17:25:52 -04:00
  • fd7e058d0c Added examples to enable the unity build (#102) Andrew Kerr 2020-06-17 07:09:18 -07:00
  • 1ab1027954 Updated mma_sm80.h to avoid perf penalty due to reinterpret_cast<>. (#100) Andrew Kerr 2020-06-15 10:47:01 -07:00
  • 86931fef85 CUTLASS 2.2 (#96) Andrew Kerr 2020-06-08 16:17:35 -07:00
  • e33d90b361 update tools/library/CMakeLists to require python 3.6 according to #70 (#82) Vijay Thakkar 2020-04-08 10:54:36 -07:00
  • 96dab34ad9 CUTLASS 2.1 (#83) Andrew Kerr 2020-04-07 13:51:25 -07:00
  • 7c0cd26d13 Need Python 3.6 to use enum.auto() (#70) Andrew Kerr 2019-11-22 09:39:12 -08:00
  • 45ecbc885b Removed redundant conjugation operations from matrix_traits. (#65) Andrew Kerr 2019-11-20 11:27:13 -08:00
  • 8aca98f9a7 Improved formatting, clarity, and content of several documents. (#64) Andrew Kerr 2019-11-20 10:42:15 -08:00
  • f4d9c8f755 Clang GPU compilation requires explicit CUDACC version flags (#63) Dustyn Blasig 2019-11-20 11:52:11 -06:00
  • fb335f6a5f CUTLASS 2.0 (#62) Andrew Kerr 2019-11-19 16:55:34 -08:00
  • b5cab177a9 Performance enhancement for Volta Tensor Cores TN layout (#53) Andrew Kerr 2019-07-10 10:54:12 -07:00
  • eb41735933 Merge pull request #47 from Artem-B/cutlass-1.3-clang Timmy 2019-05-13 10:52:45 -07:00
  • fb8b3a98b7 Addressed code review comments. Artem Belevich 2019-05-09 14:53:01 -07:00
  • d9d357877f Added missing file (#48) gthomascollignon 2019-05-09 16:07:52 -05:00
  • e18292db46 Make CUTLASS compileable with Clang. Artem Belevich 2019-05-02 10:40:05 -07:00
  • fe3438a3c1 cutlass 1.3.1 (#46) Timmy 2019-04-19 16:54:52 -07:00
  • 877bdcace6 Cutlass 1.3 Release (#42) Andrew Kerr 2019-03-20 10:49:17 -07:00
  • 19a9d64e3c Removed patch version from README. Andrew Kerr 2018-12-19 15:20:43 -08:00
  • 80e6f7c860 Merge pull request #38 from NVIDIA/resolve_maxwell Andrew Kerr 2018-12-19 15:17:41 -08:00
  • 822b0952cd Resolved issue for incorrect SGEMM on Maxwell architecture. akerr 2018-12-19 15:07:16 -08:00
  • ed2ed4d667 Merge pull request #33 from NVIDIA/cutlass_1.2 Andrew Kerr 2018-10-26 14:59:50 -07:00
  • 4db423c40f Minor edit to CHANGELOG. Andrew Kerr 2018-10-26 14:58:31 -07:00
  • b2bc0d3b79 Updating Doxygen docs Andrew Kerr 2018-10-26 14:54:58 -07:00
  • 74df0331f2 CUTLASS 1.2 akerr 2018-10-26 14:38:46 -07:00
  • 2332df492e Merge pull request #30 from NVIDIA/fix_utilities_example Andrew Kerr 2018-09-29 15:09:18 -07:00
  • cfe4b933ef CUDA 9 lacks host-side conversions from float=>half. Instead, we must reinterpret_cast<> from cutlass::half_t => half. akerr 2018-09-29 15:04:20 -07:00
  • 6877595a5e Merge pull request #28 from NVIDIA/cutlass_1.1 Andrew Kerr 2018-09-28 12:59:49 -07:00
  • 69e3709da4 Fixed typeo Andrew Kerr 2018-09-28 12:59:20 -07:00
  • d419094c28 Merge pull request #26 from NVIDIA/cutlass_1.1 Andrew Kerr 2018-09-21 11:44:47 -07:00
  • 1a7ac522f8 Clarification to README akerr 2018-09-20 11:04:03 -07:00
  • bf6eec53eb Merge pull request #25 from NVIDIA/cutlass_1.1 Andrew Kerr 2018-09-19 21:33:04 -07:00
  • 206e38dac5 Updated copyright of CUTLASS.md akerr 2018-09-19 21:31:12 -07:00
  • d85f6a1cec Merge pull request #24 from NVIDIA/cutlass_1.1 Andrew Kerr 2018-09-19 21:16:53 -07:00
  • 0826572c4c Reduced range of random values to avoid bit-level inconsistencies for large matrices. akerr 2018-09-19 21:11:48 -07:00
  • 77d1e0ca81 Updated README and CHANGELOG. akerr 2018-09-19 20:42:51 -07:00
  • d7137f9c0a Updated doxygen akerr 2018-09-19 14:02:08 -07:00
  • 461f417b9d Checkpointing CUTLASS 1.1 release. akerr 2018-09-18 16:58:03 -07:00
  • cf0301e00f Merge pull request #15 from NVIDIA/release_1.0.1_edits Andrew Kerr 2018-06-26 13:59:01 -07:00
  • b9bb0d1a49 Edits to README and changelog pursuant CUTLASS 1.0.1 patch. akerr 2018-06-26 13:57:39 -07:00
  • e1c4ba501b Merge pull request #13 from NVIDIA/cutlass_v1.0.1 Andrew Kerr 2018-06-12 08:25:56 -07:00
  • c566e83e6d Updated changelog. akerr 2018-06-11 14:54:07 -07:00
  • 374882be53 Replaced GoogleTest copy with submodule. Added updates to support intra-threadblock reductions. Added tests for same. akerr 2018-06-11 11:47:15 -07:00
  • 2c496c3e9e Replaced GoogleTest copy with Git submodule. akerr 2018-06-11 11:32:41 -07:00
  • 9fd55460c6 Merge pull request #10 from NVIDIA/cutlass_v1.0_rel Andrew Kerr 2018-05-18 12:27:31 -07:00
  • 480732c2e8 Minor updates to usage and readme. akerr 2018-05-17 15:10:55 -07:00
  • 68aaee8773 Merge pull request #9 from NVIDIA/cutlass_v1.0_rel Andrew Kerr 2018-05-17 11:12:37 -07:00
  • acb90e962a Updated url to Doxygen and modified usage statement in performance test program. akerr 2018-05-17 11:11:05 -07:00
  • 96bc3f227f Merge pull request #8 from NVIDIA/cutlass_v1.0_rel Andrew Kerr 2018-05-16 15:26:55 -07:00
  • 25ff282403 Moved Doxygen documents. akerr 2018-05-16 15:25:24 -07:00
  • 9d5726a568 Set theme jekyll-theme-minimal Andrew Kerr 2018-05-16 13:49:06 -07:00
  • 6f0d271d8d CUTLASS v1.0 Andrew Kerr 2018-05-16 13:47:13 -07:00
  • 923dfb42ce Updated README.md akerr 2018-05-16 12:50:10 -07:00
  • 6f6f269a0a Updated README.md akerr 2018-05-16 12:47:07 -07:00
  • 2028ebe120 CUTLASS v1.0 release akerr 2018-05-16 11:44:56 -07:00
  • 84377249a1 Merge pull request #2 from Artem-B/clang-fixes Andrew Kerr 2018-01-04 15:52:53 -08:00
  • 901287175f Merge branch 'Artem-B-clang-fixes' akerr 2018-01-04 15:46:08 -08:00
  • 1c9b54df16 Whitespace fix. Artem Belevich 2018-01-03 16:42:51 -08:00
  • 39616514d0 Reworked CUDA_LOG macro to print location&the message with one printf. Artem Belevich 2018-01-03 16:36:50 -08:00
  • df4b4e4bb6 Added _cuda_ to the name of the executable to indicate that it's not clang's version. Artem Belevich 2017-12-11 16:34:10 -08:00
  • 81957b3a3d Force inlining of few functions that rely on that for performance. Artem Belevich 2017-12-08 16:59:32 -08:00
  • ce2b3f695d Fixed debug macros for clang. Artem Belevich 2017-12-08 10:39:55 -08:00
  • e9e7cd4d44 Make cutlass compilable with clang. Artem Belevich 2017-12-11 14:16:52 -08:00
  • 95b0578d34 Update license info Duane Merrill 2017-12-06 10:00:59 -05:00
  • f4b48c7669 Update README.md Duane Merrill 2017-12-05 22:58:46 -05:00
  • 6cb88d53eb Update README.md Duane Merrill 2017-12-05 22:58:12 -05:00
  • 537a4bcedf Update README.md Duane Merrill 2017-12-05 22:54:49 -05:00
  • 5bd3f09312 Update README.md Duane Merrill 2017-12-05 22:53:11 -05:00
  • 6f091f5620 Update README.md Duane Merrill 2017-12-05 22:44:01 -05:00
  • 0428c89fd5 Updating readme with relative per chart dumerrill 2017-12-05 22:40:47 -05:00
  • e2bf51c3fe Update README.md Duane Merrill 2017-12-05 22:25:42 -05:00
  • 57747e382e Update README.md Duane Merrill 2017-12-05 21:32:06 -05:00
  • dd4dd4cebf Update README.md Duane Merrill 2017-12-05 20:58:01 -05:00
  • 6565b48747 Update README.md Duane Merrill 2017-12-05 20:56:49 -05:00
  • 73211bbb88 Update README.md Duane Merrill 2017-12-05 20:55:54 -05:00
  • 9dcb2b4c7d Update README.md Duane Merrill 2017-12-05 20:55:03 -05:00
  • f30abfc00a Update README.md Duane Merrill 2017-12-05 20:50:15 -05:00
  • 8ebd6b06d0 Replace svg with png+text dumerrill 2017-12-05 20:20:25 -05:00
  • 04ffa156e8 Adding figure to readme.md dumerrill 2017-12-05 20:15:33 -05:00
  • 24d0ba65c5 Update code formatting Duane Merrill 2017-12-05 15:51:01 -05:00
  • 4276e46e61 Improved formatting of Makefile akerr 2017-12-05 12:45:06 -08:00
  • d08ba8ac46 Committing CUTLASS for release. akerr 2017-12-04 21:12:52 -08:00
  • bbb3178126 Initial commit akerr 2017-12-04 08:07:48 -08:00
  • 8f5033f371 Initial commit Andrew Kerr 2017-11-29 16:11:25 -08:00