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

Implement prod and prod_dim for Candle backend #1454

Open
antimora opened this issue Mar 11, 2024 · 0 comments
Open

Implement prod and prod_dim for Candle backend #1454

antimora opened this issue Mar 11, 2024 · 0 comments
Labels
blocked Should not be tackled right now enhancement Enhance existing features

Comments

@antimora
Copy link
Collaborator

After huggingface/candle#1620 is resolve, update the burn-candle backend. Currently default unoptimized implementation is used for float tensor. To use with int tensor, one should convert to float (tensor.float()) and use prod or prod_dim methods.

@antimora antimora added enhancement Enhance existing features blocked Should not be tackled right now labels Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Should not be tackled right now enhancement Enhance existing features
Projects
None yet
Development

No branches or pull requests

1 participant