Closed maxkapur closed 1 day ago
Fix a few functions that raise a NumbaPerformanceWarningwithout checking whetherconfig.DISABLE_PERFORMANCE_WARNINGS` is set.
without checking whether
See the corresponding bug report and PR in Numba:
This pull request requires additional validation before any workflows can run on NVIDIA's runners.
Pull request vetters can view their responsibilities here.
Contributors can view more details about this message here.
/ok to test
I've manually confirmed that this disables both performance warnings locally.
Just waiting for CI now.
Many thanks @maxkapur!
Fix a few functions that raise a NumbaPerformanceWarning
without checking whether
config.DISABLE_PERFORMANCE_WARNINGS` is set.See the corresponding bug report and PR in Numba: