-
Notifications
You must be signed in to change notification settings - Fork 368
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
Add more function from torch::cuda #500
Conversation
4e96416
to
158b7cc
Compare
Hello, any updates on this? In addition to that, my company is really interested in supporting this project since we are using it in production, can we help in any way with the maintenance of this repo? |
Sorry for the delay, I've added some comments. It's great to know that this is used in production, it would probably be helpful to know a bit more on how it's used / if there are some repos based on it so as to involve you e.g. when potentially introducing breaking changes. |
No problems about the delay, thanks for maintaining this repo. We are currently using it in 2 different repos, one using the JIT loader and the other one using torch operators directly. For breaking changes, I would propose to use a |
158b7cc
to
664ee1f
Compare
CHANGELOG.md
Outdated
@@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. | |||
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | |||
|
|||
## v0.10.0 - not released yet | |||
## Unreleased |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you revert this line to mentioning v0.10.0 as it's the version in the Cargo.toml
on the github tip.
CHANGELOG.md
Outdated
## v0.10.0 - not released yet | ||
## Unreleased | ||
### Added | ||
- Expose functions for setting manual seeds for CUDA devices. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a link to the PR?
26c94f7
to
aa82f0d
Compare
Should be solved now ;) |
Merged, thanks for the PR! |
This PR adds some more torch::cuda functions and improves documentation for the existing ones.