File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 42
42
continue
43
43
end
44
44
45
+ if mnk == (16 ,16 ,8 ) && VERSION <= v " 1.7"
46
+ # TensorFlow32 tests require at least Julia 1.8
47
+ continue
48
+ end
49
+
45
50
shape = CUDA. WMMA. get_hl_shape (mnk[1 ], mnk[2 ], mnk[3 ])
46
51
47
52
# Type-dependent variables
103
108
continue
104
109
end
105
110
111
+ if mnk == (16 ,16 ,8 ) && VERSION <= v " 1.7"
112
+ # TensorFlow32 tests require at least Julia 1.8
113
+ continue
114
+ end
115
+
106
116
shape = CUDA. WMMA. get_hl_shape (mnk[1 ], mnk[2 ], mnk[3 ])
107
117
108
118
# Type-dependent variables
157
167
d_elem_type in ops[4 ],
158
168
c_elem_type in ops[3 ]
159
169
170
+ if mnk == (16 ,16 ,8 ) && VERSION <= v " 1.7"
171
+ # TensorFlow32 tests require at least Julia 1.8
172
+ continue
173
+ end
174
+
160
175
# Type-dependent variables
161
176
d_ty = CUDA. WMMA. map_ptx_to_jl_array[d_elem_type]
162
177
c_ty = CUDA. WMMA. map_ptx_to_jl_array[c_elem_type]
You can’t perform that action at this time.
0 commit comments