File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -34,21 +34,3 @@ which will show a path like:
3434```
3535<path to numba-cuda repo>/numba_cuda/numba/cuda/__init__.py
3636```
37-
38- ## Branching strategy
39-
40- Presently the ` main ` branch is being used to target the exact behavior of the
41- built-in CUDA target. New feature development and bug fixes should be applied to
42- ` develop ` . Once the ` main ` branch is widely tested and confirmed to work well as
43- a drop-in replacement for the built-in ` numba.cuda ` , the ` develop ` branch will
44- be merged in and new feature development will proceed on ` main ` .
45-
46- ### Current PR targets
47-
48- - PRs related to replacing the built-in CUDA target's features should target
49- ` main ` .
50- - PRs adding new features and bug fixes should target ` develop ` .
51-
52- ### Future PR targets
53-
54- - In future, all PRs should target the ` main ` branch.
You can’t perform that action at this time.
0 commit comments