File tree Expand file tree Collapse file tree 4 files changed +66
-166
lines changed
Expand file tree Collapse file tree 4 files changed +66
-166
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ <!--
2+ ⚠️ YOUR PULL REQUEST TITLE SHOULD BE IN THE FOLLOWING FORMAT ⚠️:
3+
4+ 1. [FEATURE] ... (for adding a new feature)
5+ 2. [FIX] ... (for fixing a bug)
6+ 3. [TEST] ... (for adding tests)
7+ 4. [REFACTOR] ... (for refactoring the code)
8+ 5. [IMPROVE] ... (for any improvements not fitting in the above categories)
9+ 5. [DOC] ...(for modifying the documentation)
10+ -->
11+
12+ ## 1. PR Description
13+
14+ <!--
15+ A clear and concise description of what your pull request is.
16+ -->
17+
18+ ## 2. Related Issue and PR
19+
20+ <!--
21+ If your PR is related to an issue or a pull request, please link it here.
22+
23+ If you are sure a related issue or PR can be closed after merging this pull
24+ request, use the keyword `closes` in front of the issue or PR number.
25+
26+ For example:
27+
28+ - closes #123
29+ - closes #124
30+ -->
31+
32+ ## 3. Test
33+
34+ <!--
35+ If you modified the code, please provide the steps to test the feature.
36+ -->
37+
38+ ### 3.1. Environment
39+
40+ <!--
41+ For example:
42+
43+ | Software | Version |
44+ | -------------------- | --------------------- |
45+ | OS / Docker Image | nvidia/cuda:latest |
46+ | Compiler | g++ 13.3.0; cuda 12.6 |
47+ | Other Softwares | |
48+ -->
49+
50+ | Software | Version |
51+ | -------------------- | ------- |
52+ | OS / Docker Image | |
53+ | Compiler | |
54+ | Other Softwares | |
55+
56+ ### 3.2. Steps to Test
57+
58+ <!-- Describe the steps to test the feature. -->
59+
60+ ### 3.3. Test Results
61+
62+ <!-- Add the test results here. -->
63+
64+ ## 4. Additional Context
65+
66+ <!-- Add any other context or screenshots about the feature request here. -->
You can’t perform that action at this time.
0 commit comments