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

High Level Features #186

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

High Level Features #186

wants to merge 1 commit into from

Conversation

hypnopump
Copy link

This PR implements some high level features such as:

  • Interface to call torch.nn.Linear() the kernel way.
  • Reproducible conda environment for pykeops in Linux-gpu
  • Naive implementation for several activation functions
  • Simple MH Attention Layer (probably to move as an example?)

Projected roadmap:

  • Provide interface for simple MLPs
  • Optimized activation functions (to do once the engine is rewritten)

Proposals:

  • Element-wise maximum and minimum operator for multiple tensors : max([0,1], [1,0]) = [1,1]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant