File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 4242 continue
4343 end
4444
45+ if mnk == (16 ,16 ,8 ) && VERSION <= v " 1.7"
46+ # TensorFlow32 tests require at least Julia 1.8
47+ continue
48+ end
49+
4550 shape = CUDA. WMMA. get_hl_shape (mnk[1 ], mnk[2 ], mnk[3 ])
4651
4752 # Type-dependent variables
103108 continue
104109 end
105110
111+ if mnk == (16 ,16 ,8 ) && VERSION <= v " 1.7"
112+ # TensorFlow32 tests require at least Julia 1.8
113+ continue
114+ end
115+
106116 shape = CUDA. WMMA. get_hl_shape (mnk[1 ], mnk[2 ], mnk[3 ])
107117
108118 # Type-dependent variables
157167 d_elem_type in ops[4 ],
158168 c_elem_type in ops[3 ]
159169
170+ if mnk == (16 ,16 ,8 ) && VERSION <= v " 1.7"
171+ # TensorFlow32 tests require at least Julia 1.8
172+ continue
173+ end
174+
160175 # Type-dependent variables
161176 d_ty = CUDA. WMMA. map_ptx_to_jl_array[d_elem_type]
162177 c_ty = CUDA. WMMA. map_ptx_to_jl_array[c_elem_type]
You can’t perform that action at this time.
0 commit comments