-
Notifications
You must be signed in to change notification settings - Fork 369
/
CITATION.cff
54 lines (52 loc) · 1.63 KB
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
cff-version: 1.2.0
title: AITemplate
message: >-
If you use this software, please cite using the
following metadata.
type: software
authors:
- given-names: Bing
family-names: Xu
affiliation: Meta
email: [email protected]
- given-names: Ying
family-names: Zhang
affiliation: Meta
email: [email protected]
- given-names: Hao
family-names: Lu
affiliation: Meta
email: [email protected]
- given-names: Yang
family-names: Chen
affiliation: Meta
email: [email protected]
- given-names: Terry
family-names: Chen
affiliation: Meta
email: [email protected]
- given-names: Mike
family-names: Iovine
affiliation: Meta
email: [email protected]
- given-names: Mu-Chu
family-names: Lee
affiliation: Meta
email: [email protected]
- given-names: Zhijing
family-names: Li
affiliation: Meta
email: [email protected]
repository-code: 'https://github.com/facebookincubator/AITemplate'
abstract: >-
AITemplate (AIT) is a unified inference framework with separate acceleration backends for both AMD and NVIDIA GPU hardware. It delivers close to hardware-native Tensor Core (NVIDIA GPU) and Matrix Core (AMD GPU) performance on a variety of widely used AI models such as convolutional neural networks, transformers, and diffusers.
keywords:
- 'neural network, cutlass, composable kernel, cuda, rocm'
license: Apache 2.0
license-url: https://github.com/facebookincubator/AITemplate/LICENSE
version: '0.1'
date-released: '2022-10-03'
identifiers:
- type: url
value: "https://github.com/facebookincubator/AITemplate/tree/v0.1.0"
description: The GitHub release URL of tag 0.1.0