add comment

This commit is contained in:
medmekk
2025-10-16 13:14:08 +00:00
parent fee72e2a25
commit 7d2e6df39a

View File

@ -132,7 +132,7 @@ try:
}
},
}
# We pin the version here for xpu support
# We pin the version here for xpu support, if kernels is not available at all we won't reach this point, so it's safe.
if is_kernels_available(MIN_VERSION="0.10.2"):
register_kernel_mapping(_KERNEL_MAPPING)
else: