Skip to content

feature(causal_conv1d): import kernel from jit_cpp#195

Open
zouzias wants to merge 10 commits into
mainfrom
194-integrate-causaul-conv1d-mr-into-wheel
Open

feature(causal_conv1d): import kernel from jit_cpp#195
zouzias wants to merge 10 commits into
mainfrom
194-integrate-causaul-conv1d-mr-into-wheel

Conversation

@zouzias

@zouzias zouzias commented Jun 27, 2026

Copy link
Copy Markdown
Collaborator

Integrate jit_cpp into wheel from #189
To verify

make wheel install && pytest tests/test_gdn_causal_conv1d.py

should return

pytest tests/test_gdn_causal_conv1d.py 
=============================================================================== test session starts ================================================================================
platform linux -- Python 3.10.12, pytest-9.0.3, pluggy-1.6.0
rootdir: /home/zouzias/github-repos/pto-kernels
configfile: pytest.ini
collected 51 items                                                                                                                                                                 

tests/test_causal_conv1d.py ...................................................                                                                                              [100%]

================================================================================= warnings summary =================================================================================
venv/lib/python3.10/site-packages/torch/jit/_script.py:362: 14 warnings
  /home/zouzias/github-repos/pto-kernels/venv/lib/python3.10/site-packages/torch/jit/_script.py:362: DeprecationWarning: `torch.jit.script_method` is deprecated. Please switch to `torch.compile` or `torch.export`.
    warnings.warn(

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
========================================================================= 51 passed, 14 warnings in 0.33s ==========================================================================

@zouzias zouzias linked an issue Jun 27, 2026 that may be closed by this pull request
@zouzias zouzias marked this pull request as ready for review June 29, 2026 07:15
@zouzias zouzias added the GDN label Jun 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Integrate causal conv1d MR into wheel

1 participant