@@ -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
0 commit comments