We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29a93c4 commit b3f19f1Copy full SHA for b3f19f1
1 file changed
tests/GraphBLAS-sharp.Tests/Helpers.fs
@@ -117,11 +117,7 @@ module Utils =
117
| _ -> []
118
119
let isFloat64Available (context: ClDevice) =
120
- Array.exists
121
- (function
122
- | CL_KHR_FP64 -> true
123
- | _ -> false)
124
- context.DeviceExtensions
+ Array.contains CL_KHR_FP64 context.DeviceExtensions
125
126
let transpose2DArray array =
127
let result =
0 commit comments