-
Notifications
You must be signed in to change notification settings - Fork 73
Kernel docs followups #287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
8b2cf0e
feat: make system a part of kernels upload.
sayakpaul 373debe
documentation in the writing kernels tutorial.
sayakpaul 4c0fba2
remove stuff from upload.
sayakpaul b1931f5
refactor card commands and update tests.
sayakpaul 5f0464a
better variable naming.
sayakpaul 69a14af
add test to check existing content is preserved.
sayakpaul 6f7a606
Merge branch 'main' into kernel-docs-followups
sayakpaul cc3cd23
make card upload a part of upload command.
sayakpaul 4ba68fe
fix exists call.
sayakpaul 49426c5
fix mypy.
sayakpaul 54bbec9
Merge branch 'main' into kernel-docs-followups
sayakpaul 36d502e
fix description entry and upload test.
sayakpaul 734b440
updates.
sayakpaul 4956809
doc updates.
sayakpaul ce5389e
simply args.
sayakpaul d6f40af
fix arg name
sayakpaul e99e5d1
move kernel card utils to cli module and jinja2 to toml.
sayakpaul 9f76181
remove jinja2 imports.
sayakpaul f47a029
serialize in the root.
sayakpaul a23e11a
move around and fix tests
sayakpaul ade9c12
reviewer feedback.
sayakpaul 35a8c5a
up
sayakpaul f3ae697
fmt.
sayakpaul 5f38719
Apply suggestions from code review
sayakpaul a462c86
parse repo id from the build.toml when available.
sayakpaul ffa5cf7
mypy is the bane of my life.
sayakpaul 616aa26
Merge branch 'main' into kernel-docs-followups
sayakpaul 03d2c3d
okay
sayakpaul 6dc694c
Merge branch 'main' into kernel-docs-followups
sayakpaul 3a025d9
Merge branch 'main' into kernel-docs-followups
sayakpaul f40f3cb
repo_id should be parsed from build.toml and not from the user.
sayakpaul 1459da9
up
sayakpaul 407dcd4
make card init a part of kernels init.
sayakpaul e457639
remove init-card.
sayakpaul 10cf0ec
fix
sayakpaul aee6a9d
Update docs/source/builder/writing-kernels.md
sayakpaul 1e8b4d3
update to docs.
sayakpaul 394ae8e
remove card docs.
sayakpaul 5b52a52
up
sayakpaul 916df0e
Merge branch 'main' into kernel-docs-followups
sayakpaul 12b12c1
Merge branch 'main' into kernel-docs-followups
sayakpaul 28f8abc
add a note on version.
sayakpaul dc9a01f
empty
sayakpaul 8db442f
fix test
sayakpaul 6a59680
resolve conflicts.
sayakpaul efc49a1
Update docs/source/cli-init.md
sayakpaul File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,38 @@ | ||
| --- | ||
| {{ card_data }} | ||
| --- | ||
|
|
||
| <!-- This model card has automatically been generated. You | ||
| should probably proofread and complete it, then remove this comment. --> | ||
|
|
||
| {{ kernel_description }} | ||
|
|
||
| ## How to use | ||
|
|
||
| {{ usage_example }} | ||
|
|
||
| ## Available functions | ||
|
|
||
| {{ available_functions }} | ||
|
|
||
| ## Supported backends | ||
|
|
||
| {{ supported_backends }} | ||
| {% if cuda_capabilities %} | ||
|
|
||
| ## CUDA Capabilities | ||
|
|
||
| {{ cuda_capabilities }} | ||
| {% endif %} | ||
|
|
||
| ## Benchmarks | ||
|
|
||
| {{ benchmark_content }} | ||
|
|
||
| ## Source code | ||
|
|
||
| {{ source_code }} | ||
|
|
||
| ## Notes | ||
|
|
||
| {{ notes }} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.