https://github.com/rapidsai/rapids_triton_pca_example
https://github.com/rapidsai/rapids_triton_pca_example
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rapidsai/rapids_triton_pca_example
- Owner: rapidsai
- Created: 2021-12-08T16:55:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-13T11:17:14.000Z (about 4 years ago)
- Last Synced: 2024-04-14T03:13:30.387Z (almost 2 years ago)
- Language: C++
- Size: 18.6 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://opensource.org/licenses/Apache-2.0)
# The RAPIDS-Triton Backend Template
This template repo offers a starting place for those wishing to create a Triton
backend with
[RAPIDS-Triton](https://github.com/rapidsai/rapids-triton). For an example of
how to use this template with detailed commentary, check out the [Linear
Example](https://github.com/rapidsai/rapids-triton-linear-example) repo.
Throughout the repo, you will find comments labeled `TODO(template)`,
indicating places where you will need to insert your own code or make changes.
Working through each of these should allow you to create a working Triton
backend.