-
Notifications
You must be signed in to change notification settings - Fork 74
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
Go API - [WIP] #212
base: branch-25.02
Are you sure you want to change the base?
Go API - [WIP] #212
Conversation
…nagedTensor function.
/ok to test |
|
||
rapids-dependency-file-generator \ | ||
--output conda \ | ||
--file-key go \ |
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.
do you know how I could add this file key to rapids-dependency-file-generator
?
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.
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 key under files:
in dependencies.yaml
, then add dependency lists with the conda packages you need. Here’s the rust one for comparison:
Line 70 in 710e9f5
rust: |
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.
More explanation in the README here: https://github.com/rapidsai/dependency-file-generator
.github/workflows/build.yaml
Outdated
go-build: | ||
needs: cpp-build | ||
secrets: inherit | ||
uses: rapidsai/shared-workflows/.github/workflows/[email protected] |
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.
am I doing this correctly?
/ok to test |
/ok to test |
/ok to test |
/ok to test |
/ok to test |
/ok to test |
/ok to test |
This PR adds a Go API. It's far from completion and still work in progress. Feel free to suggest improvements!