Skip to content

Commit 8e73ab6

Browse files
schellegSTFlemingskalademariodruizcathalmccabe
committed
initial commit
Co-authored-by: stfleming <[email protected]> Co-authored-by: skalade <[email protected]> Co-authored-by: mariodruiz <[email protected]> Co-authored-by: cathalmccabe <[email protected]> Co-authored-by: plysaght <[email protected]> Co-authored-by: npurusho <[email protected]> Co-authored-by: jogomojo <[email protected]> Co-authored-by: haandradeb <[email protected]> Co-authored-by: andrewgschmidt <[email protected]> Co-authored-by: joshual-xlnx <[email protected]>
0 parents  commit 8e73ab6

File tree

297 files changed

+154835
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

297 files changed

+154835
-0
lines changed

.gitattributes

+53
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# Per default everything gets normalized and gets LF line endings on checkout.
2+
* text eol=lf
3+
*.txt eol=lf
4+
*.md eol=lf
5+
*.html eol=lf
6+
*.cpp eol=lf
7+
*.hpp eol=lf
8+
*.h eol=lf
9+
*.c eol=lf
10+
*.cc eol=lf
11+
12+
# These will always have CRLF line endings on checkout.
13+
*.vcxproj text eol=crlf
14+
*.props text eol=crlf
15+
*.project text eol=crlf
16+
*.cproject text eol=crlf
17+
*.inf text eol=crlf
18+
*.lic text eol=crlf
19+
20+
# These are binary so should never be modified by git.
21+
*.exe binary
22+
*.png binary
23+
*.jpg binary
24+
*.jpe binary
25+
*.jpeg binary
26+
*.JPG binary
27+
*.PNG binary
28+
*.gif binary
29+
*.ttf binary
30+
*.eot binary
31+
*.woff binary
32+
*.inv binary
33+
*.dxf binary
34+
*.mp4 binary
35+
*.wav binary -crlf
36+
*.mp3 binary
37+
*.hdf binary
38+
*.bat binary
39+
*.pdm binary
40+
*.doctree binary
41+
*.elf binary -crlf
42+
*.bin binary -crlf
43+
*.bit binary -crlf
44+
*.a binary -crlf
45+
*.bsp binary
46+
*.dll binary
47+
*.pyd binary
48+
*.so binary
49+
*.whl binary
50+
*.xclbin binary
51+
*.zip binary
52+
*.pt binary
53+
*.onnx binary

