We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8047438 + fe3ffe6 commit 04176b3Copy full SHA for 04176b3
1 file changed
kernel_tuner/accuracy.py
@@ -96,7 +96,7 @@ def _find_bfloat16_if_available():
96
+ "please install either the package `ml_dtypes`, `jax`, or `tensorflow`"
97
)
98
99
- return None
+ return dtype
100
101
102
def _to_float_dtype(x: str) -> np.dtype:
0 commit comments