Skip to content

Commit 8ca4bff

Browse files
authored
Merge pull request #822 from daineAMD/611hotfix
[hotfix] Removing L1 stress 64-bit tests until we get better memory test infrastructure
2 parents ba27a09 + 73ace4d commit 8ca4bff

File tree

9 files changed

+209
-209
lines changed

9 files changed

+209
-209
lines changed

clients/gtest/blas1/asum_gtest.yaml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -42,33 +42,33 @@ Tests:
4242
backend_flags: AMD
4343

4444
# ILP-64 tests
45-
- name: asum_64
46-
category: stress
47-
function:
48-
- asum: *single_precision
49-
arguments:
50-
- { N: 2147483649, incx: 1 }
51-
- { N: 2, incx: 2147483649 }
52-
initialization: hpl
53-
api: [ C_64 ]
54-
os_flags: [ LINUX ]
55-
gpu_arch: '90a'
56-
backend_flags: AMD # temporary until cuda pipeline is fixed
45+
# - name: asum_64
46+
# category: stress
47+
# function:
48+
# - asum: *single_precision
49+
# arguments:
50+
# - { N: 2147483649, incx: 1 }
51+
# - { N: 2, incx: 2147483649 }
52+
# initialization: hpl
53+
# api: [ C_64 ]
54+
# os_flags: [ LINUX ]
55+
# gpu_arch: '90a'
56+
# backend_flags: AMD # temporary until cuda pipeline is fixed
5757

58-
- name: asum_64
59-
category: stress
60-
function:
61-
- asum_batched: *single_precision
62-
- asum_strided_batched: *single_precision
63-
arguments:
64-
- { N: 2147483649, incx: 1, batch_count: 1 }
65-
- { N: 2, incx: 2147483649, batch_count: 1 }
66-
- { N: 2, incx: 1, stride_x: 2, batch_count: 666666 }
67-
initialization: hpl
68-
api: [ C_64 ]
69-
backend_flags: AMD
70-
os_flags: [ LINUX ]
71-
gpu_arch: '90a'
58+
# - name: asum_64
59+
# category: stress
60+
# function:
61+
# - asum_batched: *single_precision
62+
# - asum_strided_batched: *single_precision
63+
# arguments:
64+
# - { N: 2147483649, incx: 1, batch_count: 1 }
65+
# - { N: 2, incx: 2147483649, batch_count: 1 }
66+
# - { N: 2, incx: 1, stride_x: 2, batch_count: 666666 }
67+
# initialization: hpl
68+
# api: [ C_64 ]
69+
# backend_flags: AMD
70+
# os_flags: [ LINUX ]
71+
# gpu_arch: '90a'
7272

7373
- name: asum_bad_arg
7474
category: pre_checkin

clients/gtest/blas1/axpy_gtest.yaml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -61,31 +61,31 @@ Tests:
6161
backend_flags: AMD
6262

6363
# ILP-64 tests
64-
- name: axpy_64
65-
category: stress
66-
function:
67-
- axpy: *single_precision
68-
arguments:
69-
- { N: 2147483649, incx: 1, incy: 1 }
70-
- { N: 2, incx: 2147483649, incy: 1 }
71-
- { N: 2, incx: 1, incy: 2147483649 }
72-
api: [ C_64 ]
73-
os_flags: [ LINUX ]
74-
gpu_arch: '90a'
64+
# - name: axpy_64
65+
# category: stress
66+
# function:
67+
# - axpy: *single_precision
68+
# arguments:
69+
# - { N: 2147483649, incx: 1, incy: 1 }
70+
# - { N: 2, incx: 2147483649, incy: 1 }
71+
# - { N: 2, incx: 1, incy: 2147483649 }
72+
# api: [ C_64 ]
73+
# os_flags: [ LINUX ]
74+
# gpu_arch: '90a'
7575