.github/ISSUE_TEMPLATE/config.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: Support Forum
4+
url: https://github.com/AMDResearch/Riallto/discussions
5+
about: Request community support
+73
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
name: Notebook Issue Report
2+
description: File an issue report
3+
title: "[Notebook Issue]: "
4+
labels: ["Issue"]
5+
assignees: []
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Thanks for taking the time to report an issue!
11+
- type: checkboxes
12+
attributes:
13+
label: Is there an existing [issue](https://github.com/AMDResearch/Riallto/issues) or [discussion](https://github.com/AMDResearch/Riallto/discussions) related to your problem?
14+
description: Please search to see if an issue already exists for this.
15+
options:
16+
- label: I have searched the existing issues
17+
required: true
18+
- type: dropdown
19+
id: notebook
20+
attributes:
21+
label: Notebook
22+
description: What notebook are you having issues with?
23+
options:
24+
- 1_0_Introduction.ipynb
25+
- 1_1_ryzenai.ipynb
26+
- 2_1_MS_Windows_Studio_Effects.ipynb
27+
- 3_1_Color_threshold_example.ipynb
28+
- 3_2_Ryzenai_capabilities.ipynb
29+
- 3_3_Scaled_color_threshold_example.ipynb
30+
- 3_4_Edge_detect_example.ipynb
31+
- 3_5_Color_detect_example.ipynb
32+
- 4_1_software_framework.ipynb
33+
- 4_2_write_your_kernel.ipynb
34+
- 4_3_kernels_with_runtime_parameters.ipynb
35+
- 4_4_threshold_kernel_with_vector_ops.ipynb
36+
- 4_5_describe_an_application.ipynb
37+
- 4_6_build_application.ipynb
38+
- 4_7_using_the_memtile_in_your_applications.ipynb
39+
- 4_8_build_a_colorDetect_application.ipynb
40+
- 5_1_pytorch_onnx_inference.ipynb
41+
- 5_2_pytorch_onnx_re-train.ipynb
42+
- Appendix_Review_of_Image_Processing_Concepts.ipynb
43+
- Glossary.ipynb
44+
validations:
45+
required: true
46+
- type: textarea
47+
id: section
48+
attributes:
49+
label: Section
50+
description: |
51+
Please describe in which section you are having problems
52+
53+
Tip: Copy the section name directly from the notebook
54+
render: markdown
55+
validations:
56+
required: true
57+
- type: textarea
58+
id: description
59+
attributes:
60+
label: Description
61+
description: Please describe the problem(s) you are facing
62+
render: markdown
63+
validations:
64+
required: true
65+
- type: textarea
66+
attributes:
67+
label: Anything else?
68+
description: |
69+
Anything else that you would like to include?
70+
71+
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. If you are adding code, we suggest you use [code snippets](https://docs.github.com/en/github/writing-on-github/creating-and-highlighting-code-blocks).
72+
validations:
73+
required: false

.github/pull_request_template.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!-- Thanks for taking the time to submit a pull request! Please fill out below, remove sections that don't apply for your pull request. -->
2+
3+
### Describe the problem solved by the commit
4+
5+
### How is the problem solved?
6+
7+
### Are there any risks associated to the change?
8+
9+
### Is there a documentation impact?
10+
11+
### Checklist
12+
13+
<!-- We suggest you run all the pytests and report the output. Put an `x` in the boxes that apply -->
14+
15+
- [ ] I added a test to cover my changes
16+
- [ ] Existing and new test pass
17+
- [ ] I read and I accept the [CONTRIBUTING.md](https://github.com/AMDResearch/Riallto/blob/main/CONTRIBUTING.md) guidelines
18+
19+
### Please provide screenshots (if applicable)
20+
21+
### Related issues

.gitignore

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Python cache files
2+
######################
3+
__pycache__/
4+
5+
6+
# WSL build files
7+
######################
8+
install/temp
9+
install/tests
10+
install/installed
11+
install/tarballs/*.tar.gz
12+
13+
*-checkpoint.ipynb

CONTRIBUTING.md

+66
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
# Contributing to Riallto
2+
3+
We welcome contributions to Riallto - please see our guidelines below for preparing your pull request.
4+
5+
## 1. Submit your patch using a pull request
6+
7+
Please use GitHub Pull Requests for sending code contributions. When sending code sign your
8+
work as described below. Be sure to use the same license for your contributions as the current
9+
license of the Riallto.
10+
11+
## 2. Sign your work
12+
13+
Please use the *Signed-off-by* line at the end of your patch which indicates that you accept the Developer Certificate of Origin (DCO) defined by https://developercertificate.org/ reproduced below::
14+
15+
```
16+
Developer Certificate of Origin
17+
Version 1.1
18+
19+
Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
20+
1 Letterman Drive
21+
Suite D4700
22+
San Francisco, CA, 94129
23+
24+
Everyone is permitted to copy and distribute verbatim copies of this
25+
license document, but changing it is not allowed.
26+
27+
28+
Developer's Certificate of Origin 1.1
29+
30+
By making a contribution to this project, I certify that:
31+
32+
(a) The contribution was created in whole or in part by me and I
33+
have the right to submit it under the open source license
34+
indicated in the file; or
35+
36+
(b) The contribution is based upon previous work that, to the best
37+
of my knowledge, is covered under an appropriate open source
38+
license and I have the right under that license to submit that
39+
work with modifications, whether created in whole or in part
40+
by me, under the same open source license (unless I am
41+
permitted to submit under a different license), as indicated
42+
in the file; or
43+
44+
(c) The contribution was provided directly to me by some other
45+
person who certified (a), (b) or (c) and I have not modified
46+
it.
47+
48+
(d) I understand and agree that this project and the contribution
49+
are public and that a record of the contribution (including all
50+
personal information I submit with it, including my sign-off) is
51+
maintained indefinitely and may be redistributed consistent with
52+
this project or the open source license(s) involved.
53+
```
54+
55+
Here is an example Signed-off-by line which indicates that the contributor accepts DCO:
56+
57+
```
58+
This is my commit message
59+
60+
Signed-off-by: Jane Doe <[email protected]>
61+
```
62+
63+
## 3. We will review your contribution
64+
65+
If any additional fixes or modifications are necessary, we may provide feedback to guide
66+
you. When accepted, your pull request will be merged to the repository.

0 commit comments

Comments
 (0)