Swapnil Patel
Swapnil Patel
This pull request introduces the `--use_cpu` option to the main script, allowing users to run training and inference on the CPU. The `--use_cpu` option can be specified when running the...
1) If you can, please include a screenshot of your problem ``` [Trace - 07:19:12.839] Command length (8191 max): 4888 [Trace - 07:19:13.567] Server install command stderr: del : Cannot...
GitHub is retiring Windows Server 2019 hosted runners on June 30, 2025 as part of their N-1 OS support policy. To ensure CI functions without disruption, we need to migrate...
This PR introduces automation for release notes generation and validation. It has these jobs that populate release notes - 1. towncrier (uses build --check to verify, skips if nothing to...
This PR refactors win64 wheel builder workflow to separate sdist (once with py3.10 build) and wheel builds with explicit artifact uploads
### Checklist - [x] I added a descriptive title - [x] I searched open reports and couldn't find a duplicate ### What happened? When running conda build --test with a...
This PR introduces several key fixes to the llvmdev GHA build process. - adds user input options - 'all' for platforms and recipe. allows running all llvmdev workflows using one...
This is a synthetic PR, to test GHA triggers for pull requests. DO NOT MERGE.
Adds a separate GitHub Actions workflow for `osx-arm64` PR testing, since Azure Pipelines doesn't support `osx-arm64` and `osx-64` is deprecated.
resolves https://github.com/numba/numba/issues/10221 `np.all` overload is missing scalar handling and also no `TypingError` is raised. The current implementation of overload does not expect scalar values and errors at lowering - ```...