76-
- name: axpy_64
77-
category: stress
78-
function:
79-
- axpy_batched: *single_precision
80-
- axpy_strided_batched: *single_precision
81-
arguments:
82-
- { N: 2147483649, incx: 1, incy: 1, batch_count: 1 }
83-
- { N: 2, incx: 2147483649, incy: 1, batch_count: 1 }
84-
- { N: 2, incx: 1, incy: 2147483649, batch_count: 1 }
85-
- { N: 2, incx: 1, incy: 1, stride_x: 2, stride_y: 2, batch_count: 666666 }
86-
api: [ C_64 ]
87-
os_flags: [ LINUX ]
88-
gpu_arch: '90a'
76+
# - name: axpy_64
77+
# category: stress
78+
# function:
79+
# - axpy_batched: *single_precision
80+
# - axpy_strided_batched: *single_precision
81+
# arguments:
82+
# - { N: 2147483649, incx: 1, incy: 1, batch_count: 1 }
83+
# - { N: 2, incx: 2147483649, incy: 1, batch_count: 1 }
84+
# - { N: 2, incx: 1, incy: 2147483649, batch_count: 1 }
85+
# - { N: 2, incx: 1, incy: 1, stride_x: 2, stride_y: 2, batch_count: 666666 }
86+
# api: [ C_64 ]
87+
# os_flags: [ LINUX ]
88+
# gpu_arch: '90a'
8989

9090
- name: axpy_bad_arg
9191
category: pre_checkin

clients/gtest/blas1/copy_gtest.yaml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -45,32 +45,32 @@ Tests:
4545
backend_flags: AMD
4646

4747
# ILP-64 tests
48-
- name: copy_64
49-
category: stress
50-
function:
51-
- copy: *single_precision
52-
arguments:
53-
- { N: 2147483649, incx: 1, incy: 1 }
54-
- { N: 2, incx: -214748369, incy: 1 }
55-
- { N: 2, incx: 1, incy: 2147483649 }
56-
api: [ C_64 ]
57-
os_flags: [ LINUX ]
58-
gpu_arch: '90a'
48+
# - name: copy_64
49+
# category: stress
50+
# function:
51+
# - copy: *single_precision
52+
# arguments:
53+
# - { N: 2147483649, incx: 1, incy: 1 }
54+
# - { N: 2, incx: -214748369, incy: 1 }
55+
# - { N: 2, incx: 1, incy: 2147483649 }
56+
# api: [ C_64 ]
57+
# os_flags: [ LINUX ]
58+
# gpu_arch: '90a'
5959

60-
- name: copy_64
61-
category: stress
62-
function:
63-
- copy_batched: *single_precision
64-
- copy_strided_batched: *single_precision
65-
arguments:
66-
- { N: 2147483649, incx: 1, incy: 1, batch_count: 1 }
67-
- { N: 2, incx: -214748369, incy: 1, batch_count: 1 }
68-
- { N: 2, incx: 1, incy: 2147483649, batch_count: 1 }
69-
- { N: 2, incx: 1, incy: -1, stride_x: 2, stride_y: 2, batch_count: 666666 }
70-
api: [ C_64 ]
71-
os_flags: [ LINUX ]
72-
gpu_arch: '90a'
73-
backend_flags: AMD
60+
# - name: copy_64
61+
# category: stress
62+
# function:
63+
# - copy_batched: *single_precision
64+
# - copy_strided_batched: *single_precision
65+
# arguments:
66+
# - { N: 2147483649, incx: 1, incy: 1, batch_count: 1 }
67+
# - { N: 2, incx: -214748369, incy: 1, batch_count: 1 }
68+
# - { N: 2, incx: 1, incy: 2147483649, batch_count: 1 }
69+
# - { N: 2, incx: 1, incy: -1, stride_x: 2, stride_y: 2, batch_count: 666666 }
70+
# api: [ C_64 ]
71+
# os_flags: [ LINUX ]
72+
# gpu_arch: '90a'
73+
# backend_flags: AMD
7474

7575
# Bad-arg tests
7676
- name: copy_bad_arg

clients/gtest/blas1/dot_gtest.yaml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -58,33 +58,33 @@ Tests:
5858
backend_flags: AMD
5959

6060
# ILP-64 tests
61-
- name: dot_64
62-
category: stress
63-
function:
64-
- dot: *single_precision
65-
arguments:
66-
- { N: 2147483649, incx: 1, incy: 1 }
67-
- { N: 2, incx: 2147483649, incy: 1 }
68-
- { N: 2, incx: 1, incy: 2147483649 }
69-
api: [ C_64 ]
70-
os_flags: [ LINUX ]
71-
gpu_arch: '90a'
72-
initialization: hpl
61+
# - name: dot_64
62+
# category: stress
63+
# function:
64+
# - dot: *single_precision
65+
# arguments:
66+
# - { N: 2147483649, incx: 1, incy: 1 }
67+
# - { N: 2, incx: 2147483649, incy: 1 }
68+
# - { N: 2, incx: 1, incy: 2147483649 }
69+
# api: [ C_64 ]
70+
# os_flags: [ LINUX ]
71+
# gpu_arch: '90a'
72+
# initialization: hpl
7373

74-
- name: dot_64
75-
category: stress
76-
function:
77-
- dot_batched: *single_precision
78-
- dot_strided_batched: *single_precision
79-
arguments:
80-
- { N: 2147483649, incx: 1, incy: 1, batch_count: 1 }
81-
- { N: 2, incx: 2147483649, incy: 1, batch_count: 1 }
82-
- { N: 2, incx: 1, incy: 2147483649, batch_count: 1 }
83-
- { N: 2, incx: 1, incy: 1, stride_x: 2, stride_y: 2, batch_count: 666666 }
84-
api: [ C_64 ]
85-
os_flags: [ LINUX ]
86-
gpu_arch: '90a'
87-
initialization: hpl
74+
# - name: dot_64
75+
# category: stress
76+
# function:
77+
# - dot_batched: *single_precision
78+
# - dot_strided_batched: *single_precision
79+
# arguments:
80+
# - { N: 2147483649, incx: 1, incy: 1, batch_count: 1 }
81+
# - { N: 2, incx: 2147483649, incy: 1, batch_count: 1 }
82+
# - { N: 2, incx: 1, incy: 2147483649, batch_count: 1 }
83+
# - { N: 2, incx: 1, incy: 1, stride_x: 2, stride_y: 2, batch_count: 666666 }
84+
# api: [ C_64 ]
85+
# os_flags: [ LINUX ]
86+
# gpu_arch: '90a'
87+
# initialization: hpl
8888

8989
- name: dot_bad_arg
9090
category: pre_checkin

clients/gtest/blas1/iamaxmin_gtest.yaml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -45,32 +45,32 @@ Tests:
4545
backend_flags: AMD
4646

4747
# ILP-64 tests
48-
- name: iamaxmin_64
49-
category: stress
50-
function:
51-
- iamax: *single_precision
52-
- iamin: *single_precision
53-
arguments:
54-
- { N: 2147483649, incx: 1 }
55-
- { N: 2, incx: 2147483649 }
56-
api: [ C_64 ]
57-
os_flags: [ LINUX ]
58-
gpu_arch: '90a'
48+
# - name: iamaxmin_64
49+
# category: stress
50+
# function:
51+
# - iamax: *single_precision
52+
# - iamin: *single_precision
53+
# arguments:
54+
# - { N: 2147483649, incx: 1 }
55+
# - { N: 2, incx: 2147483649 }
56+
# api: [ C_64 ]
57+
# os_flags: [ LINUX ]
58+
# gpu_arch: '90a'
5959

60-
- name: iamaxmin_64
61-
category: stress
62-
function:
63-
- iamax_batched: *single_precision
64-
- iamin_batched: *single_precision
65-
- iamax_strided_batched: *single_precision
66-
- iamin_strided_batched: *single_precision
67-
arguments:
68-
- { N: 2147483649, incx: 1, batch_count: 1 }
69-
- { N: 2, incx: 2147483649, batch_count: 1 }
70-
- { N: 2, incx: 1, stride_x: 2, batch_count: 666666 }
71-
api: [ C_64 ]
72-
os_flags: [ LINUX ]
73-
gpu_arch: '90a'
60+
# - name: iamaxmin_64
61+
# category: stress
62+
# function:
63+
# - iamax_batched: *single_precision
64+
# - iamin_batched: *single_precision
65+
# - iamax_strided_batched: *single_precision
66+
# - iamin_strided_batched: *single_precision
67+
# arguments:
68+
# - { N: 2147483649, incx: 1, batch_count: 1 }
69+
# - { N: 2, incx: 2147483649, batch_count: 1 }
70+
# - { N: 2, incx: 1, stride_x: 2, batch_count: 666666 }
71+
# api: [ C_64 ]
72+
# os_flags: [ LINUX ]
73+
# gpu_arch: '90a'
7474

