Skip to content
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

rpc: check op supporting #11923

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

thxCode
Copy link
Contributor

@thxCode thxCode commented Feb 17, 2025

Make sure to read the contributing guidelines before submitting a PR

implement support_op in RPC client.

not sure if this is a good approach to achieve.

@github-actions github-actions bot added the ggml changes relating to the ggml tensor library for machine learning label Feb 17, 2025
Comment on lines +1525 to +1530
std::string key = op->name;
key += std::to_string(op->type);
for (int i = 0; i < GGML_MAX_DIMS; i++) {
key += std::to_string(op->ne[i]);
}
key += std::to_string(op->op);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be enough to distinguish one tensor?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ggml changes relating to the ggml tensor library for machine learning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant