forked from ROCm/Tensile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pytest.ini
114 lines (111 loc) · 2.71 KB
/
pytest.ini
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
[pytest]
junit_family = xunit2
junit_logging = all
junit_log_passing_tests = False
xfail_strict = True
markers =
extended: Longer tests, formerly nightly.
pre_checkin: All pre-checkin tests.
disabled: Disabled tests.
regression: directory: tests for some bug hotspots
bufferload_offset: directory
bugs: directory
dot: directory
nightly: directory
no_load_loop: Directory, tests for the OptNoLoadLoop option.
special: directory
unit: Unit tests
use_initial_strides: directory
use_initial_strides_cd: directory
vega_20: directory
weekly: directory
yaml_only: directory, all tests which simply run a YAML file.
integration:
denorm: directory, tests for denorm behavior
emulation: Quick set of essential tests to run on emulation.
emulation1: Emulation tests part 1
emulation2: Emulation tests part 2
emulation3: Emulation tests part 3
emulation4: Emulation tests part 4
emulation5: Emulation tests part 5
validate: All tests which validate the results.
validateAll: All tests which validate all data points.
GEMM: All tests which run standard GEMMs
TensorContraction: All tests which do more complex tensor contractions
ConvolutionForward: Forward weights
Assembly: Tests with assembly kernels.
Source: Tests with source kernels.
bfloat16: Data type
complexDouble : Data type
complexSingle : Data type
double : Data type
half : Data type
int8x4 : Data type
int8 : Data type
single: Data type
assertions
big_tensor
classic
classic_source
convolution
convolution-vs-contraction
direct_to_lds
direct_to_vgpr
dot2
double_complex
fast
flat
float_complex
fractional
global_split_u
global_split_u_src
hpa_source
igemm
local_split_u
mfma
multi_sum
multi_sum_psd
nonbatched
pack_tensor_dims
pbd
source
stagger_u
syntax_error
tensor_contraction
vector_width
wip
zeropad
bufferload_offset
mirror_dims
xfail-gfx000: architecture
xfail-gfx900: architecture
xfail-gfx906: architecture
xfail-gfx908: architecture
xfail-gfx90a: architecture
xfail-gfx1010: architecture
xfail-gfx1011: architecture
xfail-gfx1012: architecture
xfail-gfx1030: architecture
xfail-gfx1031: architecture
xfail-gfx1032: architecture
xfail-gfx1034: architecture
xfail-gfx1035: architecture
xfail-gfx1100: architecture
xfail-gfx1101: architecture
xfail-gfx1102: architecture
skip-gfx000: architecture
skip-gfx900: architecture
skip-gfx906: architecture
skip-gfx908: architecture
skip-gfx90a: architecture
skip-gfx1010: architecture
skip-gfx1011: architecture
skip-gfx1012: architecture
skip-gfx1030: architecture
skip-gfx1031: architecture
skip-gfx1032: architecture
skip-gfx1034: architecture
skip-gfx1035: architecture
skip-gfx1100: architecture
skip-gfx1101: architecture
skip-gfx1102: architecture