7575
- name: iamaxmin_bad_arg
7676
category: pre_checkin

clients/gtest/blas1/nrm2_gtest.yaml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -42,32 +42,32 @@ Tests:
4242
backend_flags: AMD
4343

4444
# ILP-64 tests
45-
- name: nrm2_64
46-
category: stress
47-
function:
48-
- nrm2: *single_precision
49-
arguments:
50-
- { N: 2147483649, incx: 1 }
51-
- { N: 2, incx: 2147483649 }
52-
initialization: hpl
53-
api: [ C_64 ]
54-
os_flags: [ LINUX ]
55-
gpu_arch: '90a'
45+
# - name: nrm2_64
46+
# category: stress
47+
# function:
48+
# - nrm2: *single_precision
49+
# arguments:
50+
# - { N: 2147483649, incx: 1 }
51+
# - { N: 2, incx: 2147483649 }
52+
# initialization: hpl
53+
# api: [ C_64 ]
54+
# os_flags: [ LINUX ]
55+
# gpu_arch: '90a'
5656

57-
- name: nrm2_64
58-
category: stress
59-
function:
60-
- nrm2_batched: *single_precision
61-
- nrm2_strided_batched: *single_precision
62-
arguments:
63-
- { N: 2147483649, incx: 1, batch_count: 1 }
64-
- { N: 2, incx: 2147483649, batch_count: 1 }
65-
- { N: 2, incx: 1, stride_x: 2, batch_count: 666666 }
66-
initialization: hpl
67-
api: [ C_64 ]
68-
os_flags: [ LINUX ]
69-
gpu_arch: '90a'
70-
backend_flags: AMD
57+
# - name: nrm2_64
58+
# category: stress
59+
# function:
60+
# - nrm2_batched: *single_precision
61+
# - nrm2_strided_batched: *single_precision
62+
# arguments:
63+
# - { N: 2147483649, incx: 1, batch_count: 1 }
64+
# - { N: 2, incx: 2147483649, batch_count: 1 }
65+
# - { N: 2, incx: 1, stride_x: 2, batch_count: 666666 }
66+
# initialization: hpl
67+
# api: [ C_64 ]
68+
# os_flags: [ LINUX ]
69+
# gpu_arch: '90a'
70+
# backend_flags: AMD
7171

7272
- name: nrm2_bad_arg
7373
category: pre_checkin

clients/gtest/blas1/rot_gtest.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -102,18 +102,18 @@ Tests:
102102
backend_flags: AMD
103103

104104
# ILP-64 tests
105-
- name: rotg_64
106-
category: stress
107-
function:
108-
- rotg_batched: *single_precision
109-
- rotg_strided_batched: *single_precision
110-
- rotmg_batched: *single_precision
111-
- rotmg_strided_batched: *single_precision
112-
batch_count: 666666
113-
api: [ C_64 ]
114-
os_flags: [ LINUX ]
115-
gpu_arch: '90a'
116-
backend_flags: AMD
105+
# - name: rotg_64
106+
# category: stress
107+
# function:
108+
# - rotg_batched: *single_precision
109+
# - rotg_strided_batched: *single_precision
110+
# - rotmg_batched: *single_precision
111+
# - rotmg_strided_batched: *single_precision
112+
# batch_count: 666666
113+
# api: [ C_64 ]
114+
# os_flags: [ LINUX ]
115+
# gpu_arch: '90a'
116+
# backend_flags: AMD
117117

118118
# bad arg tests
119119
- name: rot_bad_arg

0 commit comments

Comments
 (0)