Swapnil Patel

Results 24 issues of 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...

2 - In Progress
skip_release_notes

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...

2 - In Progress
skip_release_notes

This PR refactors win64 wheel builder workflow to separate sdist (once with py3.10 build) and wheel builds with explicit artifact uploads

3 - Ready for Review
skip_release_notes

### 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...

type::bug

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...

2 - In Progress
4 - Waiting on CI

This is a synthetic PR, to test GHA triggers for pull requests. DO NOT MERGE.

0 - Backlog
build_on_gha

Adds a separate GitHub Actions workflow for `osx-arm64` PR testing, since Azure Pipelines doesn't support `osx-arm64` and `osx-64` is deprecated.

3 - Ready for Review
skip_release_notes

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 - ```...

3 - Ready for Review