-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* CUTLASS 3.0.0
- Loading branch information
Showing
377 changed files
with
76,395 additions
and
1,185 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,33 +5,61 @@ message: >- | |
following metadata. | ||
type: software | ||
authors: | ||
- given-names: Andrew | ||
email: [email protected] | ||
family-names: Kerr | ||
- given-names: Vijay | ||
family-names: Thakkar | ||
email: [email protected] | ||
affiliation: NVIDIA | ||
- given-names: Pradeep | ||
family-names: Ramani | ||
email: [email protected] | ||
affiliation: NVIDIA | ||
- given-names: Cris | ||
family-names: Cecka | ||
email: [email protected] | ||
affiliation: NVIDIA | ||
- given-names: Aniket | ||
family-names: Shivam | ||
email: [email protected] | ||
affiliation: NVIDIA | ||
- given-names: Honghao | ||
family-names: Lu | ||
email: [email protected] | ||
affiliation: NVIDIA | ||
- given-names: Ethan | ||
family-names: Yan | ||
email: [email protected] | ||
affiliation: NVIDIA | ||
- given-names: Jack | ||
family-names: Kosaian | ||
email: [email protected] | ||
affiliation: NVIDIA | ||
- given-names: Mark | ||
family-names: Hoemmen | ||
email: [email protected] | ||
affiliation: NVIDIA | ||
- given-names: Haicheng | ||
family-names: Wu | ||
affiliation: NVIDIA | ||
email: [email protected] | ||
- given-names: Manish | ||
family-names: Gupta | ||
affiliation: Google | ||
email: [email protected] | ||
- given-names: Dustyn | ||
family-names: Blasig | ||
email: [email protected] | ||
affiliation: NVIDIA | ||
- given-names: Pradeep | ||
family-names: Ramini | ||
email: [email protected] | ||
- given-names: Andrew | ||
family-names: Kerr | ||
email: [email protected] | ||
affiliation: NVIDIA | ||
- given-names: Matt | ||
family-names: Nicely | ||
email: [email protected] | ||
affiliation: NVIDIA | ||
- given-names: Duane | ||
family-names: Merrill | ||
email: [email protected] | ||
affiliation: NVIDIA | ||
- given-names: Aniket | ||
family-names: Shivam | ||
email: [email protected] | ||
- given-names: Dustyn | ||
family-names: Blasig | ||
email: [email protected] | ||
affiliation: NVIDIA | ||
- given-names: Fengqi | ||
family-names: Qiao | ||
email: [email protected] | ||
affiliation: NVIDIA | ||
- given-names: Piotr | ||
family-names: Majcher | ||
|
@@ -49,10 +77,12 @@ authors: | |
family-names: Wang | ||
email: [email protected] | ||
affiliation: NVIDIA | ||
- given-names: Matt | ||
family-names: Nicely | ||
email: [email protected] | ||
affiliation: NVIDIA | ||
- given-names: Manish | ||
family-names: Gupta | ||
affiliation: Google | ||
email: [email protected] | ||
|
||
|
||
repository-code: 'https://github.com/NVIDIA/cutlass' | ||
abstract: >- | ||
CUTLASS is a collection of CUDA C++ template | ||
|
@@ -71,12 +101,12 @@ abstract: >- | |
flexibility simplifies their use as building blocks | ||
within custom kernels and applications. | ||
keywords: | ||
- 'cutlass, tensor cores, cuda' | ||
- 'cutlass, tensor cores, cuda, cute, nvidia, gpu, linear algebra, matrix computations' | ||
license: BSD-3-Clause | ||
license-url: https://github.com/NVIDIA/cutlass/blob/v2.11.0/LICENSE.txt | ||
version: '2.11.0' | ||
date-released: '2022-11-19' | ||
license-url: https://github.com/NVIDIA/cutlass/blob/v3.0.0/LICENSE.txt | ||
version: '3.0.0' | ||
date-released: '2023-01-23' | ||
identifiers: | ||
- type: url | ||
value: "https://github.com/NVIDIA/cutlass/tree/v2.11.0" | ||
description: The GitHub release URL of tag 2.11.0 | ||
value: "https://github.com/NVIDIA/cutlass/tree/v3.0.0" | ||
description: The GitHub release URL of tag 3.0.0 |
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.